Payout
Postback notification about payout updates.
Every time the status of a payout is changed, your system will receive a notification from ours, so that you are informed of the change.
POST /
Host: your_payback_notification_url.com
Content-Type: application/json
{
  "partner_code": "0001",
  "status": "done",
  "reason": ""
}
Params descriptions
| Param | Description | 
|---|---|
| partner_code | The ID from your system | 
| status | The payouts’s current status | 
| reason | If we need to add a message about the status by default is null | 
We expect that your system returns to ours: status code 200. If not, we’ll retry 5 more times.
Status meanings
| Status | Meaning | 
|---|---|
| done | Money was successfully transfered to the customer. | 
| error | Some error on the prcessing step. | 
Both statuses are final.