Create a Withdraw

It allows you to create a PayNPlay withdraw.

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

Remember

In PayNPlay Withdraws you will be able to do a withdrawal only after a successful deposit has been made.

How to test?
  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.
Body Params
number
required

Payout amount, minimum is 10000

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