Deposit
Create a Deposit
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The apply.deposit to create
Amount of money to transfer
Name of the owner of the account providing the deposit
ACH payment instructions
Debit card payment instructions
Tokenized debit card payment instructions
Arbitrary data the user can attach to the object
Response
200 - application/json
The apply.deposit created
ACH payment instructions
Amount of money to transfer
Debit card payment instructions
Tokenized debit card payment instructions
Unique identifier for object
Name of the owner of the account providing the deposit
Arbitrary data the user can attach to the object
Was this page helpful?