Transfer

List all transfers

GET/transfers

List all transfers across all transfer types under your platform.

Query Parameters

account_number

stringOptional

Filter by account number

account_number_id

stringOptional

Filter by account number ID (matches either sender or receiver)

ach_type

stringOptional

Filter by ACH transfer type

amount

numberOptional

Filter by exact amount (in smallest currency unit)

amount_gt

numberOptional

Filter by amount greater than this value

amount_gte

numberOptional

Filter by amount greater than or equal to this value

amount_lt

numberOptional

Filter by amount less than this value

amount_lte

numberOptional

Filter by amount less than or equal to this value

bank_account_id

stringOptional

Filter by bank account ID (matches either sender or receiver)

counterparty_id

stringOptional

Filter by counterparty ID

created_at_gt

date-timeOptional

Filter by created_at after this timestamp

created_at_gte

date-timeOptional

Filter by created_at at or after this timestamp

created_at_lt

date-timeOptional

Filter by created_at before this timestamp

created_at_lte

date-timeOptional

Filter by created_at at or before this timestamp

description

stringOptional

Filter by transfer description

ending_before

stringOptional

Cursor for backward pagination. Provide the ID of the first item in the previous page.

is_incoming

booleanOptional

Filter by whether the transfer is incoming

limit

integerOptional

Maximum number of results to return (1-100)

query

stringOptional

Free-text search across transfer fields.

receiver_account_number_id

stringOptional

Filter by the receiver account number ID

receiver_bank_account_id

stringOptional

Filter by the receiver bank account ID

routing_number

stringOptional

Filter by routing number

sender_account_number_id

stringOptional

Filter by the sender account number ID

sender_bank_account_id

stringOptional

Filter by the sender bank account ID

sort_by

stringOptional

Field to sort results by

sort_order

stringOptional

Sort order (asc or desc)

starting_after

stringOptional

Cursor for forward pagination. Provide the ID of the last item in the previous page.

status

stringOptional

Filter by transfer status

transfer_batch_id

stringOptional

Filter by transfer batch ID

transfer_id

stringOptional

Filter by a specific transfer ID

type

stringOptional

Filter by transfer type (e.g., ach, wire, book, realtime, check, swift)