#torstenzwoch-subscriptions
1 messages · Page 1 of 1 (latest)
if i had a subscription and want to collect the money later and not directly with the booking of the product, i must create a setupIntent. right?
You can create a subscription with a free trial. And the subscription object would contain a setupintent in pending_setup_intent https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent
ok. And if i had the setupIntent from user, need i need the paymentIntent too or is this only for one time direct payment
well neither really, you work with the subscription object, not intents directly.