Comment on page
REST API
The Ippopay Payments plugin allows you to accept credit card, UPI, Netbanking and debit card payments via Ippopay payment gateway.
Create Order
{
"amount": 100.00,
"currency": "INR",
"payment_modes": "cc,dc,nb,upi",
"notify_url":"YOUR WEBHOOK URL",
"customer": {
"name": "Test",
"email": "[email protected]",
"phone": {
"country_code": "91" ,
"national_number": "1234567"
}
}
}
Get Order Details
Get Transaction Details for Order
Refund Request
Last modified 1yr ago