Initiate ACH deposit

post/api/fiat/v1/transaction/ach-debit

Initiate an ACH deposit transaction from a linked bank account.

Request Body

amount string required
The amount to deposit in USD cents (base units)
Min length: >= 1 characters
checkboxAgreement boolean required
Indicates user agreement to the ACH terms
bankId string required
ID of the ACH bank account to debit from
Min length: >= 1 characters
goAccountId string required
ID of the destination account
Min length: >= 1 characters

200 Response

txId string required
The ID of the created transaction

400 Response

errorName string required
error string required

401 Response

errorName string required
error string required

404 Response

errorName string required
error string required

500 Response

errorName string required
error string required