Complete payment solution for businesses. Sign up now

Developers

Plug-and-play APIs. Get started in minutes.

Get API keys

Quick start

Create a payment in three steps.

1. Create a payment
POST /api/v1/payment/collect
Content-Type: application/json

{
  "amount": 1000,
  "currency": "INR",
  "customer_id": "cust_01",
  "return_url": "https://yoursite.com/success"
}
2. Redirect customer
Response:
{
  "payment_id": "pay_xxx",
  "payment_url": "https://checkout.apipartner.com/..."
}

API Reference

Payment Gateway

Collect one-time and recurring payments.

Get keys
Payment Links

Generate and manage payment links via API.

Get keys
Wire Payouts

Disburse via NEFT, RTGS, IMPS, UPI.

Get keys
Webhooks

Receive payment status events in real time.

Docs

Need help integrating?

Our developer support team is here for you.

Support