#raam
1 messages · Page 1 of 1 (latest)
Hi there, yes Stripe will append payment_intent ID as a query param in in the redirection URL
is this the crt behaviour?
what do you mean by crt?
I think it will only redirect to the url which was given as return_url
not to append the payment_intent id
What's your concern on the payment_intent ID on the URL?
Whether it is the behaviour it was like to be is the doubt for me @regal mural
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
Make sure the return_url corresponds to a page on your website that provides the status of the payment. When Stripe redirects the customer to the return_url, we provide the following URL query parameters:```
the query params are explained in the integration doc, please take a look
Here I has another doubt which was i am creating a stripe bank transfer page using custom form. in this case popup comes with bank details, but after the payment completed successfully in stripe dashboard manually, still the popup will be remains same, but we need to redirect the page, how to proceed with this?
@regal mural
There's no need to @ me in every message
ohh it's ok
What do you mean by , but after the payment completed successfully in stripe dashboard manually, still the popup will be remains same, Can you share with me a screen recording?
You check the status of the payment async via webhooks. AFAIK that UI doesn't update when the payment is made: https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=api&invoices=without#web-confirm-success
Thanks @waxen cobalt