API resource statuses
| Status | Meaning | Typical action |
|---|---|---|
pending | accepted but not final | monitor |
scheduled | queued for future execution | keep scheduled |
in_analysis | manual or provider review | keep queued and visible to operators |
processing | settlement in progress | wait for webhook or reconcile |
paid | settled successfully | mark payout completed |
rejected | blocked before settlement | route to operator review |
cancelled | intentionally stopped | close the request |
error | failed during processing | investigate retry policy |
unknown | not yet normalized | reconcile immediately |
Webhook event mapping
Resource status and webhook event names are not identical.payout.transferredmaps to resource statuspaidpayout.failedmaps to resource statuserrorpayout.canceledmaps to resource statuscancelled

