-
UPI payments are another option used for payments. I saw this sample code but this is not as seamless as the react button: for more details: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately As indicated by the resources you've shared, UPI is initiated using the PaymentRequest API and not Google Pay. Instead, when you use the PaymentRequest API, I believe the browser launches a UPI app launcher and Google Pay is a UPI capable payment app. |
Beta Was this translation helpful? Give feedback.
Unfortunately
@google-pay/button-react
does not support UPI payments.As indicated by the resources you've shared, UPI is initiated using the PaymentRequest API and not Google Pay. Instead, when you use the PaymentRequest API, I believe the browser launches a UPI app launcher and Google Pay is a UPI capable payment app.