v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBSimulation
Simulate Incoming ACH
Simulate an incoming ACH.
post/v1/simulate/ach/incoming_ach
Request body
Example request
{
"amount": 5000,
"currency_code": "USD",
"transaction_type": "credit",
"account_number_id": "account_number_xyz123",
"sec_code": "WEB",
"statement_descriptor": "P2P Credit",
"sender_name": "Lorum Inc.",
"sender_routing_number": 111122222
}Response
Incoming ACH object created.
SimulateResponse required