Skip to main content

Void Pending Transfer

POST /v1/transfers/{id}/void

Cancels a pending transfer. The held funds are released back to the debit account.

No request body required.

Response 200

{
"data": {
"tenant_id": "f714f6af-...",
"transfer": {
"id": "...",
"pending_id": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"amount": 0,
"status": "voided",
...
}
}
}

Headers

Authorization: Bearer qk_live_...
Idempotency-Key: <unique-string>

Errors

CodeTypeMeaning
409not_pendingTransfer is not in pending state
409already_voidedAlready voided
409already_postedAlready posted, cannot void
410expiredPending transfer timed out and was auto-voided