Show Detail
Retrieves full details of a single cardless withdrawal including status, OTP, fee breakdown, and balance impact. The {id} parameter is the transaction_id, not the numeric ID.
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 retrieve. This is the platform-assigned business identifier returned when the withdrawal was created.
"CW-20251024-0001"
Response
Success. Returns the cardless withdrawal transaction detail with the associated account information.
Success response envelope for cardless withdrawal endpoints returning a single transaction record.
