#NoPostOnSundays-billing-address

1 messages · Page 1 of 1 (latest)

mighty socket
knotty notch
#

(thank you for creating a thread, new here)

mighty socket
#

Mostly, this means postal codes where that is used

mighty socket
knotty notch
#

Okay, great. I should've mentioned that I'll mostly be accepting payments from UK to begin with.
from the docs you sent me: ". Radar includes a rule to block any payments that fail postal code verification", how would I go about submitting the postal code to stripe for verification?

#

I see this page mentions collecting the info:
https://stripe.com/docs/radar/checklist
"to further improve fraud detection, we highly recommend you collect the cardholder name, customer’s full billing address and postal code, and their card’s CVC code during checkout."
But it doesn't mention how to go about doing that. I have a small snippet of code that doesn't contain any sensitive info. Can I paste it to show you how I'm sending the payment?

mighty socket
#

Right, so a couple things

#

Elements by default will collect just the postal code for appropriate countries. You can turn that off, but we recommend keeping it enabled.

#

To provide other billing address details you can do that with additional parameters in the confirm call

#

Are you using the Card element or the Payment Element?

knotty notch
#

Ah of course! On my local machine it's marked as 'zip code'. I'm using the Card Element and I already have a form on the checkout page where I can collect the billing address so that's easy too

#

I think that's everything, thank you so much

mighty socket
#

Great! Happy to help 🙂

knotty notch
#

Have a good one!