PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, November 11, 2022

[FIXED] How to make upi payments on iphone node.js (upi://)

 November 11, 2022     html, javascript, payment-gateway, upi, url     No comments   

Issue

I use these urls for my upi payments

upi://pay?pa=upi@id&am=100

I use these links for payments in my website^^

But if you try to open the link on iPhone, it doesen't give user the option to open which upi app they want to? How to fix it? I want it to open Paytm by default


Solution

Anay

upi://pay?pa=upi@id&am=100

Use Below Links

Phonepe://upi/pay?pa=upi@id&am=100

paytm://upi/pay?pa=upi@id&am=100

gpay://upi/pay?pa=upi@id&am=100



Answered By - user20157484
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing