🚀 Getting Started with Zoqq API
Welcome to Zoqq — your all-in-one platform for digital payments, wallet services, and seamless API integrations.
This guide walks you through the essential steps to integrate Zoqq APIs quickly and confidently.
- Collect and secure your keys — never expose them in frontend code. The API secret will be sent to the user's email address by Zoqq.
Use the following sample to make your first authenticated API request:
curl -X POST https://api.sandbox.zoqq.com/api/v1/authentication/login \
--header 'x-request-id:UUID'\
--header 'x-client-id: Shared by Stylopay' \
--header 'x-api-key: Shared by Stylopay' \
--data ''
🧠 Tip: Use a unique x-request-id for each request to ensure idempotency.
Use the Sandbox Environment
Zoqq provides a sandbox for safe and isolated testing.
Sandbox environment details have been shared with the Zoqq team over email.
Use sandbox-specific API keys from your dashboard
No real transactions are processed
🚀 Getting Started with Onboarding API
📎 Next Steps
- 👉 Create a User
- 👉 Create an Account
- 👉 Get Account Balance
- 👉 Create a Beneficiary
- 👉 Create a Payout
- 👉 Create a Card
- 👉 Full API Reference
Need help? Contact our developer support at support@zoqq.com