#RON WAFFLE
1 messages · Page 1 of 1 (latest)
Vue-Stripe is a community library that's not supported by Stripe officially. I'd recommend checking with Vue-Stripe directly
Ah okay, sorry I have a few more questions. I have always tended to use prebuilt checkout for my payment flows. How would I show bacs if I just used stripe js directly?
Sorry, I'm a bit confused. Prebuilt Checkout (Stripe hosted page) is different from Stripe.js (embedded payment in your website). Which one do you plan to use?
The second option, stripe embedded
Wait a minute, bacs direct debit isn't supported?
Is that correct? https://github.com/stripe-samples/accept-a-payment
bacs direct debit is supported in Payment Element: https://stripe.com/docs/payments/bacs-debit/accept-a-payment
You may refer to the doc above for implementing BACS direct debit in Payment Element
Thank you
Just for clarity, when I make a subscription payment using payment elements, do I need to pass a product? Or can I just set a price and a schedule for payments
When you create the Subscription via API, you need to pass the prices of the product. The subscription will return the Payment Intent and its client secret for you to set in Payment Element.
Prices will be set at Subscription creation and no extra step is required
So a new product is created every time ad hoc? Or can one product have more than one price
Thanks for waiting! One product can have multiple prices