#bhaal22-inspect-country

1 messages · Page 1 of 1 (latest)

errant wagonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rustic agate
#

Don't believe there's a way to determine the country of the card before it has been tokenized

abstract pasture
#

i would like to forbid a payment to finalize

#

for some countries

#

my merchant is in UK and wold like us to forbid non-UK cards

rustic agate
#

One option is that you geolocate your customer and prevent them from checking out if they're outside of the UK

The other is to use Radar and create a block rule for payment methods that are outside of UK
https://stripe.com/docs/radar/rules/reference

abstract pasture
#

we are on Stripe Connect

#

we have connect accounts from UK / France / ...

#

I dont think I can make such a rule

rustic agate
#

Are you creating direct charges or destination charges?

abstract pasture
#

money is going onto my platform, and we send charges to connected accounts

#

and geolocating is useless, a person can be physically in UK but still frauding with an AUS card

#

whic is the case

rustic agate
abstract pasture
#

and we are growing

rustic agate
#

the only other option would be to collect payment details before creating the intent
https://stripe.com/docs/payments/accept-a-payment-deferred

this tokenizes the payment method prior to processing a payment, so you should be able to inspect the country and then decide to create or not create the PaymentIntent

abstract pasture
#

let me have a look

#

thank you

rustic agate
#

👍

errant wagonBOT
#

bhaal22-inspect-country

abstract pasture
#

and by chance, do you know how to inject customer details in a payment intent or payment method?

#

i did not find the doc

rustic agate
#

what sort of information are you looking to inject?

Billing information?