#Nelson Kenmochi

1 messages ยท Page 1 of 1 (latest)

bitter remnantBOT
shrewd steeple
#

I mean, I'd like to use this:

                    "adjustable_quantity": {
                        "enabled": True,
                        "minimum": 3,
                        "maximum": 999,
                    },
#

Hey @modest magnet, thanks for your help ๐Ÿ™‚

modest magnet
#

If you want to update the Subscription yourself, you can just call the Update Subscription API

shrewd steeple
modest magnet
#

Customer Portal is to let the customer to update their own Subscription

shrewd steeple
#

I thought if I use stripe.checkout.Session.create to an already purchased subscription, Stripe would understood I want to update instead of buy, but that's not true..

#

If I use this on an active subscription it will simply try to buy again..

modest magnet
#

It's because Checkout Session is to accepting new customer

#

There are 2 path:

  1. You as a merchant, want to update a Subscription -> call the Update Subscription API
  2. You as a merchant want to let your customer update their own Subscription -> create a Customer Portal and send the link to the customer
shrewd steeple
modest magnet
#

If the update generates an Invoice, yes.

shrewd steeple
modest magnet
#

Yes correct, and no worry.