Docs
  • What We Do
  • Supported Countries, Payment Methods, and Cryptocurrencies
  • Getting Started
  • Integration Guides
    • API
      • Required Headers
      • Create a User
      • Assign a Deposit Address
      • KYC
      • Link and Verify a Bank Account
        • Re-link Bank Account
        • Update Bank Account
        • Delete Bank Account
      • Transaction Limits
      • Buy Crypto (ACH)
      • Transaction Monitoring
      • Transaction History
    • React Native
      • Installation
      • Session Token and Wallet Signing
      • Preset Order Details
      • Example
      • Reference
      • Release History
      • User experience
        • Sign up
        • Sign in
        • Buy crypto
        • Settings & activity
    • React JS (Beta)
      • Installation
      • Session Token and Wallet Signing
      • Preset Orders
      • Callbacks
      • Theming
      • Example
      • Reference
      • Release History
  • API Reference
    • Endpoints
      • Auth
        • Crypto Wallet
        • Email OTP
        • SMS OTP
      • Activity
      • Bank
      • Client
      • Config
      • Crypto
      • Users
      • Wallets
      • Webhook Registrations
    • Custom Headers
    • Error Codes
    • Types Glossary
    • Postman
    • Open API Specification
    • Webhooks
  • Design Reference
    • UI/UX Starter kit
    • UI Requirements
  • Guides
    • Sandbox Testing
    • User Authentication
    • Link a new Signing Wallet to an Existing User
    • Plaid Bank Linking
      • Plaid OAuth Support
    • Client Dashboard (Alpha)
  • User Support Reference
    • User Account Flags
      • KYC Review
      • Transaction Processing
      • NSFs and Returned Payments
      • Fraud
    • Transactional Emails
Powered by GitBook
On this page

Was this helpful?

  1. User Support Reference
  2. User Account Flags

Fraud

Flag code
Description
Required Error Message
Account Restrictions
User Remedy
Ratio Support Action

High risk assesment (F0001)

Our risk engine has returned a score that is high.

H1: Your account is under review. Body: Ratio will contact you within 24 hours

All POST, PATCH, DELETE endpoints return a 403.

Wait for Ratio support to reach out. They will be unable to interact with Ratio until we have reviewed the user.

We have received signals that this user is potentially high risk, if this user falls into our risk tolerance we will allow them into the platform with lower limits. If not we will block for fraud (F0000)

Account Suspended (F0000)

The account has been suspended due to a very high likelihood of fraud or misuse (ie. bots).

H1: Your account is suspended Body: Please email Ratio at support@ratio.me if you believe this was done in error.

All POST, PATCH, DELETE endpoints return a 403. Any GET call that can identify a user also returns a 403 (/auth, /user).

A user can reach out if they believe this is a mistake.

We have received signals that indicate this user is a fraudster. We automatically suspend these users.

PreviousNSFs and Returned PaymentsNextTransactional Emails

Last updated 2 years ago

Was this helpful?