react-native-allinone-upi
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-native-allinone-upi

UPI Payment using installed UPI Payment Apps in Mobile. Currently, supported only on Android.

Installation

npm install react-native-allinone-upi

Usage

import { initiateTransaction } from 'react-native-allinone-upi';

// ...

initiateTransaction({
  upi: 'upi_id', // Required
  transactionId: 'transaction_id', // Required
  currency: 'INR', // Currency Code (Required)
  merchantCategoryCode: 'Merchant Category Code', // Four digit Code. (Required)
  payeeName: 'Name of the Payee', // Required
  amount: '1', // Amount must be in String and must be greater than 1.00 (Required)
  note: 'test', // Additional Notes or description (Optional)
})
  .then((res) => {
    console.log(res, 'RESPONSE');
  })
  .catch((e) => {
    console.log(e.message, 'ERROR');
  });

Response Props

Key Value Description
paymentStatus -1 or 1 or 0 -1 - DATA MISSING OR INVALID, 1 - SUCCESS, 0 - FAILURE
txnId String Transaction ID return from the Payment App ( for Backend Process ) only return when the paymentStatus is 1 or 0
txnRef String Transaction Reference ID return from the Payment App ( only return when the paymentStatus is 1 or 0 )
missingData Missing Data Data which is missing or Invalid ( only return when the paymentStatus is -1 )
responseCode String Code return from the Payment App ( only return when the paymentStatus is 1 or 0 )
message String Message about Success or Failure or Invalid Data

Missing Data

AMOUNT, UPI_ID, TRANSACTION_ID, CURRENCY, MERCHANT_CATEGORY_CODE, PAYEE_NAME

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Would you like to support me?

Buy Me A Coffee

Package Sidebar

Install

npm i react-native-allinone-upi

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

30 kB

Total Files

27

Last publish

Collaborators

  • senthalan2