ThunderTix logo

Support Forum

How Can I Block Customers from Purchasing Through Stripe? - Tue - Jan 20, 2026 - 12:50pm

  •  If you identify suspicious or fraudulent activity, Stripe provides tools to help prevent specific customers, cards, or behaviors from completing purchases

    These controls are managed directly within your Stripe dashboard. 


    Ways to block purchases in Stripe
     

    Depending on the situation, you can: 


    Block specific cards
     

    • Stripe automatically flags cards associated with fraud

    • You can manually block a card so it cannot be used again


    Block email addresses
     
    • Create Radar rules to block purchases using specific email addresses


    Block IP addresses or locations
     
    • Prevent transactions from:

      • Certain IP addresses

      • Countries or regions

      • VPN or proxy traffic


    Block high-risk behavior
     
    Using Stripe Radar, you can block transactions that:
     
    • Trigger a high risk score

    • Involve repeated failed attempts

    • Match patterns commonly associated with fraud


    How to set this up
     
    1. Log in to your Stripe Dashboard

    2. Go to Fraud → Radar

    3. Create or edit rules

    4. Choose whether transactions should be blocked or reviewed

     
    Ways to Block Customers in Stripe:
    Stripe does not allow you to block a customer profile directly, but you can block customers using the identifiers tied to their purchases.
     
    Block a Specific Card
    If a fraudulent transaction has already occurred: 

    1. Log in to your Stripe Dashboard

    2. Navigate to Payments

    3. Click on the transaction in question

    4. Select the card details

    5. Choose Block card
       Once blocked, that card can no longer be used for future purchases on your account.
       

    Block a Customer by Email Address
    You can create a Radar rule to block transactions using a specific email address.

    Steps:

    1. Go to Stripe Dashboard

    2. Navigate to Fraud → Radar

    3. Click Rules

    4. Create a rule such as:
       Block if :email: = "example@email.com"
       This prevents any transaction using that email address from being processed.


    Block a Customer by IP Address
     If multiple attempts are coming from the same location:

    1. Go to Fraud → Radar

    2. Create a rule such as:
       Block if :ip_address: = "123.45.67.89"

    This blocks all transactions originating from that IP address.


    Block by Country or Region
    If fraud is consistently originating from a specific region, you can create a rule such as:
     
    Block if :card_country: = "UA"

    Please use country-based rules cautiously, as this may block legitimate international patrons.

    Block High-Risk Behavior Automatically
    Stripe Radar also allows you to block transactions based on elevated risk scores, repeated failed attempts, or suspicious behavior patterns.


    Important notes
     
    • ThunderTix does not store or control card-level blocking.

    • Blocking actions must be handled within Stripe.

    • We recommend reviewing rules carefully to avoid blocking legitimate patrons.


    Best practice
     
    If you’re experiencing ongoing fraud attempts:
     
    • Enable stricter Radar rules temporarily

    • Monitor flagged activity

    • Adjust rules once traffic stabilizes


    Stripe gives you flexibility, but finding the right balance between protection and accessibility is key.

    To read more about card authorization settings in stripe to prevent fraudulent purchasing, please read the article below: