Quickstart Guide
All API requests are made to:1
Get API Credentials
Log in to your Ibantrack Dashboard and retrieve your credentials under Settings > API.
- Client ID
- Client Secret
You must have Administrator privileges to view and copy these credentials.Your Client ID & Secret carry significant privileges. Please keep them secure and do not share them.
2
Obtain Access Token
Tokens expire after 1 hour. Cache and reuse tokens until expiration.
Authorization header of every API request.For detailed token management, see Authentication .3
Make Your First Verification
See Enrichment.
4
Interpret the Result
Quick Example
Test in Sandbox
Use the sandbox environment to test without real bank calls.The
sandbox_result input parameter forces a specific outcome:
Response Codes
Ibantrack uses conventional HTTP response codes to indicate the success or failure of an API request.Rate Limiting
To ensure platform stability and high quality of service for all users, Ibantrack API enforces the following rate limits:
If your application exceeds these limits, the API will return a
429 Too Many Requests error.
Need higher limits for batch processing or high-volume environments? Contact our support team to discuss a custom plan.
Next Steps
Understand Match Results
Learn how to interpret verification results
Full API Reference
All parameters and responses
Sandbox Guide
Test all scenarios
Handle Errors
Retry logic and error codes