Wire Transaction Simulations
Simulate receiving Wire transaction
Use to simulate receiving Wire transaction in test environments. Creates an incoming Wire file, which gets automatically processed.
post/wires/transaction_simulations/receiving_transaction
Request body
Example request
{
"account_number": "123638791329",
"amount": 607,
"network": "FEDWIRE",
"recipient_message": "ACCT 1234567890"
}Response
Simulated receiving a Wire transaction
Example response
{
"file_name": "SIMULATION.20230709T222327.086_221.txt"
}