Cancel withdrawal
Cancel a pending cash withdrawal before pickup.
Cancellation is documented in legacy Cobru materials, but you should verify the allowed cancellation window and provider side effects live before exposing it to customers.
Endpoint
POST /cancelcashwithdraw/
Request fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | number | yes | Cash-withdrawal identifier to cancel. |
Example body
{
"id": 123456
}Operational notes
- Only expose cancellation while the withdrawal is still pending or otherwise cancellable.
- Refresh the withdrawal detail or listing after cancellation to reconcile the final state.
- Keep Cobru's withdrawal identifier available in your own operations tooling.