#arnaud
1 messages · Page 1 of 1 (latest)
Hi
This Discord channel is only in for technical question and English, if you want to have support with your native language you can reach out to Stripe Support at:
https://support.stripe.com/contact
ok merci
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
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.
@chrome star Can we please continue talking in this thread?
Hello, is it possible to access a private page following a successful payment on stripe ?
ok
Can you provide more details about this please? what integration are you using?
Can you also delete your message from the main channel please?
What you mean by private page ? like authenticated page?
If the customer is authenticated in your website, then when redirecting them to a private page, they should be able to access to it. Stripe will just redirect the customer to that URL
do you have a process to provide us for redirect the customer to that URL
With Checkout Session, you can specify the success url:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-success_url
great thank