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
On this page

Was this helpful?

UPI Intent (Self Hosted)

UPI Intent enables users to have a smooth experience of UPI payments on Mobile devices. Users can able to pay via any UPI PSP Apps on their devices.

This Self Hosted UPI Intent flow enabled users to have a seamless experience on UPI Intents without having to integrate our SDK.

GET URI for UPI Intent

POST https://public_key:secret_key@api.ippopay.com/v1/order/{ORDER ID}/process

Use this API to fetch URI for the UPI Intent

Request Body

Name
Type
Description

Name

string

Name of the customer

email

string

Email id of the customer

phone

string

Phone number of the customer

pay_mode_id

string

upi-intent

{
  "success": true,
  "message": "Opening UPI Apps...",
  "data": {
    "pay_process": {
      "action": "intent",
      "redirect_data": {
        "data": {
          "upi_intent": "upi://pay?pa=ippopaypg@yesbank&pn=Ippopay&mc=7399&tr=ORDER_XXX&tn=IppopayPG&am=1439.6"
        }
      }
    }
  }
}
PreviousFlutterNextAccount

Last updated 3 years ago

Was this helpful?