Paraguay

Learn about the dLocal supported payment methods in Paraguay.

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.

Infonet Practipago Aquí Pago Wepa Zimple Tigo Money Billetera Personal Wally Giros Claro Bank Transfer


Market specifications

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

Country reference

country codecurrency codedocument namedocument formatdocument required?
PYPYGCIBetween 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

ℹ️

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
IFInfonetTICKETCash PaymentsDIRECT REDIRECT
PHPractipagoTICKETCash PaymentsDIRECT REDIRECT
ADAquí PagoTICKETCash PaymentsDIRECT REDIRECT
WBWepaTICKETCash PaymentsDIRECT REDIRECT
ZMZimpleTICKETWalletREDIRECT
TOTigo MoneyTICKETWalletREDIRECT
ZXBilletera PersonalTICKETWalletREDIRECT
WYWallyTICKETWalletREDIRECT
GOGiros ClaroTICKETCash PaymentsREDIRECT
IOBank TransferBANK_TRANSFERBank Transfer​REDIRECT


Cards

Capabilities

Visa CreditVisa DebitMastercard CreditMastercard DebitAmerican Express
Minimum amount7500 PYG7500 PYG7500 PYG7500 PYG7500 PYG
RefundsYesYesYesYesYes
RecurringNoYesYesYesYes
Chargeback optionYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYes
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.

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

Infonet

Infonet has thousands of physical agencies throughout the country for cash payments, some of them open 24/7. Home banking from more than 20 financial entities and Mobile Payment applications.

Capabilities

Infonet
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringIF

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": "PYG",
    "country": "PY",
    "payment_method_id": "IF",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "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-973778f5-cd0c-4615-aw10-fe9a1d5500b4",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "IF",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "PY",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "767554",
        "expiration_date": "2023-06-18T02:59:00.000+0000",
        "company_name": "DLOCAL",
        "provider_logo": "https://static.dlocal.com/images/providers/infonet.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-5bfc7ded-b87e-4f18-9504-47a6da3a635c",
        "amount": 1000,
        "currency": "PYG"
    },
    "created_date": "2023-01-13T22:51:39.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

Infonet UI built with the information in the example above.

Infonet UI built with the information in the example above.

Practipago

Practipago is a payment and collection network with branches distributed throughout Paraguay.

Capabilities

Practipago
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringPH

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": "PYG",
    "country": "PY",
    "payment_method_id": "PH",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-0653972f-688f-40b3-56tr-40426ef9c165",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "PH",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "PY",
    "bank_transfer": {},
    "ticket": {
        "type": "REFERENCE_CODE",
        "number": "5614222",
        "expiration_date": "2023-06-18T03:59:00.000+0000",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-bdb893cd-7a6b-redt-b7af-b3c3055c102f",
        "amount": 1000,
        "currency": "PYG"
    },
    "created_date": "2023-06-13T23:06:41.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk34bfkqw0",
    "notification_url": "http://merchantsite.com/notification/new"
}

Example ticket

Practipago UI built with the information in the example above.

Practipago UI built with the information in the example above.

Aquí Pago

Aquí Pago is the largest payment collection network, with an extensive network of payment points across the country.

Capabilities

Aquí Pago
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringAD

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": "PYG",
    "country": "PY",
    "payment_method_id": "AD",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-d03c4b27-683b-4ca0-rr43-cbb96d351898",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "AD",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "PY",
    "bank_transfer": {},
    "ticket": {
        "type": "REFERENCE_CODE",
        "number": "5327587",
        "expiration_date": "2023-05-17T03:59:00.000+0000",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-b79820cc-543e-4500-97a6-8a0ca269b7c3",
        "amount": 1000,
        "currency": "PYG"
    },
    "created_date": "2023-05-11T23:05:12.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk34bfkqw0",
    "notification_url": "http://merchantsite.com/notification/new"
}

Example ticket

Aquí Pago UI built with the information in the example above.

Aquí Pago UI built with the information in the example above.

Wepa

Wepa is a cash collection network that has been operating in Paraguay since 2022. It has a network of stores distributed throughout the national territory which has grown rapidly thanks to the strategic alliance with Western Union.

Provides a fast, easy, and secure platform for collecting payments for public and private services, non-bank correspondents, and international money transfers and remits.

Capabilities

