#lylepratt-Wallets

1 messages · Page 1 of 1 (latest)

mint path
#

No, credit card is default and always available

keen scroll
#

can I block credit cards with Stripe Radar? Only accept debit funding sources?

#

What is the simplest way for me to create a stripe checkout flow that only allows Apple Pay / google pay (wallets) but only debit (no credit)? Just point me to docs and I can figure it out but I’ve searched and there’s not much there on this subject.

mint path
#

I think you can try

if :card_funding: = `credit`
#

in Test mode

keen scroll
#

so I’d have a rule for only accept Apple Pay (wallet source) and block card_funding = “credit”?

#

Will checkout still present all options?

#

I guess I’d need to use stripe elements to get to “wallets only”

mint path
#

hmm maybe wallet also comes with card_funding = 'credit'

#

I suggest to test it in Test mode

#

I haven't never heard of blocking cc but wallet so not sure, but it worth trying