List account transfers
Account Balance Transfer
List account transfers
Returns a paginated list of account transfers where the given account is either the remitter or the beneficiary. Limited to records within the last year. Optional filters: transaction_id (partial match) and status (success, pending, failed).
GET
List account transfers
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
ULID of the account (as remitter or beneficiary).
Query Parameters
Partial match filter on transaction_id.
Filter by transaction status.
Available options:
success, pending, failed Response
Paginated list of account transfer records.
