v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBPayouts
Cancel a Payout Request
post/api/payouts/payout/{id}/cancel
Path parameters
idstring uuid required
Payout request ID
Headers
on-behalf-ofstring
Organization ID to act on behalf of
idempotency-keystring uuid
Optional UUID to safely retry requests without creating duplicate operations. Subsequent requests with the same key and identical body return the original cached response with an idempotency-replayed: true response header. Keys expire after 24 hours.
transfer-api-keystring required
Transfer API key required to execute this request.
Response
Canceled payout request.
Example response
{
"payouts": [
{
"amount": {
"tokenSymbol": "USDC"
},
"details": {
"feeTotal": {
"tokenSymbol": "USDC"
},
"fiatAmount": {
"fiatCurrencyCode": "USD"
},
"transactionFee": {
"tokenSymbol": "USDC"
}
},
"recipientInfo": {
"details": {
"details": {
"truncatedBankAccountNumber": "****1234"
}
}
}
}
]
}