Cashout Status Endpoint
Learn how to use the Endpoint to retrieve the status of a cashout
Última actualización
Learn how to use the Endpoint to retrieve the status of a cashout
Última actualización
Code | Meaning | Description |
---|---|---|
Content-Type*
string
application/json
Payload-Signature*
string
Control signature
login*
string
(max length: 32)
Tupay "Withdrawals" login key, found in the merchant dashboard under Settings -> API Access.
external_id*
string
(max length: 100)
Unique ID for withdrawals from your side
cashout_id*
number
The withdrawal ID to check the status. It is the one that TuPay generated when the withdrawal was created.
pass*
string
(max length: 32)
Tupay "Withdrawals" Passphrase key, found in the merchant panel under Settings -> API Access.
0
The withdrawal was accepted by Tupay, but it has not yet been sent to the bank. It can still be cancelled.
1
The money arrived in the client's account.
2
The withdrawal was canceled by you.
3
The withdrawal was canceled by the bank (invalid document, invalid account, etc.)
4
The withdrawal was sent to the bank for processing. Now it can no longer be canceled
5
The withdrawal was placed on hold. They can move it back to pending when necessary.