POST
/
wires
/
transaction_simulations
/
receiving_return
Simulate receiving Wire transfer return
curl --request POST \
  --url https://api-sandbox.synctera.com/v0/wires/transaction_simulations/receiving_return \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "wire_id": "23a37f14-16eb-461d-9331-b78182adbad4"
}'
{
  "file_name": "SIMULATION.20230709T222327.086_221.txt"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Incoming Wire return simulation request

Simulate receiving a returned Wire transfer

Response

201
application/json

Simulated receiving a Wire transfer return

Incoming Wire simulation result with the created file name