#lylepratt-Wallets
1 messages · Page 1 of 1 (latest)
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.
I think you can try
if :card_funding: = `credit`
in Test mode