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

NSFs and Returned Payments

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

Non-payment (Instant ACH) (F1000)

The user has initiated a purchase, Ratio HAS SENT THE CRYPTO, and the user’s payment fails to settle due to non-sufficient funds.

H1: Ratio did not receive payment for your previous order. Body: To continue using Ratio please settle the amount outstanding with their support team.

All POST, PATCH, DELETE endpoints return a 403.

User must remit payment to continue using Ratio. This can only be done via support.

Ratio will reach out to the user to request repayment. If payment is received within one week access will be restored.

Failed payment (Standard ACH) (F1001)

The user has initiated a purchase, Ratio HAS NOT sent the crypto, and the user’s payment fails to settle due to non-sufficient funds.

H1: Payment failed Body: Ratio did not receive your payment.

All POST, PATCH, DELETE endpoints return a 403.

No user action required.

Ratio will manually review the flag within 24 hours and remove it without any user action. If the user has been flagged for F1001 multiple times, we may suspend the account (F0000).

Returned payment (F1002)

The bank account holder has returned a previously successful transaction. This can happen up to 180 days after their payment was received. This is usually an indication of friendly fraud (ie. the individual knows that Ratio has no recourse) or account take over (the actual account holder is not a Ratio user and has been defrauded).

H1: Payment failed Body: Ratio did not receive your payment.

All POST, PATCH, DELETE endpoints return a 403.

This is when a previously settled transaction is “returned” by the users bank due to a dispute.

When a return is received the account is suspended.

PreviousTransaction ProcessingNextFraud

Last updated 2 years ago

Was this helpful?