Getting Started¶
Welcome to Nivatio! This guide will walk you through setting up your merchant account and making your first payment.
Overview¶
-
API Keys --- Create and manage your API keys Manage Keys
-
Authentication --- Understand auth methods (JWT & API keys) Auth Methods
-
Quickstart --- Create your first payment in 5 minutes Get Started
Integration Steps¶
- Register a merchant account
- Create a project in the dashboard
- Generate API keys for your project
- Integrate the checkout or use our API
- Configure webhooks to receive payment notifications
- Test with our sandbox environment
- Go live when ready
Sandbox Environment¶
Nivatio provides a sandbox environment for testing:
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://sandbox.nivat.io |
Testing and development |
| Production | https://api.nivat.io |
Live payments |
Sandbox vs Production
Always test thoroughly in sandbox before going live. Sandbox uses test tokens and doesn't process real payments.
Next Steps¶
- Quickstart Guide - Create your first payment
- Authentication - Learn about auth methods
- API Keys - Manage your credentials