#Dan (ClassFit)
1 messages · Page 1 of 1 (latest)
Hi there!
Hi
How do you currently accept payments with Stripe?
We have express accounts
And are you using Stripe Radar?
We're a platfrom
Yes
But we don't take billing addresses and we were advised to add these after we reported the fraudulent payouts
And how to you collect the payments?
What do you mean?
Do you use Checkout Session, PaymentIntent + Payment Element, something else?
@strong spire
FYI this page mention that collection the billing address can improve the frad model by 1% https://stripe.com/docs/radar/integration#important-signals-to-send-to-stripe
we are using saved cards as this doc
So you are using the card element, and you would like to collect the billing address at the same time?
That's what we were advised to do by Stripe to minimize the chance of fraudulent payments
Got it. You could try to use the Address Element for this I think: https://stripe.com/docs/elements/address-element
Thanks - @strong spire over to you
@gloomy gazelle Thanks, I think it will help us