How Is This Guy Bypassing Stripe/Shopify With a Two-Site Setup?

Joined
Feb 3, 2024
Messages
41
Reaction score
10
I've been researching different ways people run the two-site method to bypass Stripe bans, and I came across something interesting.


The site in question: https://onlyshoes.fr/ (blackhat) → redirects to https://onlyshoees.com/ (whitehat).


How Their Setup Works:​


  1. You add a product to the cart on onlyshoes.fr (blackhat site).
  2. Clicking "checkout" triggers a series of redirects:
    • onlyshoes.fr/pages/processorder
    • Redirects to onlyshoees.com/?type=processorder&nbv529:6
    • Final checkout: onlyshoees.com/checkouts/... (Stripe-powered)
  3. The whitehat site (onlyshoees.com) looks clean—no copyrighted images or brand names—just generic versions of the same products.

What I’m Trying to Figure Out:​


  • How is this guy handling referral URLs to prevent Stripe from seeing the original blackhat source?
  • What kind of redirection method is he using to avoid detection?
  • Could this be JavaScript redirects, meta refresh, or server-side cloaking?
  • Is Stripe actually blind to the original traffic source, or is this method just buying time before a ban?

Has anyone here seen or implemented something similar? Would love to hear insights from those who’ve tested this type of setup!
 
I've been researching different ways people run the two-site method to bypass Stripe bans, and I came across something interesting.


The site in question: https://onlyshoes.fr/ (blackhat) → redirects to https://onlyshoees.com/ (whitehat).


How Their Setup Works:​


  1. You add a product to the cart on onlyshoes.fr (blackhat site).
  2. Clicking "checkout" triggers a series of redirects:
    • onlyshoes.fr/pages/processorder
    • Redirects to onlyshoees.com/?type=processorder&nbv529:6
    • Final checkout: onlyshoees.com/checkouts/... (Stripe-powered)
  3. The whitehat site (onlyshoees.com) looks clean—no copyrighted images or brand names—just generic versions of the same products.

What I’m Trying to Figure Out:​


  • How is this guy handling referral URLs to prevent Stripe from seeing the original blackhat source?
  • What kind of redirection method is he using to avoid detection?
  • Could this be JavaScript redirects, meta refresh, or server-side cloaking?
  • Is Stripe actually blind to the original traffic source, or is this method just buying time before a ban?

Has anyone here seen or implemented something similar? Would love to hear insights from those who’ve tested this type of setup!
(both websites are powered by Shopify)
 
Don't out your competitors, mate. I have a strict policy against helping anyone who outs the specific sites. You're just trying to get them banned.
thank you Bart, but it is absolutely not my competitor, moreover I couldn’t explain clearly the mechanism with giving any source (=website)
 
Don't out your competitors, mate. I have a strict policy against helping anyone who outs the specific sites. You're just trying to get them banned.
if i really wanted to ban him, i would just mass report his store, so i don't understand how you could come to that conclusion
 
I've been researching different ways people run the two-site method to bypass Stripe bans, and I came across something interesting.


The site in question: https://onlyshoes.fr/ (blackhat) → redirects to https://onlyshoees.com (whitehat).


How Their Setup Works:​


  1. You add a product to the cart on onlyshoes.fr (blackhat site).
  2. Clicking "checkout" triggers a series of redirects:
    • onlyshoes.fr/pages/processorder
    • Redirects to onlyshoees.com/?type=processorder&nbv529:6
    • Final checkout: onlyshoees.com/checkouts/... (Stripe-powered)
  3. The whitehat site (onlyshoees.com) looks clean—no copyrighted images or brand names—just generic versions of the same products.

What I’m Trying to Figure Out:​


  • How is this guy handling referral URLs to prevent Stripe from seeing the original blackhat source?
  • What kind of redirection method is he using to avoid detection?
  • Could this be JavaScript redirects, meta refresh, or server-side cloaking?
  • Is Stripe actually blind to the original traffic source, or is this method just buying time before a ban?

Has anyone here seen or implemented something similar? Would love to hear insights from those who’ve tested this type of setup!
It’s very simple. It’s called a double meta refresh. It prevents Site A from showing as referrer
 
Back
Top