Pago Fácil
Last updated: April 29, 2022
Start accepting payment using Pago Fácil, a favorite payment method in Argentina.
Information
If you want to use a gateway model for accepting Pago Fácil payments, you will need to arrange an agreement with our provider, dLocal, and create merchant details (specifically, x_login
and x_trans_key
) and a secret key with them. Share these details with our Customer Support team and we'll get you up and running. If you have already been onboarded for one of our other dLocal payment methods, you can use the same credentials.
Model | Collecting |
---|---|
Payment flow | Cash |
Payment method type | Voucher |
One-step payment | |
Authorization | |
Capture | |
Refund | |
Partial refund | |
Chargeback | |
Recurring payment |
Pago Fácil can be used by either redirecting the customer to a statically hosted ticket (redirect
integration method) or by rendering the complete ticket within your own checkout flow (direct
integration method).
Payments follow a two-step process:
You can find the full list, as well as complete request and response examples, in our API reference.
post
https://api.checkout.com/payments
1{2"source": {3"type": "pagofacil",4"integration_type": "redirect",5"country": "AR",6"payer": {7"name": "Bruce Wayne",8"email": "[email protected]"9},10"description": "simulate Pago Fácil Demo Payment"11},12"amount": 100,13"currency": "ARS"14}
Whether you used the direct or redirect integration_type
, you should get a 202
response with the status
field set to Pending
. This means your request has been accepted.
1{2"id": "pay_edov5e5m4zreda7hs4mnzgusze",3"status": "Pending",4"customer": {5"id": "cus_gghyd2m6wkgebnxvkndfwxeaji"6},7"_links": {8"self": {9"href": "https://api.sandbox.checkout.com/payments/pay_edov5e5m4zreda7hs4mnzgusze"10},11"redirect": {12"href": "https://sandbox.dlocal.com/collect/pay/pay/M-b91e48a5-92e2-4726-8847-055f0ed793f1?xtid=CATH-ST-1587999296-88241435"13},14"simulator:payment-succeed": {15"href": "http://sb-gateway-internal.cko.lon/dlocal-internal/pagofacil/payments/pay_edov5e5m4zreda7hs4mnzgusze/succeed"16},17"simulator:payment-expire": {18"href": "http://sb-gateway-internal.cko.lon/dlocal-internal/pagofacil/payments/pay_edov5e5m4zreda7hs4mnzgusze/expire"19}20}21}
To capture and complete the payment, you need to provide the customer with a Pago Fácil ticket by following one of two flows:
- If you used the
redirect
method, redirect the customer. - If you used the
direct
method, render the ticket.
Information
When using the redirect
integration method, make sure your customer is aware that they will be redirected to the ticket page when they select your Pay now button, and that they should print or save the ticket.
Using the redirection URL returned in the response above via _links.redirect
, redirect your customer to the static, hosted Pago Fácil ticket page. Once redirected, your customer should save or print the ticket.
A button on the page will allow them to return to your shop:
- If the ticket is still valid, they will be redirected to your success URL.
- If the ticket has expired, they will be redirected to your failure URL.
Note
Your payment confirmation page should make it clear to the customer that their purchase has not yet been completed. Explain that it has been reserved and is pending payment before the order can be completed and the goods/services can be delivered.
Redirect your customer to your payment confirmation page, where you should summarize their order and render the Pago Fácil ticket so they can complete the payment.
Note
Your payment confirmation page should make it clear to the customer that their purchase has not yet been completed. Explain that it has been reserved and is pending payment before the order can be completed and the goods/services can be delivered.
To get the components necessary to render the ticket, use the 'get payment details' endpoint below. This will return a ticket
object which contains the components to display the ticket.
Information
Tips for displaying the ticket:
- Separate the ticket number into two groups of four digits (for example:
1234 - 1234
). It makes it easier for customers to dictate it to cashiers. - Include the currency and amount on the ticket.
- Make sure the expiry date is clear and visible, and use the
dd/mm/yyyy
format. - Make it clear to the customer that their payment will be credited immediately.
- Include payment instructions to help customers unfamiliar with the payment process.
- A store locator is a helpful feature. Just link it to google.com/maps/search/pagofacil/.
- Include a save button so customers can easily save the ticket on their phone.
- Include a print button for customers who want to print their ticket.
- As a fallback, the
ticket
object should also contain the URL to the static, hosted Pago Fácil ticket.
Here's an example:

