Retrieve all transfers from a business' accounting platform.
The Transfer object
Transfers is a data type of account transactions and represents money movement between different bank accounts.
{
"id": "123",
"date": "2021-03-09T10:18:29.985Z",
"currency": "USD",
"currency_rate": 1.13,
"total_amount": 1000.5,
"to_account_id": "123",
"from_account_id": "1232",
"from_bank_transaction_id": "b11794bc",
"to_bank_transaction_id": "b11794cd",
"memo": "Reference to bank transfer.",
"updated_at": "2021-03-09T10:18:29.985Z"
}