#femina.agravat-checkout
1 messages · Page 1 of 1 (latest)
hi there! can you share a checkout session id so that i can look at how your current implementation?
still looking, gimme a while to get back to you!
you need to define that particular Price as a recurring price : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-recurring
and if you have a recurring price, you need to use mode=subscription : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-mode
If i do mode subscription then will it apply to all ? Or will it apply to only that price which has particular price as recurring ?
the subscription will apply to that recurring Price, the other one time Prices will be charged once. You can try it out