#mahraamir
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
It seems there might be an issue with your integration. Could you please share the PaymentIntent ID pi_xxx?
pi_3Ng2RsL9quFZ1jsw0M1NKUvV
but I am not getting it all the time
I made successful transactions as well.
I don't see any errors here. Could you please share a Request ID that has the error req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
checking for you
req_aufjUFvGvydfEh
on stripe it is not showing any issue but why I got error
check this request
req_rWfNt96TQTgd2t
disregard req_aufjUFvGvydfEh
I see. It seems like there was some internal process when this payment was completing. Are you getting a lot of these errors?
ocassionally
When are you calling the GET endpoint?
yes
Sorry, I meant, at what time are you calling the GET endpoint?
at the end after confirming cash app pay, stripe redirects to return URL, on that page I am confirming the payment intent status
Yeah, this shouldn't be a problem. Let me check internally.
there's not really anything you can do beyond waiting and retrying the request. Overall you might want to rethink the overall integration, you made dozens of requests to retrieve that PaymentIntent within the minute of 09:27 UTCand I doubt they're all necessary — you can recieve webhooks that tell you the payment status, you don't need to keep polling it.