Environment URLs
Tarabut has two environments: production and sandbox. Use the sandbox environment to get familiarised with API behaviour, try things out, and complete UAT for your integration; use the production environment to start taking payments with Tarabut.
Environment | Base URL |
---|---|
Production | https://payments.tarabutgateway.io/ |
Sandbox (UAT) | https://sandbox.payments.tarabutgateway.io/ |
API URLs
Tarabut APIs are available through different base URLs relating to your interaction needs. To access these APIs, combine the base URL + endpoint. For example, to create a PIR construct the URL to call like this:
Base URL
+ /api/v1/payments/
→ <https://sandbox.payments.tarabutgateway.io/api/>v1/payments/
Be aware
Use HTTPS for all of your interactions with Tarabut's APIs.
Updated 6 days ago