#notjohn-subscription
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Has the invoice default payment method set? https://stripe.com/docs/api/invoices/object#invoice_object-default_payment_method
What ID do you need? This was part of the normal monthly billing cycle workflow, so I'm not sure the ID you exactly need
Typically, you'd need to explicitly set the invoice default payment method or a subscription default payment method?
When would this be set in the subscription cycle? On a draft invoice?
Would a customer ID be helpful (This is in live mode, not test mode)
It can be on the customer object: https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method
Or when creating the subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-default_payment_method