REST API
The Ippopay Payments plugin allows you to accept credit card, UPI, Netbanking and debit card payments via Ippopay payment gateway.
Last updated
The Ippopay Payments plugin allows you to accept credit card, UPI, Netbanking and debit card payments via Ippopay payment gateway.
Last updated
POST
https://public_key:secret_key@api.ippopay.com/v1/order/create
Use this api to create your order on Ippopay to use it for initiating transaction. You can get your keys from the api dashboard.
Name | Type | Description |
---|---|---|
GET
https://public_key:secret_key@api.ippopay.com/v1/order/ORDER_ID
Use this API to get your order details.
GET
https://public_key:secret_key@api.ippopay.com/v1/order/ORDER_ID/transaction
Use this API to get your transaction details for the successful order.
POST
https://public_key:secret_key@api.ippopay.com/v1/order/refund/YOUR_ORDER_ID
Use this API to refund for your order on Ippopay.
Name | Type | Description |
---|---|---|
notify_url
string
Your webhook url
amount
number
The Order amount to be charged in format ##.##
currency
string
The currency to be charged, Defaults to INR.
payment_modes
string
Payment modes to be enabled for this order, Defaults to Credit, Debit Cards, Netbanking and UPI.
customer
object
Information of the customer, if not provided will be prompted on payment page.
refund_amt
number
Pass this parameter to do a partial refund.