Skip to main content
POST
/
v1
/
simulate
/
wires
/
{wire_id}
/
advance
Advance Sandbox Wire
curl --request POST \
  --url https://api.sandbox.lead.bank/v1/simulate/wires/{wire_id}/advance \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wire_id
string
required

ID of the Wire object you want to advance.

Pattern: ^wire_\w+$

Response

Wire Object advanced.

The response is of type object.