Question:
I would like to be able to Block fraudulent buyers from buying on my Wix Store. We have identified some from previous transactions and would like to be able to block them from coming again. Block by different criteria such as email, phone, address, card, and any other info we have from them.
Product:
Wix Stores
What are you trying to achieve:
Prevent fraudulent users to be able to buy from store
What have you already tried:
All the security that come after the purchase attempt has been made. We need them to simply not being able to reach the payment gateway.
We need them to simply not being able to reach the payment gateway.
What is the exact point they do reach the PAYMENT-GATEWAY?
At this point generate a → IF-ELSE-CONDITION and check your “fraudulents”-ARRAY for included emails, if email included inside ARRAY or not.
If included → MEMBER = FRAUDULENT
If not —> navigation to payment
You will have to write some code, to get your functionality.
And since you provide anything about your SETUP, anybody will be able to help you.
By the way → of course you first define your FRAUDULENT-ARRAY first somehere (either hardcoded inside of your code (backend), or you use a database for it and load all FRADULENTS from DB.