Skip to main content
GET
Show Detail

Authorizations

Authorization
string
header
required

JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.

X-PARTNER-ID
string
header
required

Merchant API key (Credential.api_key). Required on every request.

Path Parameters

account_id
string
required

Unique identifier (ULID) of the merchant account. Must belong to the authenticated merchant.

Example:

"01K946KF851RK7FX075GJHBVKF"

reference_number
string
required

The merchant reference_number supplied when the withdrawal was created (not the platform transaction_id).

Example:

"REF-20260610-001"

Response

Success. Returns the cardless withdrawal transaction detail with the associated account information in data.account.

Success response envelope for cardless withdrawal endpoints returning a single transaction record.

status
integer
required

HTTP status code echoed in the response body.

Example:

200

success
boolean
required

Indicates whether the request completed successfully.

Example:

true

data
object
required

The cardless withdrawal transaction record.