#Naok! - subscriptions API
1 messages · Page 1 of 1 (latest)
Yes it does, when you create a subscription it will automatically create an invoice (you can see its ID on the subscription's latest_invoice property)
And as long as that invoice is not for a trial, the invoice will have a payment_intent once it is finalized
Also these two docs are helpful if you have not already seen them:
https://stripe.com/docs/billing/subscriptions/overview
https://stripe.com/docs/billing/subscriptions/build-subscriptions
I am happy to answer any questions here, just wanted to share those as well