#hnanon
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? 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 site 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.
Hey Jack: req_j93OUlmU9AJCzw
While getting that, I see that the client_secret gets created within the setup_intent.
Yup, since the latest_invoice is null, it means this subscription doesn't require imeediate payment, and you can use its pending_setup_intent to collect a payment method.
Let me quickly try that.