react-razorpay
react-razorpay copied to clipboard
Integrate Razorpay payments in your React App
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  Added the field - `razorpay_subscription_id` as a return...
Keeping up documentation with the code changes.
NPM page: https://www.npmjs.com/package/react-razorpay
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...