v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBSimulation
Simulate Incoming Wire Return V2
Simulates an incoming return wire against an outgoing wire in sandbox. Automatically advances to posted on creation.
post/v2/simulate/wires/{wire_id}/incoming_return
Path parameters
wire_idstring required
ID of the outgoing wire (or outgoing return wire) you want to return.
Request body
Example request
{
"amount": 5000,
"reason": "creditor_request"
}Response
Incoming wire return object created. The response body is empty.
SimulateResponse required