Chile

Learn about the dLocal supported payment methods in Chile.

Payment Methods Available

Cards

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECTLogo
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDMCMasterCardCARDCredit Card ​DIRECT REDIRECTLogo
CARDMDMastercard Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDDCDiners ClubCARDCredit Card ​DIRECT REDIRECTLogo
CARDAEAmerican ExpressCARDCredit Card ​DIRECT REDIRECTLogo
CARDPRPrestoCARDCredit Card ​DIRECT REDIRECTLogo
CARDCMCMRCARDCredit Card ​DIRECT REDIRECTLogo
CARDMGMagnaCARDCredit Card ​DIRECT REDIRECTLogo
CARDMHMachCARDPrepaid 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
WPWebPayBANK_TRANSFERBank Transfer OnlineREDIRECTLogo
SKSencillitoTICKETCash PaymentDIRECT REDIRECTLogo
IOKhipuBANK_TRANSFERBank Transfer OnlineREDIRECTLogo
SPServipagTICKETCash Payment ​DIRECT REDIRECTLogo
MPMercado PagoBANK_TRANSFERWalletDIRECT REDIRECTLogo

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.

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.

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.
CL Currency Symbol$
Type of paymentInclude company_id2 and company_id numbers, as they are important for payers that pay in physical stores.
Expiration dateDisplay this element clear and visible enough. In Chile 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 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 locatorLink it to google.com/maps/search/servipag/
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.