Create a book transfer
POST
/transfers/bookBook transfer between two accounts at the bank
Headers
Idempotency-KeystringOptionalSend on every write that creates or changes money or state; a replay with the same key returns the original result with 200.
Body parameters
amountintegerRequiredMinor units of the currency (cents for USD)
currency_codestringRequiredISO 4217 code
descriptionstringRequiredfrom_account_idstringRequiredExample acct_2tVh8nqLxq4GbDe0K1F6S9zRcWm
to_account_idstringOptionalExample acct_2tVh8nqLxq4GbDe0K1F6S9zRcWm
to_account_numberstringOptionalReturns
201 Created
The Book Transfer object.
Errors
Every error is a problem document with a stable code. See Errors.
400401403404409412413422424429500503