Skip to main content
GET
List transfers

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Query Parameters

id
string

Filter by ID

quote_id
string<nanoid>

Filter by quote ID A valid id

Example:

"bus_123456789"

start_date
string<date>

Filter by start date

end_date
string<date>

Filter by end date

source_currency
string

Filter by source_currency code

target_currency
string

Filter by target_currency code

status
enum<string>[]

Filter by status (comma-separated)

Status of a transfer

Available options:
pending,
processing,
cancelled,
funds_converted,
funds_received,
outgoing_payment_sent,
funds_delivered,
funds_not_delivered,
funds_refunded,
reverse_fund_conversion
referred
boolean

Specify whether to get referred transfers or not

includes_step
enum<string>[]

Filter transfers that include a specific step in their flow.

Available options:
deposit,
withdrawal,
conversion,
no_deposit,
no_withdrawal,
no_conversion
cursor
string<string>

The cursor

sort
enum<string>

The order to sort the results

Available options:
asc,
desc
Example:

"asc"

limit
integer

The number of items to return

Example:

10

Response

Transfer List Response

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

pagination
object
required
data
object[]
required

List of transfers