Book Transfer
Book transfer object
The book transfer object is the current state of a single book transfer initiated in Column. A book transfer is the movement of funds between two bank accounts under your platform, and once initiated, happen instantaneously 24/7. Read more about book transfers here.
Object Parameters
allow_overdraft
booleanAllows the account to go negative for an outgoing transfer. The bank account needs to have is_overdraftable enabled with an overdraft reserve account linked to it
amount
numberAmount (in cents) of the funds that will be transferred between sender and receiver accounts. e.g. $1.75 would be represented by 175.
created_at
date-timeThe timestamp at which the transfer request is created
currency_code
stringThe three-letter currency code defined in ISO 4217. e.g. USD
description
stringA description of the transfer visible in account statements
id
stringThe unique ID of the object
idempotency_key
stringThe idempotency key specified in the book transfer
receiver_account_number_id
stringID of the account number that will receive the transfer
receiver_bank_account_id
stringID of the bank account that will receive the transfer
sender_account_number_id
stringID of the account number that is sending the transfer
sender_bank_account_id
stringID of the bank account that is sending the transfer
status
stringThe current status of the book transfer. Possible values: REJECTED, COMPLETED, HOLD, and CANCELED
updated_at
date-timeThe timestamp at which the book transfer was updated (typically a status update)