Simulate receiving Wire transaction
Use to simulate receiving Wire transaction in test environments. Creates an incoming Wire file, which gets automatically processed.
Documentation Index
Fetch the complete documentation index at: https://docs.synctera.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Incoming Wire simulation request
Simulate receiving a Wire transaction
Number of the receiving account
"123638791329"
Amount to transfer in cents (e.g. 100 = $1).
x >= 1607
Simulation-only knob. If present, replaces account_number as
the value placed in the generated pacs.008 CdtrAcct field
(use the empty string to omit CdtrAcct entirely). account_number
still drives partner-prefix validation and the receiver-info
lookup; this override only affects what is stamped on the wire,
which is what the receiver code parses into IncomingWire.AccountNo.
Used to construct the "structured account is missing/short,
account digits embedded in recipient message" scenario. Not used
in production wires. FEDWIRE only.
""
Network to use for the Wire transfer
FEDWIRE, DATASOFT "FEDWIRE"
Simulation-only knob. Overrides the unstructured remittance information (ISO 20022 RmtInf/Ustrd) on the generated wire so we can exercise the recipient-message account-number extraction path. Not used in production wires. FEDWIRE only — rejected for DATASOFT since the Datasoft webhook payload has no field to carry an unstructured recipient message.
"ACCT 1234567890"
Response
Simulated receiving a Wire transaction
- Option 1
- Option 2
Incoming Wire simulation result with the created file name
"SIMULATION.20230709T222327.086_221.txt"

