#DaanVDH
1 messages · Page 1 of 1 (latest)
What payment UI/surface are you using?
Direct API
Using Payment Element?
No, I'm using the Go SDK directly.
How are you handling PCI compliance? https://stripe.com/docs/security/guide#validating-pci-compliance
Yeah i know about SAQ D
How are you handling SCA/3DS?
I'm just redirecting for 3DS
Anyway, I guess if you're directly integrating with the API you can just check the card details and prevent payment, no? https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Otherwise you could use a Radar rule to hard block any payments: https://stripe.com/docs/radar/rules
Yes, that might help. Thanks!
Is there a way to use Radar rules in test mode?
They should just work assuming you've set them up in test mode