Integrate PayNit seamlessly into your applications. Programmatically initiate payouts, fetch real-time balances, and monitor transaction statuses with our secure REST API.
https://portal.paynit.in/api/v1
Every API request must be authenticated using your unique API Key and API Secret. Pass them in the Authorization header using the Bearer schema, separated by a colon.
Keep your API Secret confidential. Do not expose it in client-side code.
Instantly transfer funds via IMPS or UPI. Ensure you have sufficient wallet balance before executing this endpoint.
| type * | string | "IMPS" or "UPI" |
| amount * | float | Amount in INR |
| upi_id | string | Required if type is UPI |
| account_number | string | Required if type is IMPS |
| ifsc | string | Required if type is IMPS |
Retrieve your current available wallet balance. No request body is required.
No parameters required
Verify the real-time status and retrieve the bank UTR of a previously initiated payout.
| order_id * | string | The unique Order ID returned during initiation |