PGecom
CtrlK
  • 🚀Introduction
  • 🎯Guides
    • Getting authenticated
  • 📚Concepts
    • Sandbox Environment
  • 🧑‍💻API Endpoint
    • Ecommerce
      • 🛍️Shop
        • GetShopById
        • CreateShop
      • 👔Product
        • ProductSchema
        • GetProductById
        • GetProductBySlug
        • CreateNewProduct
      • 🛒Checkout
        • CreateCheckoutSession
      • Form
        • GetFormById
      • Invoice
        • GetInvoiceById
    • Wordpress Plugin
    • Chrome Extension
    • GiftCards
      • ℹ️Gift Card Schema
      • ✅List giftcards
      • ☑️Order a gift card
      • ☑️Get giftcard
      • ☑️Rates
    • Send rewards
      • ℹ️Rewards Schema
      • ☑️Send rewards
    • Withdraw
      • ℹ️Withdraw Schema
      • ☑️Process Withdraw
      • ☑️Rates
    • Radar
      • ℹ️Radar Schema
      • ☑️Check for Fraudster
    • Top Up
      • ℹ️Topup Schema
      • ☑️Estimate
      • ☑️Send
    • Payment
      • Mon Cash
        • CreateMonCashPayment
        • VerifyMonCashPayment
        • WithdrawToMonCashEstimate
        • WithdrawFundsToMonCash
      • PG Pay
        • ConfigurePGPay
        • CreatePGPayPayment
        • VerifyPGPaymentWithToken
        • VerifyPGPaymentWithOrderId
    • Deprecated
      • Card Holder
        • ℹ️Card Holder Schema
        • ☑️Update
      • Card
        • ℹ️Card Schema
        • ✅Retrieve a single card
        • ✅List cards
        • ☑️Create a card
        • ☑️Create Customer
  • 🎓Resources
    • Support
    • Production Access
Powered by GitBook
On this page

Was this helpful?

  1. 🧑‍💻API Endpoint

Radar

You can use the Radar endpoint to check for fraudster reported through our network of partners that we work with

Radar Response
{
    "status": "not_flagged",
    "severity": "low",
    "notes": "No fraud detected"
}
PreviousRatesNextRadar Schema

Last updated 1 year ago

Was this helpful?