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 APM supportedCards
Find all the information about the card supported capabilities.
Capabilities Process Card PaymentsAlternative Payments
Learn how to integrate cash, bank transfer or wallet payment.
Infonet Practipago Wepa Zimple Tigo Money Billetera Personal Wally Giros Claro Bank Transfer QR paymentsMarket 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 code | currency code | document name | document format | document required? |
---|---|---|---|---|
PY | PYG | CI | Between 5 to 20 digits | Yes |
Cards supported
payment_method_id | Brand ID | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|---|
CARD | VI | Visa | CARD | Credit Card | DIRECT REDIRECT | |
CARD | VD | Visa Debit | CARD | Debit Card | DIRECT REDIRECT | |
CARD | MC | Mastercard | CARD | Credit Card | DIRECT REDIRECT | |
CARD | MD | Mastercard Debit | CARD | Debit Card | DIRECT REDIRECT | |
CARD | AE | American Express | CARD | Credit 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 supported
payment_method_id | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|
IF | Infonet | TICKET | Cash Payments | DIRECT REDIRECT | |
PH | Practipago | TICKET | Cash Payments | DIRECT REDIRECT | |
WB | Wepa | TICKET | Cash Payments | DIRECT REDIRECT | |
ZM | Zimple | TICKET | Wallet | REDIRECT | |
TO | Tigo Money | TICKET | Wallet | REDIRECT | |
ZX | Billetera Personal | TICKET | Wallet | REDIRECT | |
WY | Wally | TICKET | Wallet | REDIRECT | |
GO | Giros Claro | TICKET | Cash Payments | REDIRECT | |
IO | Bank Transfer | BANK_TRANSFER | Bank Transfer | REDIRECT | |
QR | QR payments | TICKET | Wallet | DIRECT REDIRECT |
Cards
Capabilities
Visa Credit | Visa Debit | Mastercard Credit | Mastercard Debit | American Express | |
---|---|---|---|---|---|
Minimum amount | 7500 PYG | 7500 PYG | 7500 PYG | 7500 PYG | 7500 PYG |
Refunds | Yes | Yes | Yes | Yes | Yes |
Recurring | No | Yes | Yes | Yes | Yes |
Chargeback option | Yes | Yes | Yes | Yes | Yes |
Chargeback Dispute option | Yes | Yes | Yes | Yes | Yes |
Descriptor | 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
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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | DIRECT REDIRECT |
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | IF ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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
Practipago
Practipago is a payment and collection network with branches distributed throughout Paraguay.
Capabilities
Practipago | |
---|---|
Min. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | DIRECT REDIRECT |
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | PH ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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
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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | DIRECT REDIRECT |
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | AD ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | ZM ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | TO ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | ZX ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | WY ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | GO ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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. amount | 7500 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | IO ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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"
}
QR payments
Customers can pay by scanning the QR code using any payment method.
Capabilities
QR payments | |
---|---|
Min. amount | 1 PYG |
Max. expiration time supported | 5 days |
Notification delay | Immediate |
Refunds | Yes |
Flow | DIRECT REDIRECT |
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PYG Transaction currency in ISO 4217. | Yes |
country | String | PY Transaction country in ISO 3166. | Yes |
payment_method_id | String | QR ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | No |
payer.email | String | Email of the payer. | No |
payer.document | Number | Document of the payer. | No |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": 100,
"currency": "PYG",
"country": "PY",
"payment_method_id": "QR",
"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-626bcdf1-6e13-4fa4-a2b3-f7594c3f1465",
"amount": 100,
"currency": "PYG",
"payment_method_id": "QR",
"payment_method_type": "TICKET",
"payment_method_flow": "DIRECT",
"country": "PY",
"bank_transfer": {},
"ticket": {
"type": "CUSTOM",
"number": "SFASR90184",
"expiration_date": "2024-07-08T22:08:49.170+0000",
"provider_logo": "https://static.dlocal.com/images/providers/apm-bancard.png",
"image_url": "https://pay.dlocal.com/gmf-apm/payments/M-a0f0f5ff-972f-4d03-9db5-fc0e90efa111",
"amount": 100,
"currency": "PYG",
"qr_code": "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",
"banks": [
{
"name": "Banco Familiar S.A.E.C.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/familiar3.png"
},
{
"name": "Banco Continental S.A.E.C.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/continental2.png"
},
{
"name": "BANCO ATLAS S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/atlas2.png"
},
{
"name": "BANCO ITAU PARAGUAY S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/ItauPagos2.png"
},
{
"name": "Vision",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/vision3.png"
},
{
"name": "Banco Regional S.A.E.C.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/regional2.png"
},
{
"name": "Interfisa S.A.E.C.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/interfisa2.png"
},
{
"name": "UENO",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/ueno2.jpg"
},
{
"name": "BBVA Paraguay S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/gnbfusion2.png"
},
{
"name": "Banco GNB",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/gnb2.png"
},
{
"name": "BANCO NACIONAL DE FOMENTO",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/bnf2.png"
},
{
"name": "Pago Movil",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/PagoMovil2.png"
},
{
"name": "Zimple",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/zimple2.png"
},
{
"name": "TU FINANCIERA S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/tu.jpg"
},
{
"name": "Cooperativa Luque Ltda.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/coopluque.png"
},
{
"name": "COOMECIPAR LTDA.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/coomecipar.png"
},
{
"name": "Banco Amambay S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/basa.jpg"
},
{
"name": "Banco Itapúa S.A.E.C.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/rio.jpg"
},
{
"name": "Sudameris Bank.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/sudameris.png"
},
{
"name": "FINANCIERA FINLATINA",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/finlatina.jpg"
},
{
"name": "COOPERATIVA SAN CRISTOBAL LTDA",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/cristobal.jpg"
},
{
"name": "FINEXPAR S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/zeta1.png"
},
{
"name": "CABAL PY",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/dimo.png"
},
{
"name": "FINANCIERA PARAGUAYO JAPONESA SAECA",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/fpj.png"
},
{
"name": "Solar S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/solar3.png"
},
{
"name": "Bancop S.A.",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/bancop.png"
},
{
"name": "FIC S.A. DE FINANZAS",
"logo_url": "https://www.bancard.com.py/s4/public/entity_logos/fic.png"
}
]
},
"created_date": "2024-07-03T22:08:48.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "7c19dcfc-0a1d-47c5-b293-118cb0309090",
"notification_url": "http://merchantsite.com/notification/new"
}
Example ticket
Updated about 1 month ago