Using the following endpoint, pass the payment id
(for example, pay_hcklpcd45ymepcr7thciirbdaa
) from the payment response to get details about the payment.
Use the details below to set up your request.
You can find the full list, as well as complete request and response examples, in our API reference.
get
https://api.checkout.com/payments/{payment_id}
The response will differ depending on which integration_type
(redirect
or direct
) you used in the initial payment request.
1{2"id": "pay_edov5e5m4zreda7hs4mnzgusze",3"requested_on": "2020-04-27T14:54:56Z",4"source": {5"type": "pagofacil",6"dlocal_order_id": "9aa40b2e9f834a84ab4147d8f7b3f305",7"dlocal_payment_id": "D-30150-9b3ce372-6b57-4141-ba39-86b8e8aa6de6",8"integration_type": "redirect",9"description": "simulate Pago Fácil Demo Payment"10},11"amount": 100,12"currency": "ARS",13"payment_type": "Regular",14"status": "Pending",15"risk": {16"flagged": false17},18"customer": {19"id": "cus_gghyd2m6wkgebnxvkndfwxeaji"20},21"_links": {22"redirect": {23"href": "https://sandbox.dlocal.com/collect/pay/pay/M-b91e48a5-92e2-4726-8847-055f0ed793f1?xtid=CATH-ST-1587999296-88241435"24},25"simulator:payment-succeed": {26"href": "http://sb-gateway-internal.cko.lon/dlocal-internal/pagofacil/payments/pay_edov5e5m4zreda7hs4mnzgusze/succeed"27},28"simulator:payment-expire": {29"href": "http://sb-gateway-internal.cko.lon/dlocal-internal/pagofacil/payments/pay_edov5e5m4zreda7hs4mnzgusze/expire"30},31"self": {32"href": "https://api.sandbox.checkout.com/payments/pay_edov5e5m4zreda7hs4mnzgusze"33}34}35}
You can refund a Pago Fácil payment using our refund API. Partial and multiple – as well as full – refunds are allowed.
The customer will get an email (the email address is taken from the source.payer.email
property in the initial payment request) from dLocal asking for their banking details. Once the customer has provided their details, dLocal will transfer the money to the customer's bank account.
The payment status will update to refunded
and you will receive a payment_refunded
(or payment_refund_declined
, if unsuccessful) webhook notification.
A refund processing fee may apply.
There is no chargeback mechanism for Pago Fácil.
Webhooks | Description |
---|---|
| Sent when a payment request is successfully initiated. |
| Sent when the acquirer is in the process of accepting the payment. |
| Sent when the customer has completed the payment with the ticket. |
| Sent when the ticket has expired. |
| Sent when there was a failure in creating the payment. |
| Sent when a refund is successfully initiated. |
| Sent when a refund is successfully processed. |
| Sent when a refund is declined. |
Information
Learn more about webhooks and how to subscribe to them.
Information
To start testing, you'll need to:
- create a test account, and
- contact your Account Manager or Integrations engineer to activate Pago Fácil payments in the sandbox environment.
In your sandbox environment, you can test payment capture and expiration, as well as refund success and failure.
In order to test these actions, pass the string "simulate"
as part of the source.description
field in the initial payment request.
When you do, you will receive additional hypermedia links in the _links
object in the payment response and in the 'get payment details' response.
Use the URLs contained in the simulator:payment-succeed
, simulator:payment-expire
, simulator:refund-succeed
and simulator:refund-fail
hypermedia objects to simulate the respective action/state change on the test payment.
Note
You can only test the direct
payment flow in sandbox.