Cancel
Cancels a pending withdrawal and restores the debited amount to the account balance. Only withdrawals in pending status can be canceled.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
Unique identifier (ULID) of the merchant account. Must belong to the authenticated merchant.
"01K946KF851RK7FX075GJHBVKF"
The transaction_id of the cardless withdrawal to cancel.
"CW-20251024-0001"
Response
Withdrawal canceled successfully. The data object contains the updated transaction record with canceled status and restored balance figures.
Success response envelope for cardless withdrawal endpoints returning a single transaction record.
