#i_rebel_aj-checkout
1 messages · Page 1 of 1 (latest)
Hi! So you want to display some custom text on the Checkout page in setup mode? That's not possible unfortunately.
Any method that stripe recommends to upgrade subscriptions via checkout?
We recommend to use the customer portal to update subscriptions: https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
Hey I integrated stripe customer portal, I am creating an API to create a session. And I pass my configuration as well. The configuration id is bpc_1KvH8WLxPPZvGHyvm606KMIe I can update my subscription in the config as well, I get the desired portal when I open it via stripe dashboard however via the url returned by stripe.billingPortal.sessions.create. It doesn't show the upgrade subscription option
"subscription_update": {
"default_allowed_updates": [
"price"
],
"enabled": true,
"proration_behavior": "always_invoice"
}
The required object in config
Can you share the request ID that created the customer portal (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Okay, I guess the update is disabled on clock_objects, since my customer Id was from clock object?
For normal customers it works fine.
Test clocks were released recently, so it's possible they don't work well with the customer portal yet.
Cool, thank you!
Can it be reported as an issue on GitHub?