Chile
Learn about the dLocal supported payment methods in Chile.
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 | VD | Visa Debit | CARD | Debit Card | DIRECT REDIRECT | Logo |
CARD | MC | MasterCard | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | MD | Mastercard Debit | CARD | Debit Card | DIRECT REDIRECT | Logo |
CARD | DC | Diners Club | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | AE | American Express | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | PR | Presto | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | CM | CMR | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | MG | Magna | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | MH | Mach | CARD | Prepaid 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 |
---|---|---|---|---|---|
WP | WebPay | BANK_TRANSFER | Bank Transfer Online | REDIRECT | Logo |
SK | Sencillito | TICKET | Cash Payment | DIRECT REDIRECT | Logo |
IO | Khipu | BANK_TRANSFER | Bank Transfer Online | REDIRECT | Logo |
SP | Servipag | TICKET | Cash Payment | DIRECT REDIRECT | Logo |
MP | Mercado Pago | BANK_TRANSFER | Wallet | DIRECT REDIRECT | Logo |
Direct Alternative Payment Methods
Servipag
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": 1000,
"currency": "CLP",
"country": "CL",
"payment_method_id": "SP",
"payment_method_flow": "DIRECT",
"payer": {
"name": "Pedro Gomes",
"email": "[email protected]",
"document": "42243309114"
},
"order_id": "jhg4v34v534",
"notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}
{
"id": "D-4-1a64bdbd-faf5-473e-94b5-f96d36ef0d3f",
"amount": 1000,
"currency": "CLP",
"payment_method_id": "SP",
"payment_method_type": "TICKET",
"payment_method_flow": "DIRECT",
"country": "CL",
"ticket": {
"type": "CUSTOM",
"number": "42808224",
"expiration_date": "2020-02-25T20:25:19.000+0000",
"company_name": "dLocal",
"company_id": "50283",
"company_id2" : "50284",
"provider_name": "Servipag",
"provider_logo": "http://static.dlocal.com/images/providers/sp.png",
"image_url": "http://pay.dlocal.com/gmf/payments/M-cee70da0-0542-11e9-b88f-39144191f926"
},
"created_date": "2018-12-21T17:06:49.545+0000",
"status": "PENDING",
"order_id": "jhg4v34v534",
"notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}

Example Servipag 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. |
CL Currency Symbol | $ |
Type of payment | Include company_id2 and company_id numbers, as they are important for payers that pay in physical stores. |
Expiration date | Display this element clear and visible enough. In Chile 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 Servipag, 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/servipag/ |
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 3 months ago