#Cadu

1 messages · Page 1 of 1 (latest)

vital hollowBOT
mystic ridge
#

Hi there

#

I don't understand exactly what you mean... can you elaborate a bit on what you are looking for?

rigid galleon
#

alright, i'll try to explain it

#

imagine if you want to rent a chair for 3 months and you chose to pay it with installments, so we create a payment intent with installments equals a 3 per month. I want that after this deadline, this payment become a subscription charged monthly until the client wants to cancel

mystic ridge
#

Gotcha

#

So you will just want to make sure the payment method is set up for future use and attached to a Customer object

#

Then you can start a Subscription for that Customer whenever you want and charge the PaymentMethod

rigid galleon
#

how can i set payment method for feature?

mystic ridge
#

Have you decided on what integration you are going to use?

#

(Stripe Checkout vs. Elements for example)

rigid galleon
#

stripe checkout

mystic ridge
#

That will set up and save the PaymentMethod to the Customer

rigid galleon
#

but can i create subscription for future usage instead of payment intent?

mystic ridge
#

You can create a Subscription yes

#

But that Subscription would start immediately. If you want to just collect a PaymentMethod and create a Subscription in the future then you would use mode: setup

rigid galleon
#

thanks