razorpay / react-native-razorpay

React Native wrapper for Razorpay's mobile SDKs
https://www.npmjs.com/package/react-native-razorpay
MIT License
124 stars 107 forks source link

Not working for upi #294

Closed Kunalpaul12 closed 3 years ago

Kunalpaul12 commented 3 years ago

Not working for upi or e-mandate :---

var options = { order_id: response.data, method: 'upi', currency: 'INR', key_id: Config.key, amount: amount * 100, email: this.props.email, contact: this.props.user_phone, bank: bankCode, };

ambujap94 commented 3 years ago

@Kunalpaul12 could you please provide some more details on the issue you are facing. Also, let us know the integration you are using and error details, if any.

Please refer our doc on the react native integration

ambujap94 commented 3 years ago

@Kunalpaul12 Is your issue resolved, if not please elaborate on the error details.

Nautiyalsachin commented 3 years ago

Closing this issue due to inactivity.