Dominican Republic

Learn about the dLocal supported payment methods in Dominican Republic.

Payment Methods Available

Cards

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECTLogo
CARDMCMasterCardCARDCredit Card ​DIRECT REDIRECTLogo
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDMDMasterCard Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDDCDinersCARDCredit Card ​DIRECT REDIRECTLogo
CARDDIDiscoverCARDDebit Card ​DIRECT REDIRECTLogo

ℹ️

To offer all the card options that may be available in your integration, send the payment_method_id as CARD.

Alternative Payment Method

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
ZPBanco PopularTICKETCash PaymentDIRECT REDIRECTLogo

Direct Alternative Payment Methods

Banco Popular

Example

curl -X POST \
    -H 'X-Date: 2018-02-20T15:44:42.310Z' \
    -H 'X-Login: sak223k2wdksdl2' \
    -H 'X-Trans-Key: fm12O7G9' \
    -H 'Content-Type: application/json' \
    -H 'X-Version: 2.1' \
    -H 'Authorization: V2-HMAC-SHA256, Signature: 1bd227f9d892a7f4581b998c21e353b1686a6bdad5940e7bb6aa596c96e0a6ec' \
    -d '{body}'
    https://api.dlocal.com/payments

{
"amount": 4000,
"currency": "DOP",
"country": "DO",
"payment_method_id": "ZP",
"payment_method_flow": "DIRECT",
"payer": {
      "name": "Pedro Gomez",
      "email": "[email protected]",
      "document": "297332162"
},
"order_id": "jhg4v34v224",
"notification_url": "http://merchant.com/notification/new"
}
{
    "id": "D-4-643ffsef-ae88-4af5-ae39-4d2a7bd7be3a",
    "amount": 4000,
    "currency": "DOP",
    "payment_method_id": "ZP",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "DO",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "352121",
        "expiration_date": "2022-09-27T03:59:00.000+0000",
        "id": "1100308491210",
        "company_name": "dLocal",
        "provider_name": "banco-popular",
        "provider_logo": "https://static.dlocal.com/images/providers/popular.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-8372cce1-9101-4658-8b98-adb0f7234595",
        "amount": 4000,
        "currency": "DOP"
    },
    "created_date": "2022-09-22T19:47:49.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "270d52c3-59d5-412c-8178-7253b7251f0a",
    "notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}

User Interfase Tips UI

If you are using this payment method through a DIRECT integration, follow the tips below in order to make it easier for your customers to complete payments, boosting your conversion rates.

ElementTip
Ticket NumberIt is the number that payers must dictate the cashiers in order to complete payment. Name it "Referencia" and separate it this way so it is easier to read: 3 digits - 3 digits
Currency and AmountShould be relevant elements in the ticket. Users need to have that information very clear.
DO Currency Symbol$
Expiration dateDisplay this element clear and visible enough. In Dominican Republic the date format is DD/MM/YYYY format.
Accreditation delayLet users know that their payment will be credited immediately. This brings confidence and a sense of security that helps conversion rates.
Payment instructionsAlthough most users are familiarized with Banco Popular, it is a good practice to help those who are not. In the image above there is an example of instructions, but if needed, our team will be happy to help you with more personalized instructions.
Online Payment instructionsBanco Popular customers also have the option to pay through Home Banking, it is relevant to provide the Home Banking instructions for these users.
Store locatorLink it to https://popularenlinea.com/oficinas
Save buttonIt help users to have their ticket always on their phone, making it needless to take notes or keep the browser opened.
Print buttonIt is useful for some users who need to have their tickets printed.