#jonah-card-pci
1 messages · Page 1 of 1 (latest)
Option 1 can be achieved by grandfathering in your existing "trusted" customer via metadata (eg metadata[legacy_no_zip]=trusted or similar) then writing a radar rule exception that examines metadata
Ty @vocal slate . And to be clear, such custom rules to require Radar for Teams, correct? Or can they be achieved with Basic Radar?
I believe they do require Radar for Teams, yes
And re: the 2nd option, if we do want to start updating existing users to incude zips, is it possible to collect that info ourselves in bespoke UI, and then update an existing stripe profile with it, via Stripe API? Or would there be any kind of PCI/compliance issue around that?
If you did collect the postal code / zip you could update it on the payment method billing details: https://stripe.com/docs/api/payment_methods/update#update_payment_method-billing_details-address-postal_code
Postal code alone is not a PCI scope value, but you need to determine any other PII compliance rules for your business:
https://stripe.com/docs/security/guide#out-of-scope-card-data
Great, thanks again.