#HT Asia Stripe User-radar-charge
1 messages · Page 1 of 1 (latest)
Hi there 👋 Jack Tan is not currently around. Let me get up to speed on your previous thread and see if I can offer some assistance instead

Block if :card_country: != ‘HK’ and :transaction_type: = ‘setup_intent’
With the above rule in mind, I think you'll need to create the Payment Method with the country set to something other than HK in order for this to work. I don't think we infer that the test card is non-HK withoutbilling_details.addressbeing explicitly set:
https://stripe.com/docs/api/payment_methods/object#payment_method_object-billing_details-address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.