Skip to main content
POST
/
v0
/
fundings
/
{id}
/
advance
Advance a Funding (Simulation)
curl --request POST \
  --url https://api.sandbox.lead.bank/v0/fundings/{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

id
string
required

The ID of the funding object to advance.

Maximum string length: 64

Response

Successful response

The response is of type object.