/search/download?id={id} - GET

Query Params
uuid
required

Format - uuid. The account id to search transactions for

date-time

Format - date-time (as date-time in RFC3339). Optional start date from which to search

date-time

Format - date-time (as date-time in RFC3339). Optional end date for which to search

inStatus
array of strings

Optional list of transfer statuses to filter on

inStatus
boolean
int32

Format - int32.

int32

Format - int32.

string
boolean
filters
array of objects
filters
Responses

Response body
array of objects
object
uuid
required

The ID of the book transfer

uuid
required
  1. If you are requesting transfers for a specific account Id, this is the account id of the account requested.
  2. If you are requesting a book transfer by the book transfer Id then:
    a. If you originated the transfer, this will be your accountId the funds were transferred from.
    b. If a third party originated the transfer, this will be your account Id the funds were transferred to.
    c. If a transfer is between your own accounts, this be your accountId the funds were transferred from.
string
required
  1. If you are requesting transfers for a specific account Id, this is the name of the account requested.
  2. If you are requesting a book transfer by the book transfer Id then:
    a. If you originated the transfer, this will be the name of your account the funds were transferred from.
    b. If a third party originated the transfer, this will be the name of your account the funds were transferred to.
    c. If a transfer is between your own accounts, this is the name of the account the funds were transferred from.
string
required

The name of the counter party participating in the transfer
If it a transfer between your own accounts, this will be your own client name

uuid
required

The counter party account Id participating in the transfer.

  1. If you are requesting transfers for a specific account Id then this will be the Id of the account opposite the requested account. i.e. If the request is for the sending account, this value will be of the receiving account
  2. If you are requesting a book transfer by the book transfer Id then:
    a. If the transfer involves a third party, this will be the third parties account Id.
    b. If the tranfer is between your own accounts this will the account Id the funds were transferred to.
string
required

The counter party account name participating in the transfer.

  1. If you are requesting transfers for a specific account Id then this will be the name of the account opposite the requested account. i.e. If the request is for the sending account, this value will be of the receiving account
  2. If you are requesting a book transfer by the book transfer Id then:
    a. If the transfer involves a third party, this will be the third parties account name.
    b. If the tranfer is between your own accounts this will the account name the funds were transferred to.
string | null

Optional. Will be populated only when you're the originator of the transfer.

string | null

Optional. Will be populated only when you're the originator of the transfer.
The name of the account the funds were transfered from

string | null

Optional. Will be populated only when you're the originator of the transfer.

string | null

Optional. Will be populated only when you're the originator of the transfer.
The name of the partner the funds were transfered to

string | null

Optional. Will be populated only when you're the originator of the transfer.
The name of the account the funds were transfered to

string | null

Optional. Will be populated only when you're the originator of the transfer.

double
required

The amount of the book transfer

string
required

Send Receive

string | null

Optional. Will be populated only when you're the originator of the transfer.

string | null

Optional, will be populated if the sender provided a public memo

string | null

Optional. Will be populated only when you're the originator of the transfer.

string | null

Optional. Will be populated only when you're the originator of the transfer.

string
required

ApprovalRequired Pending Posted Rejected Declined

string | null

Optional. Will be populated only when you're the originator of the transfer.

uuid | null

Optional. Will be populated only when you're the originator of the transfer.

string | null

Optional. Will be populated only when you're the originator of the transfer.

string | null

Optional. Will be populated only when you're the originator of the transfer.

uuid | null

Optional. Will be populated only when you're the originator of the transfer. Will not be populated for transfers from single control accounts.

string | null

Optional. Will be populated only when you're the originator of the transfer. Will not be populated for transfers from single control accounts.

string | null

Optional. Will be populated only when you're the originator of the transfer. Will not be populated for transfers from single control accounts.

date-time | null

Optional. Will be populated only when you're the originator of the transfer. Will not be populated for transfers from single control accounts.
Uses UTC date time.

date-time | null

Optional. Date time in UTC the transfer was processed successfully.

  1. If you are NOT the originator of the transfer, then this will always be populated
  2. If you originated the transfer this will only be populated when and if the transfer is processsed successfully
string

Api Ui

date-time | null

Optional. Will be populated only when you're the originator of the transfer.
Date and time in UTC when the transfer was submitted

date-time | null

Optional. Will be populated only when you're the originator of the transfer.
Date and time in UTC of the current status of the transfer.

string | null

Confirmation Number for the book transfer entry. This can be used for reconciliation during the BAI2 process.

Language