Create a Book Transfer
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
Amount of money to transfer, with two decimal precision
ID of the account originating the transfer. Filterable.
ID of the account receiving the transfer. Filterable.
Optional description (maximum of 10 characters)
Arbitrary data the user can attach to the object
Response
Amount of money to transfer, with two decimal precision
ID of the bank with which the object is associated
Optional arbitrary data that can be attached for the bank's use
Optional description (maximum of 10 characters)
Error message describing why a book transfer failed to send
ID of the account originating the transfer. Filterable.
Unique identifier for object
ID of the organization with which the object is associated. Filterable.
One of pending
, canceled
, sent
, or error
. Filterable.
ID of the account receiving the transfer. Filterable.
Arbitrary data the user can attach to the object