Skip to main content
POST
/
v1
/
simulate
/
ach
/
{ach_id}
/
advance
Advance Sandbox ACH
curl --request POST \
  --url https://api.sandbox.lead.bank/v1/simulate/ach/{ach_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

ach_id
string
required

ID of the ACH object you want to advance.

Pattern: ^ach_\w+$

Response

ACH Object advanced.

The response is of type object.