Simulate a transfer event in Sandbox
POST https://{{env_url}}/sandbox/transfer/simulate
Use the /sandbox/transfer/simulate endpoint to simulate a transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when using endpoints such as /transfer/event/sync or /transfer/event/list, no transactions will actually take place and funds will not move between accounts, even within the Sandbox.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "transfer_id"=>"{{transfer_id}}", "event_type"=>"failed", "failure_reason"=>{"ach_return_code"=>"R02", "description"=>"account closed"}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"mdqfuVxeoza6mhu"}