Docs 0xProcessing
  • πŸ’‘Basic
    • General
      • Terms and definitions
      • Available assets
      • Transaction Fees
    • Introduction guide
      • Deposit flow
      • Payment form
      • Withdrawal flow
      • VRCS - automatic conversion to stablecoins
      • Webhooks flow
      • Web3 processing
      • 0xProcessing use cases
  • πŸ”‘0xProcessing API
    • Obtaining API Keys
    • Deposits
      • Payment form with fixed amount
      • Payment without fixed amount
      • Static wallet
    • Withdrawals
      • Withdrawal by client
      • Check withdrawal status by Withdrawal ID
    • Webhooks
      • Payment form with fixed amount
      • Payment without fixed amount
      • Static wallet
      • Withdrawals
    • Informational Commands
      • Request for balances
      • Coin info
    • Crypto or Fiat Equivalent
      • Fiat currency conversion
      • Conversion of fiat currencies into cryptocurrency
      • Conversion of cryptocurrencies into fiat currencies
      • List of supported fiat currencies for conversion
    • Errors
  • ⚑Web3 processing API
    • Introduction
    • Web3 pool API
  • πŸš€Quick start
    • Account registration
    • API set up
    • Setting up Webhooks
    • Payment confirmation
    • Managing withdrawals
    • Create a Manager role
    • Currency management
    • VRCS setup
    • Balance management
    • Transactions and address tracking
    • Notifications
    • Account security
    • Match Crypto Wallet Addresses
  • πŸ”„FAQ
Powered by GitBook
On this page
  1. 0xProcessing API

Errors

Troubleshoot common errors in crypto payment gateway integrations, with clear solutions to ensure smooth and uninterrupted operations.

IncorrectModel - Incorrect request model (also occurs if an incorrect Merchant ID is passed)

MerchantIdRequired - Merchant ID not specified

Incorrect amount - The request doesn't contain the amount or contains an error

404 - The resource is not available, check your internet connection and if the endpoint is correct

429 Too many requests - exceeded number of requests from the same IP address or user within a certain period of time

UnsupportedCurrency - Unsupported currency

InvalidUrl - URL is specified incorrectly or there is no http

ActivationRequired - Merchant activation required

EmailRequired - Email required

InvalidEmail - Invalid email

InvalidBillingIdLength - Billing ID is too long, no more than 100 characters

InvalidClientIdLength - Client ID is too long, no more than 100 characters

UnavailableCoin - The coin is unavailable for payment

ClientBlocked - This client is blocked on 0xProcessing

InsufficientBalance - There’s no liquidity to withdraw in this currency

InvalidDT - Invalid destination tag

InvalidAddress - Invalid wallet address

InsufficientBalanceForPayFee - Insufficient balance to pay for the commission

ExternalIdIsAlreadyUse - This External ID is already used for withdrawal

InvalidAgentId - Invalid Agent ID

InvalidClientId - Invalid Client ID

WalletIsAlreadyExist - This wallet already exists

PreviousList of supported fiat currencies for conversionNextIntroduction

Last updated 10 months ago

πŸ”‘