#madil89-checkout

1 messages · Page 1 of 1 (latest)

deft crown
#

hi there! sorry, but no, Checkout does not support multiple prices with different billing intervals.

cunning dragon
#

so what could be the alternative way, we have a basic products which will be billed yearly and one premium add-on which user can select and that will be billed monthly with the basic yearly subscription

deft crown
#

to clarify, if you're not using Stripe Checkout, what you can do instead is to :

  1. collect the customer's payment method details upfront first
  2. then create both subscriptions separately from your backend with the collected payment method details
#

it's still going to make 2 charges, but from the customer's perspective, at least they don't need to key in their details twice

#

it's impossible to have Prices with different billing intervals on the same Subscription

cunning dragon
#

So should I collect user payment method details like the credit card details in my own site or does the stripe provides any method like checkout to only get the payment details of the user so I don't have to handle the credit card information.

deft crown