#peter.chat_help

1 messages · Page 1 of 1 (latest)

pastel girder
#

hi there! how can i help?

bold owl
#

Hi Alex,
I have readvise my question.

#

I am trying to setup a future payment for a subscription product.

scenario:
Client is starting with the subscription item from a gift card for a year and then client have an options to continue the subscription anytime between the gift card subscription period and put in their credit card information and charge it when the gift card subscription finish.

I have tried with "Set up future payments" https://stripe.com/docs/payments/save-and-reuse#web-submit-payment-details, however only able to setup it up with one time payment instead of joining a subscription item.

Learn how to save card details and charge your customers later.

pastel girder
topaz karma
#

Hi @bold owl I'm taking over this thread, let me know if you have any questions

bold owl
#

Can we use start_date in checkout sessions to delay start date?

#

mode: subscription

topaz karma
#

Hi @bold owl , you can't specify a start_date when creating a subscription. the start_date is set by Stripe when the subscription is created.

bold owl
#

All phase items prices must be recurring.

topaz karma
#

Did you pass in a recurring price?

bold owl
topaz karma
#

I'd suggest you to use a setup mode checkout session to collect the customer's payment method first, and then use the collected payment method for the scheduled subscription.

bold owl
#

Thank you Jack.....
We will be trying it later.

topaz karma
#

No problem