#i_rebel_aj-checkout

1 messages · Page 1 of 1 (latest)

tropic lagoon
#

Hi! So you want to display some custom text on the Checkout page in setup mode? That's not possible unfortunately.

vernal patio
#

Any method that stripe recommends to upgrade subscriptions via checkout?

tropic lagoon
vernal patio
#

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

tropic lagoon
vernal patio
#

Okay, I guess the update is disabled on clock_objects, since my customer Id was from clock object?

#

For normal customers it works fine.

tropic lagoon
#

Test clocks were released recently, so it's possible they don't work well with the customer portal yet.

vernal patio
#

Cool, thank you!

vernal patio