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

stringRequired

Unique identifier for the book transfer.

Body Parameters

allow_overdraft

booleanOptional

Allow 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

numberRequired

Updated amount (in cents) of the funds that will be transferred.

currency_code

stringRequired

The three-letter currency code defined in ISO 4217. e.g. USD.