#ar7casper-subscriptions
1 messages · Page 1 of 1 (latest)
hi there! you need to expand the pending_setup_intent : https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent
and then use that to collect the payment method detail
because there is a trial period, there won't be any payment till the trial period is over. So a SetupIntent is created instead
Worked, thank you so much, didn't see any mention of that in the docs, have I missed anything? or it's lacking this info?
hmmm, i think we may have missed adding it to the docs. I'll pass on the feedback and see how we can work it in