Book Transfer
Update a book transfer
PATCH/transfers/book/{book_transfer_id}
Update a book transfer by its ID. Transfer must be in a "hold" state. Only the amount can be updated.
Path Parameters
book_transfer_id
stringRequiredUnique identifier for the book transfer.
Body Parameters
allow_overdraft
booleanOptionalAllow the account to go negative for the transfer. The bank account needs to have is_overdraftable enabled with an overdraft reserve account linked to it.
amount
numberRequiredUpdated amount (in cents) of the funds that will be transferred.
currency_code
stringRequiredThe three-letter currency code defined in ISO 4217. e.g. USD.