#GK
1 messages · Page 1 of 1 (latest)
Once a Payment Method is detached it can no longer be used/charged.
When the subscription renews it will fire an invoice.payment_failed event.
https://stripe.com/docs/api/events/types#event_types-invoice.payment_failed
Great thanks. Last question, if it was set as the default payment for the customer, will it null these fields or will the id still be set there?
It should null these fields but I would double check via Test mode
Great! Thank you Snufkin for the fast response. Have a great day.
If you are familiar with Test Clocks you could create a full test scenario where you sign a Customer up for the Subscription using a Payment Method. Then advance the test clock to see a successful invoice
Then detach the payment method and advance the clock again to see how it fails
Sounds like a great plan, will do! Thank you!