razorpay / razorpay/razorpay-node
[BUG]: UPI-QR - Empty or Null - Order ID and Signature
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 243
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
here was an issue in payment through UPI-QR.
"handler": function (response){ alert(response.razorpay_payment_id); alert(response.razorpay_order_id); alert(response.razorpay_signature) }
but it returns only. razorpay_payment_id
razorpay_payment_id: "pay_SOME_ID"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the UPI-QR payment flow and the handler response shown in the issue, checking why only razorpay_payment_id is returned. Reproduce the flow and verify whether razorpay_order_id and razorpay_signature are present; the issue is done when the handler receives all three expected fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- payments
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100