🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
cancel a payout batch
Security
oauth2ClientCredentials(Required scopes: payments:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/payments/payout/cancel
- Productionhttps://api.boyahq.com/v2/payments/payout/cancel
- Sandboxhttps://sandbox.api.boyahq.com/v2/payments/payout/cancel
curl -i -X POST \
https://developer.boyahq.com/_mock/v2/openapi/payments/payout/cancel \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'business_id: string' \
-H 'org_wallet_ref: string' \
-d '{
"ref": "vNEYv0YXJ3Lw-rv-rv-rv",
"reason": "Insufficient documentation provided"
}'