v1

latestOpenAPI 3.0.32026-07-23215362.6 KB
Transfers

Transfers

Retrieve a list of transfers with optional filtering and pagination.

get/v1/transfers

Query parameters

afterstring

When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.

limitstring integer

When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.

transferIdstring uuid

Filter by transfer ID

sourceAccountIdstring uuid

Filter by source account ID

sourceCustomerIdstring uuid

Filter by source customer ID

beneficiaryAccountIdstring uuid

Filter by destination account id

beneficiaryIdstring uuid

Filter by destination customer id

transferCurrencystring

Filter by transfer currency

externalReferenceIdstring

Filter by client reference ID

transactionStatus'PROCESSING' | 'COMPLETED' | 'FAILED'

Filter by status

requestedAtStartstring date-time
requestedAtEndstring date-time

Response

Successful response

afterstring nullable

The token of the last item in the response

totalCountstring integer

The total number of items in the entire filtered data set