#eirikbakke
1 messages · Page 1 of 1 (latest)
Hi there, you should never rely on the query param to determine the payment result.
What kind of problem do you forsee?
Well, the Stripe docs themselves say we should not embed them in URLs (see above).
Thanks for waiting. I was working on something else.
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment the query param payment_intent and payment_intent_client_secret is documented here. They are provided in the query param so that your frontend code can use them to retrieve the PaymentIntent and query its status (see the example code below in the same page)