#Basar-UPI
1 messages · Page 1 of 1 (latest)
👋 happy to help
unfortunately I'm not really familiar with UPI please hold on a few minutes
Hey there, stepping in for my colleague. Catching up!
hey, thanks
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
checking it
Or the Payment Intent ID
req_1r0JtGeCM4uQW1
payment id is pi_1LEAKnDDB6WurE3d32hrYuAh
no, the above one is not payment id but it is payment intent
I'm wondering if this would happen in production with real vpa numbers
Checking now
That doesn't seem to be the API request that returned that error
I can see the status of the PI is succeeded, so what's the actual issue?
What code did you call that triggered that error/response?
it succeds but the stripe client sdk receives the error I shared above
calling confirmUpiPayment and it starts polling. like in every 12 seconds it checks if the payment completed
after 5 minutes passes, the polling request is receiving the error I shared above.. again this is not always happening but happening frequently
Sorry but I have to leave now. Can this thread left open so that we can continue from here?
Why are you polling?
I'm not familiar with UPI but that doesn't sound like how the integration works
You should instead rely on webhooks to receive notification of success/failure of the payment: https://stripe.com/docs/payments/upi/accept-a-payment?platform=web#order-fulfillment