Argentina

Learn about the dLocal supported payment methods in Argentina.

Market specifications

Take a look of all the payment methods available.

Country reference Cards supported Alternative Payment Method supported

Cards

Find all the information about the card supported capabilities.

Capabilities Process Card Payments

Alternative Payments

Learn how to integrate cash, bank transfer or wallet payment.

Bank Transfer Pago Fácil Rapipago


Market specifications

Do you want to know more information about Argnetina's market? Go to the Argentina’s economy and eCommerce market article.

Country reference

country codecurrency codedocument namedocument formatdocument required?
ARARSDNI or CUITBetween 7 to 9, or 11 digitsYes

Cards supported

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECT
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDMCMastercardCARDCredit Card ​DIRECT REDIRECT
CARDMDMastercard Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDAEAmerican ExpressCARDCredit Card ​DIRECT REDIRECT
CARDCMCMR Falabella ​CARDCredit Card ​DIRECT REDIRECT
CARDNJTarjeta Naranja ​CARDCredit Card ​DIRECT REDIRECT
CARDNTNativa ​CARDCredit Card ​DIRECT REDIRECT
CARDCSCencosud ​CARDCredit Card ​DIRECT REDIRECT
CARDCLCabal ​CARDCredit Card ​DIRECT REDIRECT
CARDLD​Cabal DebitCARDDebit Card ​DIRECT REDIRECT
CARDAGArgencard ​CARDCredit Card ​DIRECT REDIRECT
CARDMSMaestro Debit ​CARDDebit 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 supported

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
IOBank TransferBANK_TRANSFERBank Transfer OfflineDIRECT REDIRECT
RPRapipagoTICKETCash Payment ​DIRECT REDIRECT


Cards​​​​

Capabilities

To view the information for all the cards, position the cursor over the table and use the horizontal scroll to navigate.

Visa CreditVisa DebitMastercard CreditMastercard DebitAmerican ExpressCMR FalabellaTarjeta NaranjaTarjeta ShopppingNativaCencosudCabalCabal DebitArgencardMaestro Debit
Minimum amount10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS10 ARS
RefundsYesYesYesYesYesYesYesYesYesYesYesYesYesYes
RecurringYesYesYesYesYesYesYesYesYesYesYesYesYesYes
Chargeback optionYesYesYesYesYesYesYesYesYesYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYesYesYesYesYesYesYesYesYesYes
DescriptorPartially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on the provider.Partially personalized, depending on provider.Partially personalized, depending on provider.Partially personalized, depending on provider.Partially personalized, depending on provider.Partially personalized, depending on provider.

How to process Card Payments?

Learn how to process payments with credit and debit cards with dLocal in our Card Payments section.



Alternative Payment Method

Bank Transfer

Bank transfer is a service that allows customers to carry out bank transfers from bank accounts of any bank in Argentina.

Capabilities

Bank Transfer
Min. amount10 ARS
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringARS

Transaction currency in ISO 4217.
Yes
countryStringAR

Transaction country in ISO 3166.
Yes
payment_method_idStringIO

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 1640,
    "currency": "ARS",
    "country": "AR",
    "payment_method_id": "IO",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "12345678",
        "address": {
            "country": "AR",
            "state": "Santa Fe",
            "city": "Pujato",
            "zip_code": "8858",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-3145f30a-19fd-4e88-2112-af16f344fee2",
    "amount": 1640,
    "currency": "ARS",
    "payment_method_id": "IO",
    "payment_method_type": "BANK_TRANSFER",
    "payment_method_flow": "DIRECT",
    "country": "AR",
    "bank_transfer": {
        "bank_account_type": "CHECKING",
        "bank_name": "Banco Industrial S.A.",
        "bank_code": "Banco Industrial S.A.",
        "beneficiary_name": "Dlp Capital Partner S.A.",
        "bank_account": "3220001805006588450032",
        "bank_account_label": "CBU",
        "reference": "10254037",
        "redirect_url": "https://pay.dlocal.com/gmf-apm/payments/M-6ea9fcc0-13db-122f-b0c7-36d01480fe9c",
        "user_payment_amount": 10000,
        "payment_instruction": "Ingresa a tu banca en línea y realiza la transferencia a la siguiente cuenta. Recuerda que no se pueden hacer pagos en ventanilla.",
        "expiration_date": "2023-06-15T23:59:00.100+0000"
    },
    "ticket": {},
    "created_date": "2023-06-10T21:01:08.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "notification_url": "http://merchantsite.com/notification/new"
}

Example ticket

Bank Transfer UI built with the information in the example above.

Bank Transfer UI built with the information in the example above.

Rapipago

Rapipago is one of the most popular chains of extra-banking physical payment locations in Argentina. Argentinians normally use it to pay utility bills among other services.

Rapipago allow users to pay for their daily services, like electricity, gas, cable TV, internet, and other common living expenses.

Capabilities

Rapipago
Min. amount10 ARS
Max. expiration time supportedUp to 28 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringARS

Transaction currency in ISO 4217.
Yes
countryStringAR

Transaction country in ISO 3166.
Yes
payment_method_idStringRP

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 1800,
    "currency": "ARS",
    "country": "AR",
    "payment_method_id": "RP",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "12345678",
        "address": {
            "country": "AR",
            "state": "Santa Fe",
            "city": "Pujato",
            "zip_code": "8858",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
"{
    "id": "D-5-e2637f0e-121i-4e75-hg66-601815558921",
    "amount": 1800,
    "currency": "ARS",
    "payment_method_id": "RP",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "AR",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "100003617705",
        "expiration_date": "2022-09-24T02:59:00.000+0000",
        "id": "738400165004591000038691430000164023030000000006",
        "barcode": "1000-03869143",
        "company_name": "DLOCAL SERVICES",
        "provider_name": "rapippago",
        "provider_logo": "https://pay.dlocal.com/views/2.0/images/payments/RP.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-2370d066-8c84-4b0e-a7b9-43ws333afda",
        "amount": 1800,
        "currency": "ARS"
    },
    "created_date": "2022-08-30T21:04:20.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
     "order_id": "34545sk3483kqw0",
    "notification_url": "http://merchantsite.com/notification/new"
}"

Example ticket

Rapipago UI built with the information in the example above.

Rapipago UI built with the information in the example above.

User Interface 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 to 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 clearly.
AR Currency Symbol$
Expiration dateDisplay this element clearly 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 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/rapipago.
Save buttonIt helps users to have their tickets always on their phone, making it needless to take notes or keep the browser open.
Print buttonIt is useful for some users who need to have their tickets printed.