razorpay / razorpay/razorpay-node

[BUG]: UPI-QR - Empty or Null - Order ID and Signature

Open
#436 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.