#Omri-payment-element-subscription

1 messages ยท Page 1 of 1 (latest)

uncut plover
#

Hi again ๐Ÿ‘‹ sorry, but I'm not quite sure what you're referring to, could you elaborate a bit on what you're trying to do?

slender pebble
#

I need this element Bacs direct debit to work with subscription, how I'm doing that?

uncut plover
#

Thank you for that. This guide talks about creating Subscriptions, and this section specifically discusses the step where you need to collect payment details via the Payment Element.
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#collect-payment

There is a note about what types of payment methods are supported by both the Payment Element and Subscriptions, and I'm not seeing Bacs listed there. If you can bear with me for a bit I'll work on testing to see if I can get Bacs to appear for this scenario.

slender pebble
#

sure, thank you

#

Please let me know if this is not possible, I need to know

uncut plover
#

My test sites are giving me problems (gateway issues) so my teammate is testing this, I will let you know once we have a definitive answer.

rare zephyr
#

Hey, apologies for the delay. I am the teammate that is testing this, you should be able to use BACs + Subscriptions + Elements together. Can you tell me more about where you are running in to issues trying to get this to work?

rare zephyr
#

Basically this guide is what you are looking for

#

You create the subscription, take the PaymentIntent on the Subscription's first invoice, and pass the PaymentIntent's client_secret to the frontend where you use it with the PaymentElement just like any other client secret

tropic lance
#

Hi @slender pebble do you have a follow-up question?

slender pebble
#

thank you

#

yes

slender pebble
tropic lance
#

Got it, let me take a look

slender pebble
#

ohh that's what I missed

#

google pay & apple pay will show with the card type?

tropic lance
#

Yes, and there are pre-requisites

  • Google Pay -> You have logged into your google account and you have an active card in google pay
  • Apple pay -> You have added an active card to Safari, and you have also registered your domain for Apple pay
slender pebble
#

๐Ÿ‘