Skip to main content
POST
/
wires
/
transaction_simulations
/
receiving_return
Simulate receiving Wire transfer return
curl --request POST \
  --url https://api.synctera.com/v2/wires/transaction_simulations/receiving_return \
  --header 'Content-Type: application/json' \
  --data '
{
  "wire_id": "23a37f14-16eb-461d-9331-b78182adbad4"
}
'
{
  "file_name": "SIMULATION.20230709T222327.086_221.txt"
}

Body

application/json

Incoming Wire return simulation request

Simulate receiving a returned Wire transfer

wire_id
string<uuid>
required

ID of an outgoing Wire transfer to be returned.

Example:

"23a37f14-16eb-461d-9331-b78182adbad4"

Response

Simulated receiving a Wire transfer return

Incoming Wire simulation result with the created file name

file_name
string
required
Example:

"SIMULATION.20230709T222327.086_221.txt"