POST
/
ach
/
transaction_simulations
/
receiving_return
Simulate receiving ACH return
curl --request POST \
  --url https://api-sandbox.synctera.com/v0/ach/transaction_simulations/receiving_return \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ach_id": "23a37f14-16eb-461d-9331-b78182adbad4"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Incoming ACH return simulation

Simulate receiving an ACH return

Response

201
application/json

Simulated receiving ACH return

The response is of type object.