Javascript – Use Stripe Express Checkout Element for Subscription
I want to know if I can use the stripe express checkout element for subscription? I use ruby btw Based on the document, one of the modes made it seem possible: const elements = stripe.elements({ mode: 'payment', // This can…