Use this method to get the payout's status. Useful to poll the status for an ongoing payout.
GET https://api.dex3.io/api/v1/getpayoutstatus/<PAYOUT_ID>
GET
https://api.dex3.io/api/v1/
A successful POST request typically returns a 200 OK or error.
200 OK
We recommend using webhook to process successful payout instead
Content-Type
application/json
merchant_public
YOUR MERCHANT PUBLIC
Key
Description
created
A new payout is created
received
Client has claimed and is waiting Dex3 processing. Do not update withdrawal yet
completed
Payout is completed and webhook must be sent at this point. Process your withdrawal success message
failed
Payout failed
expired
Payout expired. Based on the expiration parameter you set.
{ "state": true, "data": "created" }
Last updated 1 year ago