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.
GET URI for UPI Intent
Request Body
Name
Type
Description
{
"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"
}
}
}
}
}Last updated