Reject pending payout
POST /transfer/payout/{id}/reject
Cancel a pending payout. Stridge stops retrying it and it transitions to `expired` through the normal flow (a `payout.expired` webhook fires). Only valid while the payout is pending.
Path parameters
| Name | Type | Description |
|---|---|---|
| idrequired | string | Payout id. |
Responses
The reject was requested.
- successbooleanrequired
- messagestring