API base and environments
Use the correct host for API requests, dashboard setup and hosted checkout.
Production API
TEXT
https://api.zytepe.com
Append the exact path on the reference page. Paths are not uniform: hosted checkout uses /payments/create while merchant payout initiation uses /api/v1/payouts/external/initiate. Do not normalize these to a new version prefix.
Platform addresses
| Purpose | Address |
|---|---|
| Developer documentation | https://www.zytepe.com/docs |
| Merchant dashboard | https://app.zytepe.com |
| Production API | https://api.zytepe.com |
| Hosted payment URLs | https://pay.zytepe.com |
Testing and enablement
No standalone sandbox is documented. Coordinate testing with support before any money-moving request. Local signing tests validate request construction without calling the production API; they do not validate merchant enablement or bank-provider behavior.
