Banking API
The Banking API allows you to access and perform actions against the ledgers issued to you by Acquired.com and also lets you issue your customers ledgers with unique account numbers.
Don't forget that before you can access this API, you’ll need an API user created on your account. These details are used to complete the Authorization step explained below. Pick your best person, you can only have one API user.
To confirm if each request into the Banking API is sucessful or not, we return a HTTP response code. For a full list of codes that may be returned, please look to your right.
Within each request, we also pass the status
parameter within the response. If status
is set to 1, your request was successful, if it is set to -1, an error occurred but we'll give you some extra info on what went wrong.
Error Handling - HTTP response codes
- 200 (Everything worked)
- 400 (Check your request parameters)
- 401 (Check your token)
- 404 (Check the endpoint)
- 409 (Conflicting request with a different request)
- 429 (Too many requests at once)
- 5XX (Errors, they are uncommon so please contact us!)
Endpoints
Time to play - access the Hub API using these endpoints: