Argentina
Learn about the dLocal supported payment methods in Argentina.
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 | AE | American Express | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | CM | CMR Falabella | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | NJ | Tarjeta Naranja | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | TS | Tarjeta Shopping | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | NT | Nativa | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | CS | Cencosud | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | CL | Cabal | CARD | Credit Card | DIRECT REDIRECT | Logo |
CARD | AG | Argencard | 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 | MS | Maestro Debit | CARD | Debit Card | DIRECT REDIRECT | Logo |
CARD | LD | Cabal Debit | CARD | Debit Card | DIRECT REDIRECT |
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 |
---|---|---|---|---|---|
IO | Bank Transfer | BANK_TRANSFER | Bank Transfer Offline | DIRECT REDIRECT | Logo |
PF | Pago Fácil | TICKET | Cash Payment | DIRECT REDIRECT | Logo |
RP | Rapipago | TICKET | Cash Payment | DIRECT REDIRECT | Logo |
MP | Mercado Pago | BANK_TRANSFER | Wallet | DIRECT REDIRECT | Logo |
DT | DEBIN | BANK_TRANSFER | Immediate debit | REDIRECT | Logo |
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.
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.
Element | Tip |
---|---|
Ticket Number | It 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 Amount | Should be relevant elements in the ticket. Users need to have that information very clear. |
AR Currency Symbol | $ |
Expiration date | Display this element clear and visible enough. In Argentina 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 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 locator | Link it to https://www.google.com/maps/search/pago+facil |
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 5 months ago