#voyagel
1 messages · Page 1 of 1 (latest)
Plan ID is legacy and shouldn't be needed. Price ID is sufficient to create the subscription as decribed in the guide here: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Can plan_id be used in subscription mode and payment mode at the same time?
Plans plan_xxx are always recurring so can only be passed to subscription mode in Checkout
a Price price_xxx can be recurring or one-off and the respective kind can be passed to the respective mode
you mean price_xxx used in payment model and plan_xxx only can used subscription mode
Is that right?
that is one way of looking at it
And price_xxx and plan_xxx will not expire and can be used multiple times.
sure
ok, got it Thank you