#ge_orgejoseph27

1 messages · Page 1 of 1 (latest)

terse quailBOT
#

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.

normal moss
#

Hi there!

#

You want to use both Checkout Session and the Payment Element? Why?

pulsar dust
#

WHen we use stripe checkout it will move to other page right?

normal moss
#

users will be redirected to the success_url yes

pulsar dust
#

We want to keep in our platform for payment, not moving to other page, similar to payment elemnt

normal moss
#

the Checkout Session will always redirect to a success_url. but you decide the URL

pulsar dust
#

In checkout session where we are adding the card details for payment?

normal moss
#

here's the flow:

  1. you create the Chekcout Session
  2. you redirect users to the Checkout Session url
  3. user enter their card details on the Checkout Session url and submit the form
  4. user is redirected to the success_url you defined
pulsar dust
#

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?

normal moss
#

In the case of checkout - Is the developer is creating the payment intent?
no, the developer only creates the Checkout Session and nothing else.

pulsar dust
#

okay

normal moss
pulsar dust
#

So is there any way to make payment within our platform not moving to other page?

normal moss
#

you can use the Payment Element or Payment Links.

pulsar dust
normal moss
#

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).

pulsar dust
#

Thanks Soma