List or retrieve bank transfers

Returns bank transfers for your account. Provide transferId to retrieve one transfer instead of a list.

Transfer creation is asynchronous. Continue checking a transfer until it reaches a final status. Do not create a replacement transfer merely because the current transfer is still processing.

When a list response contains lek, send that transfer UUID back unchanged as lek to request the next page. Keep the other filters the same while paging. Omit lek on the first request and after the final page.

Filter by a preset creation-time interval, or provide both startDate and endDate for an exact range. If both forms are supplied, interval determines the range.

Query Params
uuid

Transfer ID. When supplied, the endpoint returns that transfer instead of a list.

uuid

Transfer UUID returned as lek by the previous page. Send it back unchanged and keep the original filters the same.

integer
1 to 100
Defaults to 100

Maximum number of matching transfers to return. Defaults to 100.

string
enum

query status

string

Bank Code

string

Search string (account name or part of account name)

string
enum

Return transfers in this currency.

number

Minimum transfer amount. Must be supplied with toAmount.

number

Maximum transfer amount. Must be supplied with fromAmount.

string
enum

Preset creation-time range. When supplied, it determines the range even if explicit dates are also present.

Allowed:
date-time

Start of the creation-time range in YYYY-MM-DDTHH:MM:SS.MMMZ format. Supply together with endDate.

date-time

End of the creation-time range in YYYY-MM-DDTHH:MM:SS.MMMZ format. Supply together with startDate; it cannot be earlier than startDate.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json