Getting Started

Numaly's endpoints follow the RESTful principles. To send and retrieve verifications you must pass the following http headers including your API key in every request.

Header

Value

Content-Type

application/json

Authorization

Token <your api key>

Environments

Numaly provides two API environments, Production and Sandbox. The sandbox environment can be used to send/retrieve verification requests/reports using dummy bank data free of charge.

https://api.sandbox.numaly.com/v1

Once you've tested your integration you can make it live using the production endpoint.

https://api.numaly.com/v1

Test Bank Account

To test your integration you may send and complete verifications using the following dummy bank free of charge.

For testing in United States, Canada & United Kingdom use

Bank: Tartan Bank

Username: user_good Password: pass_good

For testing in Australia/New Zealand use

Comming soon

Please contact us to have your API access enabled before making requests.

Please be weary all endpoints are throttled to 5 requests per second.

Last updated

Was this helpful?