v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
BankTransfer

Retrieves a BankTransfer resource.

Retrieves a BankTransfer resource.

get/bank_transfers/{id}

Path parameters

idstring required

Resource identifier

Response

BankTransfer resource

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"
}