this post was submitted on 26 Mar 2024
32 points (82.0% liked)

Technology

58727 readers
5907 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 6 months ago (1 children)

They seem very confused if they think WooCommerce is a payment gateway, wtf?

[–] [email protected] 5 points 6 months ago

WooPayments, formerly known as WooCommerce Payments, is a payment gateway. I think we can let it slide.

[–] [email protected] 2 points 6 months ago

This is the best summary I could come up with:


When investigating a website, app, or online shop, one of the key questions you may need to answer is ‘How are they making money?’

Furthermore, if the website or app is engaged in illicit transactions, tracing the payment gateway can help achieve accountability by identifying what sites they are using to earn money.

For example, for some of the AI deep fake services we investigated here we found that companies would accept different payment methods depending on how you tried to pay – via their website, via a web browser or via Telegram.

Sellers may want to direct their users away from their website to more private forums such as Telegram to facilitate transactions and avoid detection.

Clicking through to ‘Go To Payment’ gives us a new screen that lets the user pay via credit card (ie MasterCard, Visa), a US Bank account (ie Wells Fargo, USAA), or through Cash App.

Using Browser Developer tools and following these simple steps, we were able to learn that Nudify.VIP created a decoy website to which they were redirecting their credit card payments to make Stripe think they were processing sales for a company called “Aiphotos.art.”


The original article contains 1,556 words, the summary contains 193 words. Saved 88%. I'm a bot and I'm open source!

[–] [email protected] 1 points 6 months ago

TLDR: browser developer consoles let you see the code that runs a website. Also some sellers redirect to other sites for payments.

Bit of a warning though: Stripe JS loads when the plugin is installed whether the site is configured to use it for checkout or not. Also redirecting to other sites for checkout is not in itself nefarious just that it does happen to be a technique to hide the sellers product from the payment gateway.