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.
Note: Only email verification requests are sent when using in the sandbox. Txt message can only be used in production.
Once you've tested your integration you can make it live using the production endpoint.
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
Last updated
Was this helpful?