IppoPay
Search…
IppoPay
Introduction
Client Side Integration
Javascript Integration
React JS
Angular JS
PHP Integration
Server Side Integrations
REST API
PHP Client
Node JS SDK
eCommerce Integrations
WooCommerce
Opencart
PrestaShop
Magento
Mobile SDK Integrations
Android SDK
iOS SDK
Flutter
UPI Intent (Self Hosted)
Payouts
Account
Beneficiary
Transfers
Powered By
GitBook
REST API
The Ippopay Payments plugin allows you to accept credit card, UPI, Netbanking and debit card payments via Ippopay payment gateway.
post
https://public_key:
[email protected]
/v1/order/create
Create Order
1
{
2
"amount"
:
100.00
,
3
"currency"
:
"INR"
,
4
"payment_modes"
:
"cc,dc,nb,upi"
,
5
"notify_url"
:
"YOUR WEBHOOK URL"
,
6
"customer"
:
{
7
"name"
:
"Test"
,
8
"email"
:
"
[email protected]
"
,
9
"phone"
:
{
10
"country_code"
:
"91"
,
11
"national_number"
:
"1234567"
12
}
13
}
14
}
Copied!
get
https://public_key:
[email protected]
/v1/order/ORDER_ID
Get Order Details
get
https://public_key:
[email protected]
/v1/order/ORDER_ID/transaction
Get Transaction Details for Order
post
https://public_key:
[email protected]
/v1/order/refund/YOUR_ORDER_ID
Refund Request
Previous
PHP Integration
Next - Server Side Integrations
PHP Client
Last modified
8mo ago
Copy link
Contents
post
Create Order
get
Get Order Details
get
Get Transaction Details for Order
post
Refund Request