POSTDeprecated
Initiate ACH deposit
Initiate an ACH deposit transaction from a linked bank account.
Body Params
object
-
amountstring requiredThe amount to deposit in USD cents (base units) -
checkboxAgreementboolean requiredIndicates user agreement to the ACH terms -
bankIdstring requiredID of the ACH bank account to debit from -
goAccountIdstring requiredID of the destination account -
idempotencyKeystringOptional idempotency key to ensure idempotent requests
Responses
200
OK
Response Body
object
-
txIdstring requiredThe ID of the created transaction
400
Bad Request
Response Body
object
-
errorNamestring required -
errorstring required
401
Unauthorized
Response Body
object
-
errorNamestring required -
errorstring required
404
Not Found
Response Body
object
-
errorNamestring required -
errorstring required
500
Internal Server Error
Response Body
object
-
errorNamestring required -
errorstring required