#Danniish

1 messages · Page 1 of 1 (latest)

faint pebbleBOT
lunar echo
#

Hi there!

#

Can you share the billing portal ID for the customer where they see the cancel button, and the ID where they don't see the cancel button?

river talon
#

Cant see the cancel button = cus_MgxTmrrkVKhzuU
Able to see the cancel button = cus_N2kgJUlw7YwX4b

lunar echo
#

thanks! and how do you create the billing portal?

river talon
#

through API

lunar echo
#

If you read this page: https://stripe.com/docs/customer-management, there's a section called "Known limitations of the customer portal". There we say:

Customers can’t update or cancel subscriptions that are attached to schedules.

river talon
#

stripe.billingPortal.sessions.create

lunar echo
#

And cus_MgxTmrrkVKhzuU has a subscription created by a schedule. So it's expected they cannot cancel it from the customer portal.

river talon
#

So there isn’t any way ... we can give an option to our customers to cancel the subscription

lunar echo
river talon
#

No I want that cancel subscription in my portal that we we went for the pre-build stripe pages ...

lunar echo
river talon
#

Does releasing effect the attached subscription .... means if we remove the schedule ... subscription will still be attached to the customer and will still charge customer on monthly /yearly basis as per their plan ...

lunar echo
#

subscription will still be attached to the customer and will still charge customer on monthly /yearly basis as per their plan ...
Yes. But if you subscription schedule was planning to make change to the subscription in the future, then these change won't happen if the subscription is released from the schedule.

river talon
#

Yeah sure got it ... Thanks for the help