Uruguay

Learn about the dLocal supported payment methods in Uruguay.

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.

Redpagos Abitab


Market specifications

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

Country reference

country codecurrency codedocument namedocument formatdocument required?
UYUYUCI or RUTBetween 6 to 8 digits or 12 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
CARDDCDiners ClubCARDCredit Card ​DIRECT REDIRECT
CARDOAOCACARDCredit Card ​DIRECT REDIRECT
CARDLILiderCARDCredit 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
RERed PagosTICKETCash PaymentDIRECT REDIRECT
AIAbitabTICKETCash PaymentDIRECT REDIRECT


Cards

Capabilities

Visa CreditVisa DebitMastercard CreditMastercard DebitDiners ClubOCALider
Minimum amount15 UYU15 UYU15 UYU15 UYU15 UYU15 UYU15 UYU
RefundsYesYesYesYesYesYesYes
RecurringYesYesYesNoNoYesYes
Chargeback optionYesYesYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYesNoNo
DescriptorCan be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the 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

Redpagos

Redpagos is one of the biggest collection networks, with a presence throughout all cities of the country.

Capabilities

Redpagos
Min. amount15 UYU
Max. expiration time supported2 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringUYU

Transaction currency in ISO 4217.
Yes
countryStringUY

Transaction country in ISO 3166.
Yes
payment_method_idStringRE

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": 1000,
    "currency": "UYU",
    "country": "UY",
    "payment_method_id": "RE",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456",
        "address": {
            "country": "UY",
            "state": "Maldonado",
            "city": "Punta del Este",
            "zip_code": "88058",
            "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-4c106130-551f-4124-8b77-74c4ff33a145",
    "amount": 1000,
    "currency": "UYU",
    "payment_method_id": "RE",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "UY",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "1100397440565",
        "expiration_date": "2023-03-31T02:59:00.000+0000",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-49362a0b-q146-4292-86dd-add3b73068d7"
    },
    "created_date": "2023-03-27T16:10:26.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

Redpagos UI built with the information in the example above.

Redpagos 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. Name it "Factura".
Currency and AmountShould be relevant elements in the ticket. Users need to have that information very clearly.
Currency Symbol$
Expiration dateDisplay this element clearly and visible enough. In Uruguay, the date format is DD/MM/YYYY.
Payment instructionsAlthough most users are familiarized with Redpagos, it is an excellent 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 locatorName it “Buscador de Sucursales” and link it to https://www.google.com/maps/search/redpagos/
Save buttonIt helps users to have their tickets always on their phones, 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.

Abitab

Abitab is one of the largest collection networks in Uruguay, with an extensive network of recollection points across the country.

Capabilities

Abitab
Min. amount15 UYU
Max. expiration time supported7 days
Notification delay1 to 3 working days
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringUYU

Transaction currency in ISO 4217.
Yes
countryStringUY

Transaction country in ISO 3166.
Yes
payment_method_idStringAI

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": 5880,
    "currency": "UYU",
    "country": "UY",
    "payment_method_id": "AI",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "12345678",
        "address": {
            "country": "UY",
            "state": "Maldonado",
            "city": "Punta del Este",
            "zip_code": "88058",
            "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-467be049-6y7r-47f7-9926-64924757eff7",
    "amount": 5880,
    "currency": "UYU",
    "payment_method_id": "AI",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "UY",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "57246795339",
        "expiration_date": "2023-04-22T23:59:00.000+0000",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-969c107f-ttg4-4688-b1ce-2724f3d695a4"
    },
    "created_date": "2023-04-21T17:01:55.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

Abitab UI built with the information in the example above.

Abitab 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
Document NumberMentioning document number users will be able to pay.
Currency and AmountShould be relevant elements in the ticket. Users need to have that information very clearly.
Currency Symbol$
Expiration dateDisplay this element clearly and visible enough. In Uruguay, the date format is DD/MM/YYYY.
Payment instructionsAlthough most users are familiarized with Abitab, it is an excellent 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 locatorName it “Buscador de Sucursales” and link it to https://www.google.com/maps/search/abitab/
Save buttonIt helps users to have their tickets always on their phones, 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.