Argentina

Learn about the dLocal supported payment methods in Argentina.

Payment Methods Available

Cards

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECTLogo
CARDMCMasterCardCARDCredit Card ​DIRECT REDIRECTLogo
CARDAEAmerican ExpressCARDCredit Card ​DIRECT REDIRECTLogo
CARDCMCMR Falabella ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDNJTarjeta Naranja ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDTSTarjeta Shopping ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDNTNativa ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDCSCencosud ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDCLCabal ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDAGArgencard ​CARDCredit Card ​DIRECT REDIRECTLogo
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDMDMastercard Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDMSMaestro Debit ​CARDDebit Card ​DIRECT REDIRECTLogo
CARDLD​Cabal DebitCARDDebit Card ​DIRECT REDIRECT

ℹ️

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
IOBank TransferBANK_TRANSFERBank Transfer OfflineDIRECT REDIRECTLogo
PFPago FácilTICKETCash PaymentDIRECT REDIRECTLogo
RPRapipagoTICKETCash Payment ​DIRECT REDIRECTLogo
MPMercado PagoBANK_TRANSFERWallet ​DIRECT REDIRECTLogo
DTDEBINBANK_TRANSFERImmediate debitREDIRECTLogo

​​​​​

Direct Alternative Payment Methods

Rapipago

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": 1740,
"currency": "ARS",
"country": "AR",
"payment_method_id": "RP",
"payment_method_flow": "DIRECT",
"payer": {
      "name": "Juan Garcia",
      "email": "[email protected]",
      "document": "35676910"
},
"order_id": "n7ky12VwBE",
"notification_url": "http://merchant.com/notification/new"
}
{
    "id": "D-4-91097d1b-5a54-4472-43ca-bcfb80676231",
    "amount": 1740,
    "currency": "ARS",
    "payment_method_id": "RP",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "AR",
    "ticket": {
        "type": "CUSTOM",
        "number": "173200902757",
        "expiration_date": "2020-02-25T02:59:00.000+0000",
        "id": "214100001000200550000004265230000000000011",
        "barcode": "214100001000200550000004265230000000000011",
        "provider_name": "rapipago",
        "provider_logo": "https://pay.dlocal.com/views/2.0/images/payments/RP.png",
        "image_url": "https://pay.dlocal.com/gmf/payments/M-6b90a432-5290-11ea-abfe-5d29dfbtrf58",
        "amount": 1740,
        "currency": "ARS"
    },
    "created_date": "2020-02-18T20:51:22.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "f7a32fd5-9afd-446e-be7f-8534729mf685",
    "notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}

Pago Fácil

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": 1740,
"currency": "ARS",
"country": "AR",
"payment_method_id": "PF",
"payment_method_flow": "DIRECT",
"payer": {
      "name": "Pedro Gomez",
      "email": "[email protected]",
      "document": "27332162"
},
"order_id": "jhg4v34v534",
"notification_url": "http://merchant.com/notification/new"
}
{
    "id": "D-4-ed21c641-d4c4-4a17-b08c-aaa49d88f4c5",
    "amount": 1740,
    "currency": "ARS",
    "payment_method_id": "PF",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "AR",
    "ticket": {
        "type": "CUSTOM",
        "number": "1100277991869",
        "expiration_date": "2022-09-27T02:59:00.000+0000",
        "id": "214100001000200550000004265230000000000011",
        "barcode": "214100001000200550000004265230000000000011",
        "provider_name": "pagofacil",
        "provider_logo": "https://pay.dlocal.com/views/2.0/images/payments/PF.png",
        "image_url": "https://pay.dlocal.com/gmf/payments/M-6b90a030-5290-11ea-abfe-fd29dfbcaf58",
        "amount": 1740,
        "currency": "ARS"
    },
    "created_date": "2020-02-18T20:51:22.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "f7a1dfd5-9afd-446e-be7f-8534729ef685",
    "notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}
Pago Fácil UI built with the information in the example above.

Pago Fácil UI built with the information in the example above.

User Interfase Tips UI

If you are using these payment methods 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. Separate it every 4 digits so it is easier to read.
Currency and AmountShould be relevant elements in the ticket. Users need to have that information very clear.
AR Currency Symbol$
Expiration dateDisplay this element clear and visible enough. In Argentina 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 Pago Fácil and RapiPago, 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 https://www.google.com/maps/search/pago+facil
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.