POST
/
ach
/
transaction_simulations
/
receiving_transaction
Simulate receiving ACH transaction
curl --request POST \
  --url https://api-sandbox.synctera.com/v0/ach/transaction_simulations/receiving_transaction \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "account_number": "123638791329",
  "amount": 607,
  "dc_sign": "debit",
  "effective_date": "2022-03-18"
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Sent ACH request

Simulate receiving an ACH transaction

Response

201
application/json

Simulated receiving ACH transaction

The response is of type object.