Skip to content

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

  1. Register a merchant account
  2. Create a project in the dashboard
  3. Generate API keys for your project
  4. Integrate the checkout or use our API
  5. Configure webhooks to receive payment notifications
  6. Test with our sandbox environment
  7. 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