Colombia

Learn about the dLocal supported payment methods in Colombia.

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
CARDAEAmexCARDCredit Card ​DIRECT REDIRECTLogo
CARDDCDinersCARDCredit Card ​DIRECT REDIRECTLogo
CARDCZCodensaCARDCredit 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
EYEfectyTICKETCash Payment ​DIRECT REDIRECTLogo
CRCarullaTICKETCash PaymentDIRECT REDIRECTLogo
PDPuntoredTICKETCash PaymentREDIRECTLogo
BNBancolombiaTICKETCash PaymentREDIRECTLogo
PCPSEBANK_TRANSFERBank Transfer OfflineREDIRECTLogo
MPMercado PagoBANK_TRANSFERWallet ​DIRECT REDIRECTLogo
QPNequiWALLETWalletREDIRECTLogo

Direct Alternative Payment Methods

Efecty

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": 15000,
"currency": "COP",
"country": "CO",
"payment_method_id": "EY",
"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-c90a2f3c-1f10-447a-trew-961a784f06cb",
    "amount": 15000,
    "currency": "COP",
    "payment_method_id": "EY",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "CO",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "format": "Code 128",
        "number": "1011462900",
        "expiration_date": "2022-09-21T02:59:00.000+0000",
        "barcode": "41566055475983568021201043232101390020121834",
        "company_name": "Dlocal",
        "company_id": "111571",
        "provider_name": "efecty",
        "provider_logo": "https://static.dlocal.com/images/providers/efecty.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-e5t4s1ca-4885-40b1-828f-76a91b6e3s87",
        "amount": 15000,
        "currency": "COP"
    },
    "created_date": "2022-09-21T18:35:04.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "fv5ca6b0-0a71-65t3-a962-201f5999i7a3",
    "notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}
Efecty UI built with the information in the example above.

Efecty UI built with the information in the example above.

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 - 4 digits
Currency and AmountShould be relevant elements in the ticket. Users need to have that information very clear.
CO Currency Symbol$
ConvenioThis identifies the payment beneficiary and although it is not usually necessary for payment, some times it helps cashiers to find the payment on their system.
BarcodeSome cashiers prefer to scan the barcode rather than asking for Reference and “Convenio”. Helping cashiers is a way to improve conversion rates.
Expiration dateDisplay this element clear and visible enough. In Colombia the date format is DD/MM/YYYY.
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 Efecty, 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.
Store locatorLink it to google.com/maps/search/efecty/
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.