Create a Payout

It allows you to create a Closed Loop Payout.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Remember

In Close Loop Payouts you will be able to do a withdrawal only after a successful deposit has been made.

How to test in Chile?
  1. Create a session by sending a request: Below are the required parameters, and on the right, you can dynamically see how the request looks. Additionally, you need to enter the authentication token. Make sure the country matches the selected currency. After that, you can proceed to click on Try It!

Note: As it is a closed loop, customerExternalKey must be the same as used for payin and should be related to the RUT 11111111-1

  1. Receiving the callback: As a response, if the request was successful, you will receive a response like the following:
{ 
 "status": "PENDING",
 "sessionId": "108bdca3-43fe-4689-a635-e705a62c3436"
}
  1. Done: After following these steps, the payout will be a SUCCESS and it will automatically be paid in less than 5 minutes to the account selected by the customer.
How to test in Peru?
  1. Create a session by sending a request: Below are the required parameters, and on the right, you can dynamically see how the request looks. Additionally, you need to enter the authentication token. Make sure the country matches the selected currency. After that, you can proceed to click on Try It!

Note: As it is a closed loop, customerExternalKey must be the same as used for payin.

  1. Receiving the callback: As a response, if the request was successful, you will receive a response like the following:
{
"sessionId": "0fff9b97-d7c3-4f50-bf50-b6a6010f8144",
"status": "PENDING"
}
  1. Done: After following these steps, the payout will be a SUCCESS and it will automatically be paid in less than 5 minutes to the account selected by the customer.
How to test in Mexico?
  1. Create a session by sending a request: Below are the required parameters, and on the right, you can dynamically see how the request looks. Additionally, you need to enter the authentication token. Make sure the country matches the selected currency. After that, you can proceed to click on Try It!

Note: As it is a closed loop, customerExternalKey must be the same as used for payin.

  1. Receiving the callback: As a response, if the request was successful, you will receive a response like the following:
{ 
 "status": "PENDING",
 "sessionId": "108bdca3-43fe-4689-a635-e705a62c3436"
}
  1. Done: After following these steps, the payout will be a SUCCESS and it will automatically be paid in less than 5 minutes to the account selected by the customer.
Body Params
string
enum
required

Country for payout payment

Allowed:
string
enum
required

Currency, depends on selected country

Allowed:
number
required

Payout amount, minimum amount depends on selected country

string
required

Customer email to be displayed on payout payment

string
required

URL where a callback will be sent to when status changes

string

External key provided by the merchant, can be used to identify the payout session

string
required

Customer external key

string

Comment for payout payment

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json