Skip to main content
GET
List

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"

Response

Success. Returns a paginated array of cardless withdrawal records with pagination metadata.

Success response envelope for the cardless withdrawal list endpoint. Contains a paginated collection of withdrawal records.

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

Array of cardless withdrawal transaction records.

pagination
object | null

Pagination metadata including current page, per page count, and total records.