Payment Gateway API
This is a payment gateway microservice providing API endpoints for Instamojo integration.
Available API Endpoints
POST /api/create-payment
Create a new payment request
GET /api/payment/redirect
Handle redirect from Instamojo
POST /api/webhook
Handle webhooks from Instamojo
GET /api/payment/{paymentId}
Get payment status by ID
For Admin Access
If you're an administrator, please login to access the admin dashboard.
Admin Login