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.
Last updated
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>
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/v1Note: 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.
https://api.numaly.com/v1To test your integration you may send and complete verifications using the following dummy bank free of charge.
Bank: Tartan Bank
Username: user_good Password: pass_good
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