#JM1992
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of your subscription creation? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Thanks for sharing! I see that you offer free trial for this subscription. If free trial is used (first invoice is of $0), you should expand pending_setup_intent to get Setup Intent client secret and pass it to the client: https://stripe.com/docs/billing/subscriptions/overview#using-setupintents
Payment intent will only be available if first invoice is non-zero.
Ah I see