v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
ACH Transaction Simulations

Simulate receiving ACH return

Use to simulate receiving ACH return in test environments. Creates an incoming ACH file with a single return entry based on a previously created outgoing transaction. The file gets automatically processed.

post/ach/transaction_simulations/receiving_return

Request body

ach_idstring uuid required

ID of an outgoing ACH transfer to be returned.

Example request

{
  "ach_id": "23a37f14-16eb-461d-9331-b78182adbad4"
}

Response

Simulated receiving ACH return

AchSimulationResponse required