Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Sent ACH request
Simulate receiving an ACH transaction
Number of the receiving account
"123638791329"
Amount to transfer in cents (e.g. 100 = $1). Generates a prenote if set to 0.
0 <= x <= 9999999999
607
The type of transaction (debit or credit) in relation to the receiving account. A credit is a transfer in and a debit is a transfer pulling money out of the receiving account.
credit
, debit
"debit"
Effective date of the transaction. Transactions with the current date or date in the past are posted immediately. Future-dated transactions are scheduled to be posted on the chosen date.
"2022-03-18"
Response
Simulated receiving ACH transaction
The response is of type object
.