Curious about which Payment Service Provider (PSP) is used on a webpage? PSP Detector is a straightforward extension that helps you identify the payment gateway powering any site you visit.
With PSP Detector, you can quickly find out which PSP is handling payments on a specific website. The extension displays the PSP’s logo, offers a brief description, and provides a link to its official website for more information.
- Quick Identification: Easily see which payment service provider is used on any site without needing to dig through code.
- Wide Coverage: Supports various PSPs, making it easier to learn about the payment technology in use across different websites.
- Useful Insights: Whether you’re a business owner looking to compare payment options or just curious about the payment providers in use, this tool can offer you valuable insights.
- Real-Time Detection: Identify the PSP used on any webpage with a simple click.
- Logo & Description: View the provider’s logo alongside a brief overview of its services.
- Direct Links: Quickly navigate to the PSP’s website for further exploration.
Just install the PSP Detector extension (available in the Chrome Web Store at https://chromewebstore.google.com/detail/iblfofcbjioicompkmafdehbdakdbjle), visit any website, navigate to the checkout page, and click on the extension icon to see the payment provider in use. It’s that simple!
- 2C2P
- 2Checkout (Verifone)
- Adyen
- Airwallex
- Alipay
- Allinpay
- Amazon Payment Services (PayFort)
- AsiaBill
- AsiaPay
- Authorize.ne
- BillDesk
- BlueSnap
- Cardknox
- Cashfree Payments
- Cellulant
- Chase Payment Solutions
- Checkout.com
- Cielo
- Codapay
- Conekta
- CSG Forte
- CX Pay
- Cybersource
- Debia
- DG Financial Technology
- dLocal
- DPO Group
- Easebuzz
- Easy Pay Direct
- EBANX
- Elavon
- EVO Payments
- Eway
- Eximbay
- FastSpring
- Fat Zebra
- Fiserv
- Fiuu
- Flutterwave
- Flywire
- Global Payments
- GMO Payment Gateway
- Helcim
- Inicis
- Judopay
- KSNET
- LianLian
- Linkly
- Mastercard Gateway (MPGS)
- Maya
- MercadoPago
- Mollie
- MONEI
- Moneris
- MyFatoorah
- NETbilling
- Network International
- Nexi Group (Nets)
- NHN KCP
- NICE Payments
- NMI
- NTT DATA
- Nuvei
- Oceanpayment
- Opn Payments (Omise)
- Paddle
- PagBrasil
- PagSeguro
- PayGent
- PayJunction
- PayKings
- Payletter
- Paymentwall
- Payoneer
- PayPal
- PayPal Enterprise Payments
- Paysafe
- Paysbuy
- Paysera
- Paystack
- PayTabs
- Paytm
- PayU
- Plastiq
- Plug'n Pay
- Quickpay
- Rapyd
- Razorpay
- Red Dot Payment
- SB Payment Service
- senangPay
- Shift4
- Shopify Payments
- Skrill
- Sony Payment Services
- Square
- Stripe
- SumUp
- Tap Payments
- Tipalti
- Trust Payments
- Tyro
- WePay
- Windcave
- Worldline
- Worldpay
- Xendit
- Xsolla Pay
- Yoco
- Zai (Assembly Payments)
- ACI Worldwide
- Akurateco
- APEXX
- Basis Theory
- BR-DGE
- CellPoint Digital
- Chargebee
- Gr4vy
- IXOPAY
- Juspay
- Paydock
- PCI Proxy
- PCI Vault
- Praxis Tech
- Primer
- ProcessOut
- Spreedly
- Tranzzo
- VGS (Very Good Security)
- Yuno
- Amadeus Hospitality (TravelClick)
- Sabre SynXis
npm installnpm run build # Production build
npm run build:debug # Development build with debug infonpm test # Run all tests
npm run test:watch # Run tests in watch modenpm run lint # TypeScript/JavaScript linting with ESLint
npm run lint:fix # Auto-fix TypeScript/JavaScript issues
npm run lint:html # HTML linting with webhint
npm run lint:manifest # Chrome extension manifest linting
npm run lint:web # Combined HTML and manifest lintingnpm run typecheck # TypeScript type checking
npm run ci # Full CI pipeline (lint + typecheck + test)
npm run validate # Complete validation (fix + typecheck + build + test)build- Build the extension for productionbuild:debug- Build with debug informationtest- Run Jest teststest:watch- Run tests in watch modelint- Run ESLint on TypeScript fileslint:fix- Auto-fix ESLint issueslint:html- Lint HTML files with webhintlint:manifest- Lint Chrome extension manifestlint:web- Run both HTML and manifest lintingtypecheck- Run TypeScript compiler checksci- Complete CI pipelinevalidate- Full validation before commitclean- Clean build artifacts