v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
BankTransfer

Retrieves the collection of BankTransfer resources.

Retrieves the collection of BankTransfer resources.

get/bank_transfers

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

BankTransfer collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier of each bank transfer

createdstring nullable

Date the bank transfer was created

transferDatestring nullable

Date of the transfer

fromBankAccountIdstring

The ID of the source bank account

fromBankAccountNamestring

The name of the source bank account

toBankAccountIdstring

The ID of the destination bank account

toBankAccountNamestring

The name of the destination bank account

amountinteger

The amount being transferred

fromBankTransactionIdstring nullable

The bank transaction ID for the source account

toBankTransactionIdstring nullable

The bank transaction ID for the destination account

modifiedstring nullable

Date the bank transfer was last modified

typestring nullable

Transaction type

Example response

[
  {
    "integration": "quickbooks"
  }
]