#redberry95

1 messages · Page 1 of 1 (latest)

earnest basaltBOT
coarse pollen
#

Can you explain more about exactly what you're trying to do?

#

what does this mean?

with off platform payments

azure turret
#

Hi there, I have a BE that provides a setup intent secret to FE, then the FE creates payment method with PaymentElement & confirmSetup method and then calls the BE to execute the payment

#

Its working with Card, and I need to include UK Direct Debit functionality to it too

#

but this only mentions complete stripe checkout, rather then PaymentElement

coarse pollen
#

This is not currently supported

#

Note the footnote 2 here

#

Payment Element cannot be used to create SetupIntents for Bacs Direct Debit. Use Checkout with setup mode instead.

#

If you do SetupIntent then a PaymentIntent with a card, you risk hitting a "double 3ds" flow for your customer

azure turret
#

I might be wrong, but PaymentElements says it supports Uk Direct Debits?

#

Ah, I see what you mean about the note

coarse pollen
#

It does, yes, for payments

#

not for setup without payment

azure turret
#

Final question, is it possible at all to configure the order in which payment methods are shown with elements

#

Actually, the reason for using SetupIntents instead of PaymentIntents is because of trial offerings, does that mean that Direct Debits and trials are incompatiable as of now?

coarse pollen
#

For that you'd need to defer payment method collection if not using checkout, because you wouldnt be able to confirm the pending_setup_intent

azure turret
coarse pollen
#

With a trial or non-payment subscription, you'd have a setup intent to confirm, and that wont be possible specificall with bacs+payment element

#

If you need to handle a non-payment collection of Bacs, that can currently only be done via Checkout