Colombia
Learn about the dLocal supported payment methods in Colombia.
Payment Methods Available
Cards
payment_method_id | Brand ID | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|---|
CARD | VI | Visa | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | MC | MasterCard | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | VD | Visa Debit | CARD | Debit Card | DIRECT REDIRECT | Logo |
CARD | MD | MasterCard Debit | CARD | Debit Card | DIRECT REDIRECT | Logo |
CARD | AE | Amex | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | DC | Diners | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | CZ | Codensa | CARD | Credit Card | DIRECT REDIRECT | Logo |
To offer all the card options that may be available in your integration, send the
payment_method_id
asCARD
.
Alternative Payment Method
payment_method_id | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|
EY | Efecty | TICKET | Cash Payment | DIRECT REDIRECT | Logo |
CR | Carulla | TICKET | Cash Payment | DIRECT REDIRECT | Logo |
PD | Puntored | TICKET | Cash Payment | REDIRECT | Logo |
BN | Bancolombia | TICKET | Cash Payment | REDIRECT | Logo |
PC | PSE | BANK_TRANSFER | Bank Transfer Offline | REDIRECT | Logo |
MP | Mercado Pago | BANK_TRANSFER | Wallet | DIRECT REDIRECT | Logo |
QP | Nequi | WALLET | Wallet | REDIRECT | Logo |
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.
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.
Element | Tip |
---|---|
Ticket Number | It 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 Amount | Should be relevant elements in the ticket. Users need to have that information very clear. |
CO Currency Symbol | $ |
Convenio | This 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. |
Barcode | Some cashiers prefer to scan the barcode rather than asking for Reference and “Convenio”. Helping cashiers is a way to improve conversion rates. |
Expiration date | Display this element clear and visible enough. In Colombia the date format is DD/MM/YYYY. |
Accreditation delay | Let users know that their payment will be credited immediately. This brings confidence and a sense of security that helps conversion rates. |
Payment instructions | Although 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 locator | Link it to google.com/maps/search/efecty/ |
Save button | It help users to have their ticket always on their phone, making it needless to take notes or keep the browser opened. |
Print button | It is useful for some users who need to have their tickets printed. |
Updated about 1 month ago