#m.x.m_
1 messages · Page 1 of 1 (latest)
Hello! Assuming the subscription is in an active state then we will automatically attempt to bill accoridng to the billing_cycle_end timestamp on the Subscription object
You can just test how recurring payments behave with a test clock: https://stripe.com/docs/billing/testing/test-clocks
What do you mean by 'correct'?
It's 'active' so yes we should attempt payment automatically on the next cycle: 1701360036
Whether that will succeed will depend on whether there is a payment method available on the cus_xxx as there's no default_payment_method set on the Subscription
So this will not work bcs there is no defaut_payment_method set on the subscription? And if how can I accomplish that it is?
And one morge question: I want to let people cancel the subscription is setting subscription.cancel_at_period_end to false than a the best thing to do?
As I said, depends on if the Customer has an invoice_settings[default_payment_method] set
Depends, do you want to cancel it immediately or at the end of the current period?
No at the end of the subscription
And that is on the customer object?
So I need to add another option on the dashboard to add and remove payment methods?