Components
UPI Component
Use the UPI Component to collect UPI information from the customer
There are three UPI components as listed below:
upiCollect
A component to accept user’s vpa/upi id
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
upiApp
A component to initiate UPI app/intent payment. Only works in mobile phones. If you mount it on desktop it will throw an error in loaderror
Component will not mount on custom webview/inappbrowser Android. It will however mount in popular apps like Facebook, Instagram, Twitter. However, since iOS handles intent differently than android it will always mount in iOS
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
upiQr
A component to show a UPI qr code
Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
Was this page helpful?