#m.x.m_

1 messages · Page 1 of 1 (latest)

balmy lagoonBOT
static briar
#

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

prime sage
static briar
prime sage
#

Can you check this object if it s correct

static briar
#

What do you mean by 'correct'?

#

It's 'active' so yes we should attempt payment automatically on the next cycle: 1701360036

prime sage
#

If it will renew after the cycle

#

Ah ok so this will work

static briar
#

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

prime sage
#

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?

static briar
static briar
prime sage
prime sage
#

So I need to add another option on the dashboard to add and remove payment methods?

static briar
#

I don't understand what you're asking me

#

You should first use a billing clock with your integration to see if it works as required for future billing cycles

#

Then identify the issues (i.e. payments fail) and go from there

#

Right now you're just guessing