#RON WAFFLE

1 messages · Page 1 of 1 (latest)

slender magnetBOT
crystal bridge
#

Vue-Stripe is a community library that's not supported by Stripe officially. I'd recommend checking with Vue-Stripe directly

unreal thistle
#

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?

crystal bridge
#

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?

unreal thistle
#

The second option, stripe embedded

#

Wait a minute, bacs direct debit isn't supported?

crystal bridge
#

You may refer to the doc above for implementing BACS direct debit in Payment Element

unreal thistle
#

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

crystal bridge
#

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

unreal thistle
#

So a new product is created every time ad hoc? Or can one product have more than one price

crystal bridge
#

Thanks for waiting! One product can have multiple prices