react-razorpay icon indicating copy to clipboard operation
react-razorpay copied to clipboard

Integrate Razorpay payments in your React App

Results 8 react-razorpay issues
Sort by recently updated
recently updated
newest added

Failed to parse source map from 'F:\Brototype\Week 18\Cineawe\client\node_modules\react-razorpay\src\index.ts' file: Error: ENOENT: no such file or directory, open 'F:\Brototype\Week 18\Cineawe\client\node_modules\react-razorpay\src\index.ts' this was the warning showing in the vs code terminal. i...

I have added recurring option with value as true in the option object but nothing happened (in test mode). Can anyone tell me how it works ?

when I try to create contacts for payout setup, got an error like "property not found". const contact = await razorpay.contacts.create(contactDetails); - this is the method I used. i have...

## Updated with reference to changes in - Subscriptions API: https://razorpay.com/docs/payments/subscriptions/apis/ - Authorisation transaction: https://razorpay.com/docs/api/payments/subscriptions/#authentication-transaction ## Success Handler for Authorisation Transaction ![image](https://github.com/piyushgarg-dev/react-razorpay/assets/68579547/a0a6d640-4430-4ece-b4e2-9ecd58e9d07e) Added the field - `razorpay_subscription_id` as a return...

Keeping up documentation with the code changes.

Amount is not required now, it is being fetched from order or a subscription, order id is also not mandatory but it has been fixed in a PR which is...

Feature Request: Add a method to programmatically close the Razorpay modal Description: Currently, I am using the ondismiss callback function to detect when the Razorpay payment modal is closed by...