#sushbhat

1 messages · Page 1 of 1 (latest)

bright fableBOT
shell swift
#

Hi there!

#

How are you collecting payment information? Checkout Session, Payment Element, something else?

wispy jasper
#

we are using stripe payment element from stripe.js

shell swift
wispy jasper
#

are these the only 2 other options supported? basically we want to display only credit card, even though in future someone enable some other payment method on our account

shell swift
wispy jasper
#

ok, but it says 'defaults to card'

#

if not provided, so anything we need to do?

shell swift
#

if not provided, so anything we need to do?
What do you mean? What is your end goal here?

wispy jasper
#

I mean link you shared says "The list of payment method types that this PaymentIntent is allowed to use. If this is not provided, defaults to [“card”]"

#

We want to support only card it seem to be default behaviour is my understanding correct

shell swift
#

Yes that's correct! And "card" includes Apple/Google Pay. So if you want to disable that too, then you need to follow the link I shared earlier.