cURL
curl --request POST \ --url https://api.sandbox.lead.bank/v0/fundings/{id}/advance \ --header 'Authorization: Bearer <token>'
{}
Advances a Funding object from processing to posted status in the Sandbox environment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the funding object to advance.
64
Successful response
The response is of type object.
object
Was this page helpful?