Payment API Documentation

Welcome to the Next Gen Payon API documentation. Our REST APIs enable you to integrate payment processing capabilities into your applications.

Quick Start

Get up and running with our API in minutes

API Reference

Detailed endpoint documentation

SDKs

Libraries for popular languages

curl https://api.nextgenpayon.com/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-d amount=2000 \
-d currency=INR \
-d description="Test payment"

Authentication

All API requests must include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

API Reference

POST

/v1/payments

Create a new payment

{
"amount": 2000,
"currency": "INR",
"description": "Test payment",
"metadata": {
"order_id": "6735"
}
}

SDKs & Libraries

API Status

System Status

Operational
API 99.99% uptime
Dashboard 100% uptime
Webhooks 99.95% uptime