Simulate a sweep in Sandbox
POST https://{{env_url}}/sandbox/transfer/sweep/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}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"sweep":{"id":"d5394a4d-0b04-4a02-9f4a-7ca5c0f52f9d","created_at":"2020-12-03T07:27:15Z","amount":"15.75","iso_currency_code":"USD"},"request_id":"mdqfuVxeoza6mhu"}