#Alan Tse
1 messages ยท Page 1 of 1 (latest)
Can you share your frontend code?
The discord server is busy, looking into it now
okk
https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-complete-payment according this guide , i also don't know how to redirect to my own page to tell the customer payment is successed
Payment request button here doesn't require return_url. After the payment is successful, the successful response will be in result.
More specifically when you see The payment has succeeded. in sample cod in this doc: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-complete-payment
@urban spire So stripe won't redirect right? Need our own system to listen for events and then redirect to the successful page?
Yup, it doesn't do redirect in this case
ok thx
No problem! Happy to help ๐