Ecuador

Learn about the dLocal supported payment methods in Ecuador.

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.

Pago Efectivo


Market specifications

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

Country reference

country codecurrency codedocument namedocument formatdocument required?
ECUSDCIBetween 5 to 20 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
CARDAAAliaCARDCredit 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
EFPago EfectivoTICKETCash PaymentDIRECT REDIRECT


Cards

Capabilities

Visa CreditVisa DebitMastercard CreditMastercard DebitAmerican ExpressAlia
Minimum amount1 USD1 USD1 USD1 USD1 USD1 USD
RefundsYesYesYesYesYesYes
RecurringYesYesYesYesYesYes
Chargeback optionYesYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYesYes
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.

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

Pago Efectivo

Pago Efectivo is a network that allows users to make purchases or recharges online in cash without the need for cards, through a CIP code provided.

Capabilities

Pago Efectivo
Min. amount1 USD
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringUSD

Transaction currency in ISO 4217.
Yes
countryStringEC

Transaction country in ISO 3166.
Yes
payment_method_idStringEF

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": 20,
    "currency": "USD",
    "country": "EC",
    "payment_method_id": "EF",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "12345678",
        "address": {
            "country": "DO",
            "state": "Guayas",
            "city": "Guayaquil",
            "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-f160d4da-f578-4f9b-9973-6f01563d99c9",
    "amount": 20,
    "currency": "USD",
    "payment_method_id": "EF",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "EC",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "165815182",
        "expiration_date": "2023-06-17T11:59:00.000+0000",
        "id": "EF-143971026",
        "company_name": "DEMERGE ECUADOR SAC",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-54aaae20-aef7-45cd-9ed9-997d12d76d98",
        "amount": 20,
        "currency": "USD"
    },
    "created_date": "2023-06-12T19:20:32.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "notification_url": "http://conductor.sandbox.internal/robot-server/rest/generic/notification/new"
}

Example ticket

Pago Efectivo UI built with the information in the example above.

Pago Efectivo UI built with the information in the example above.