ACH Transaction Simulations
Simulate receiving ACH transaction
Use to simulate receiving ACH transaction in test environments. Creates an incoming ACH file with a single transaction, which gets automatically processed.
post/ach/transaction_simulations/receiving_transaction
Request body
Example request
{
"account_number": "123638791329",
"amount": 607,
"dc_sign": "debit",
"effective_date": "2022-03-18"
}Response
Simulated receiving ACH transaction
AchSimulationResponse required