Zepto Environments
The 2 Zepto environments that you will be interacting with:
Sandbox
All testing, build and QA to be done in our sandbox environment.
API BaseUrl | Merchant Portal |
---|---|
https://api.sandbox.zeptopayments.com/ | https://go.sandbox.zeptopayments.com/ |
Production
API BaseUrl | Merchant Portal |
---|---|
https://api.zeptopayments.com/ | https://go.zeptopayments.com/ |
Heads Up ⚙️
- Data is sent and received as JSON.
- Clients should include the Accepts: application/json header in their requests.
- Currencies are represented by 3 characters as defined in ISO 4217.
- Dates & times are returned in UTC using ISO 8601 format with second accuracy. With requests, when no TZ is supplied, the configured TZ of the authenticated user is used, or Australia/Sydney if no TZ is configured.
- Amounts are always in cents with no decimals unless otherwise stated.
- Zepto provides static public IP addresses for all outbound traffic, including webhooks.
- Sandbox IP:
13.237.142.60
- Production IPs:
52.64.11.67
and13.238.78.114
- Sandbox IP:
Volume & Performance Tests
By default, your Sandbox account is setup with certain limits. If you wish to perform a volume or performance testing against Zepto Integration then please reach out to Zepto team so that we can accomodate your requirements.
Updated about 1 month ago