#dineshkumar6419

1 messages · Page 1 of 1 (latest)

lucid anvilBOT
jaunty flax
tardy horizon
#

For each subsequent purchase, is it possible don't have to go into Stripe card details put page to complete the purchase?

jaunty flax
#

If the card is setup correctly for off-session purchases then typically it wouldn't need the customer to complete authentication in a UI

tardy horizon
#

for above give me example with link , please

tardy horizon
jaunty flax
tardy horizon
jaunty flax
#

If you're just asking whether you can create a Subscription with a saved card then the answer is yes

#

If you're asking how to create a Subscription for a customer that hasn't saved a card yet then that's a different answer

tardy horizon
jaunty flax
#

I already gave you that answer when you first asked -

tardy horizon
#

first purchase save the card details, next purchase use saved card details, example please

jaunty flax
#

Again, I already explained to you how to do this at a high level

#

You'd create a Subscription using the customer + saved payment method

tardy horizon
lucid anvilBOT
tardy horizon
#

and also can we do? recurring item and non recuring in single payment

jaunty flax
#

Let's take a step back for a second - why are you asking about a redirect url? Are you intending to create the subscirption with the saved payment method when your customer is on-session and then redirect them?

tardy horizon
#

i am not sure, i will check more

jaunty flax
#

Yeah I'd really recommend reading through our subscriptions documentation and deciding what you want to build. Right now you've been asking a lot about creating a subscription for a saved payment method, but also mixing in questions that seem more relevant to collecting payment for the first time from a customer

tardy horizon
#

yes

#

my scenario is below

shy cargo
#

Hello! I'm taking over and catching up...

tardy horizon
#

Customer A buying
Item A is recurring
item B is Non-recurring
both item need pay in single payment + if first time need save card and pay

#

same customer A again buying
Item C is recurring
item D is Non-recurring
both item need pay in single payment + using saved card details

#

above two scenario, which example i shoud use?

shy cargo
tardy horizon
#

thanks, i will check your guide link.

#

but, i want don't to go every purchase stripe checkout page, only first purchase for customer will go stripe page?

shy cargo
#

Yes, with a Subscription the later recurring payments typically happen automatically without customer interaction.

tardy horizon
#

it's fine.

#

correct

#

but again same/saved customer, subscribe the different product ,which is we don't go to the checout page, we can do this?

shy cargo
#

Yes.

tardy horizon
shy cargo
#

We don't have a specific guide for that. You would need to create the Subscription and specify both the existing Customer and the attached Payment Method you want to use.

tardy horizon
#

thanks, i will check.