List
Returns a paginated list of cardless withdrawals for the account, limited to the last 12 months. Results are sorted newest-first, 25 records per page.
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"
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.
HTTP status code echoed in the response body.
200
Indicates whether the request completed successfully.
true
Array of cardless withdrawal transaction records.
Pagination metadata including current page, per page count, and total records.
