#Marroco - subscription
1 messages · Page 1 of 1 (latest)
Hi there. Am a bit confused on your flow. Are you creating a SetupIntent explicitly, or are you just using the one that's created by the Subscription?
I am creating a subscription and with the susbcritpion I am tryinh to retreive the setupintent
also is giving me this $subscription->pending_setup_intent
a null
Got it. So yeah, the first part where you say the subscription gets activated even if the customer doesn't provide payment details is expected if you're doing things that way. However, pending_setup_intent shouldn't be null. Can you share the request ID?
sure, sorry can you give me the url
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_iACsyXG1O94C0k
Ah it's because trial_period_days is set to 0
So there effectively isn't a trial
No pending setupintent would be created
got it, in that case I need to create a paymentintent?