List transfers

Lists the transfers of your organization in the live or test mode of the API key used. Filter by account_id, account_number_id, direction, status, and transfer_batch_id, or by date range with since and until. The list is paginated. Use the starting_after, ending_before, and limit query parameters to page through it. The Link response header carries the URLs to navigate the pages.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Identifier of the account whose transfers are returned.

string

Identifier of the account number whose transfers are returned.

string
enum

Direction of the transfers to return. One of inbound or outbound.

Allowed:
status
array of strings

Statuses to filter by. One or more of succeeded, rejected, failed, pending, returned, return_pending, and reject_failed. Returns transfers whose status matches any of the values you provide.

status
Allowed:
date-time

Lower bound for the transaction date. Returns transfers with a transaction_date on or after this ISO 8601 datetime in UTC.

date-time

Upper bound for the transaction date. Returns transfers with a transaction_date on or before this ISO 8601 datetime in UTC.

string

Identifier of the transfer batch to filter by. Returns the transfers that belong to this batch.

string

Cursor that fetches the next page of transfers. Use the ID of the last transfer from the current page.

string

Cursor that fetches the previous page of transfers. Use the ID of the first transfer from the current page.

integer

Maximum number of transfers to return per page. Ranges from 1 to 300. Defaults to 30.

Responses

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