#michel_58575
1 messages · Page 1 of 1 (latest)
You'd need to create a subscription object for recurring payments: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Thank you for your quick response. As like checkout session , can I mix one-time payments and recurring payments with it ?
Yeah you can achieve the one-time fee via invoice items: https://stripe.com/docs/billing/invoices/subscription#adding-upcoming-invoice-items
Ok thanks. I have a last question : Is there a way to use subscriptions without sending customers informations like email and address, but only credit card needed informations ?
I think the above link I shared doesn't collect address or email
It may collect zip code though
I will check on it. Thank you very much for your help !