#ge_orgejoseph27
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ge_orgejoseph27, 19 hours ago, 4 messages
- ge_orgejoseph27, 3 days ago, 19 messages
WHen we use stripe checkout it will move to other page right?
users will be redirected to the success_url yes
We want to keep in our platform for payment, not moving to other page, similar to payment elemnt
Okay
the Checkout Session will always redirect to a success_url. but you decide the URL
In checkout session where we are adding the card details for payment?
here's the flow:
- you create the Chekcout Session
- you redirect users to the Checkout Session url
- user enter their card details on the Checkout Session url and submit the form
- user is redirected to the
success_urlyou defined
Is stripe provides point 2 - you redirect users to the Checkout Session url
In the case of checkout - Is the developer is creating the payment intent?
In the case of checkout - Is the developer is creating the payment intent?
no, the developer only creates the Checkout Session and nothing else.
okay
I recommend reading this guide if you are not familiar with Checkout Session: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
So is there any way to make payment within our platform not moving to other page?
you can use the Payment Element or Payment Links.
In that case we cannot use checkout. right?
correct, you have to pick one option to accept payment: Checkout Session (Stripe hosted with redirection), Payment Link (Stripe hosted with optional redirection), or Payment Element (hosted on your own website, with optional redirection).
Thanks Soma