Wepa
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringAD

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": "PYG",
    "country": "PY",
    "payment_method_id": "WB",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-b7b8baba-0811-483c-t432-c8f9ff1fb4a4",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "WB",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "PY",
    "bank_transfer": {},
    "ticket": {
        "type": "REFERENCE_CODE",
        "number": "5327574",
        "expiration_date": "2023-05-17T03:59:00.000+0000",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-e5c7a87c-ee32-428f-b0a1-572b0d4c9cfa",
        "amount": 1000,
        "currency": "PYG"
    },
    "created_date": "2023-05-11T23:03:57.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk34bfkqw0",
    "notification_url": "http://merchantsite.com/notification/new"
}

Example ticket

Zimple

Electronic wallet connected to the Paraguayan financial system.

Capabilities

Zimple
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Zimple payment flow.

The screenshots illustrate a generic Zimple payment flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringZM

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
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": "PYG",
    "country": "PY",
    "payment_method_id": "ZM",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "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": "R-4-7c109fb6-2af5-455t-8f4f-949c6d24c957",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "ZM",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "PY",
    "created_date": "2023-05-15T19:22:57.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-a6e68c9c-80c1-mny6-8846-06c6c488d4d3"
}

Tigo Money

Tigo Money is a widely used payment method in Paraguay that enables people to send and receive money through their mobile phones.

Users must register for an account, provide identification, and deposit money through authorized agents, or between Tigo Money accounts.

Capabilities

Tigo Money
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Tigo Money payment flow.

The screenshots illustrate a generic Tigo Money payment flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringTO

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
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": "PYG",
    "country": "PY",
    "payment_method_id": "TO",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "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": "R-4-7c109fb6-2af5-4d7f-yt54-949c6d24c957",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "TO",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "PY",
    "created_date": "2023-05-15T19:22:57.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-a6e68c9c-80c1-rrt5-8846-06c6c488d4d3"
}

Billetera Personal

Billetera Personal allows users to carry out transactions through their cell phones such as money transfers to any company, payments for public and private services, payments in affiliated stores, and balance recharges.

Capabilities

Billetera Personal
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Billetera Personal payment flow.

The screenshots illustrate a generic Billetera Personal payment flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringZX

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
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": "PYG",
    "country": "PY",
    "payment_method_id": "ZX",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-7c109fb6-2af5-4d7f-uy65-949c6d24c957",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "ZX",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "PY",
    "created_date": "2023-05-15T19:22:57.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-a6e68c9c-4322-rrt5-8846-06c6c488d4d3"
}

Wally

Wally is a wallet that all users can use regardless of the phone device they have, with no minimum balances or maintenance amounts.

Capabilities

Wally
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Wally payment flow.

The screenshots illustrate a generic Wally payment flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringWY

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
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": "PYG",
    "country": "PY",
    "payment_method_id": "WY",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-7c109fb6-2af5-4d7f-44re-949c6d24c957",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "WY",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "PY",
    "created_date": "2023-05-15T19:22:57.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-a6e68c9c-6780-rrt5-8846-06c6c488d4d3"
}

Giros Claro

E-wallet for Claro phone network users in Paraguay.

Capabilities

Giros Claro
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The following screenshots illustrate a generic Giros Claro payment flow.

The following screenshots illustrate a generic Giros Claro payment flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringGO

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
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": "PYG",
    "country": "PY",
    "payment_method_id": "GO",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-7c109fb6-443e-4d7f-yt54-949c6d24c957",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "GO",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "PY",
    "created_date": "2023-05-15T19:22:57.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-a6e68c9c-80c1-6yt5-8846-06c6c488d4d3"
}

Bank Transfer

Bank Transfer is a service that allows customers to carry out bank transfers from the bank accounts of any bank in Paraguay.

Capabilities

Bank Transfer
Min. amount7500 PYG
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Bank Transfer payment flow.

The screenshots illustrate a generic Bank Transfer payment flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringPYG

Transaction currency in ISO 4217.
Yes
countryStringPY

Transaction country in ISO 3166.
Yes
payment_method_idStringIO

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
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": "PYG",
    "country": "PY",
    "payment_method_id": "IO",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "554329",
        "address": {
            "country": "PY",
            "state": "Asuncion",
            "city": "Asuncion",
            "zip_code": "88058",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk34bfkghqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-dc91cf83-fdce-433d-09lk-4eb19eb7d523",
    "amount": 1000,
    "currency": "PYG",
    "payment_method_id": "IO",
    "payment_method_type": "BANK_TRANSFER",
    "payment_method_flow": "REDIRECT",
    "country": "PY",
    "created_date": "2023-05-15T19:25:09.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-a38ed1d5-786d-665t-8929-548381ac9d4e"
}