react-native-upi
A react native module for handling payment through UPI and handling response from the UPI app.
Getting started
$ npm i react-native-upi --save
$ react-native link react-native-upi
Usage
; const transactionId = "transactionId";const message = `message`;const payTo = "9XXXXXXXXX@upi";const payName = "Name";const amount = XXX; UPIModule ;
UPI Guidelines
To learn more about deep linking in UPI, checkout NPCI Guidelines