Skip to main content
GET
List all Internal Transfers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sender_account_number_id
string

The sender account number ID.

Pattern: ^account_number_\w+$
receiver_account_number_id
string

The receiver account number ID.

Pattern: ^account_number_\w+$
status
enum<string>

The current status of the InternalTransfer object.

Available options:
processing,
posted,
rejected
Example:

"posted"

created_at
object

A set of filters on the list using the object’s field created_at.

limit
integer
default:10

Maximum number of objects to be returned.

Required range: 1 <= x <= 100
starting_after
string

A cursor for use in pagination; this is an ID that defines your place in the list.

Pattern: ^internal_transfer_\w+$
ending_before
string

A cursor for use in pagination; this is an ID that defines your place in the list.

Pattern: ^internal_transfer_\w+$

Response

List of Internal Transfer objects

objects
object[]
required
has_more
boolean
required

Indicates whether more results are available.