1. CryptoProcessing
Rapira
  • Введение
  • JWT
    • Инструкция по созданию JWT
    • Generate JWT
      POST
  • CRYPTO MERCHANT
    • Адреса
      • Get address by currency
      • Create address by currency
      • Get address details by id
      • Get address list by currency
      • Start use address
      • Stop use address
    • Пополнения
      • Get deposits
  • MARKET
    • Get spot fees
      GET
    • Pairs
      GET
    • Token
      GET
    • Get rates JSON
      GET
    • Get rates XML
      GET
    • Get market depth
      POST
  • BALANCE
    • Get frozen balances
      GET
    • Get balance operations coins and types
      GET
    • Get balance operations
      POST
    • Get frozen balances detailed
      GET
    • Get Balances
      GET
  • SERVER TIME
    • Get server time
      GET
  • ORDER
    • Order history
    • Order details
    • Add exchange order
    • Cancel order
  • CRYPTO PAYOUT
    • Withdraw
      • Withdraw create
      • Withdraw crypto history Record
      • Withdraw crypto history
  • FIAT PAYOUT
    • Fiat
      • Withdraw fiat history
      • Withdraw fiat history Record
    • FIAT TRANSACTION
      • Fiat Transactions
      • Fiat Withdraw For Record
  • AML
    • AML balance
    • Recheck
    • Check address
    • Check transaction
  • rCode
    • Create rCode
    • rCode withdraw history
    • rCode deposit history
    • rCode details
    • Use rCode
  • OTC
    • Введение в OTC
    • Get payment types
    • Get my ads
    • Create ad
    • Update ad
    • Publish ad
    • Unpublish ad
    • Get offers
    • Fetch ads
    • Get order detail
    • Create order
    • Accept order
    • Decline order
    • Cancel order
    • Chat-history
    • Chat history page query
    • Pay order
    • Release order
    • Cancel appeal
    • Get order history
    • Create appeal
    • Send message
  • CRYPTO-PROCESSING
    • Введение
    • Создание проекта
    • Настройка проекта
    • Работа с инвойсами
    • Projects Settings
      • Get Invoices (Paginated)
      • Set deposit return address
      • Get Available Token Settings
      • Get Project Token Settings
      • Update Project Token Settings
      • Batch Update Project Token Settings
      • Get Projects
      • Edit Project
    • Invoice
      • Available Invoice Currencies
      • Create Invoice
      • Get Invoice
      • Get Available Payment Tokens for Invoice
      • Get Payment Address for Invoice
      • Manual Complete Undepaid Invoice
  • Schemas
    • CryptoProcessing
      • CryptoInvoice
      • CryptoPaymentQuote
      • CryptoDeposit
      • ProjectProcessingTokenSetting
      • ProjectProcessingTokenSettingEditRequest
      • ProjectResponse
  1. CryptoProcessing

CryptoInvoice

{
    "invoiceId": "string",
    "projectName": "string",
    "projectUuid": "string",
    "projectLink": "string",
    "requestAmount": 0,
    "requestCoin": "string",
    "paymentDescription": "string",
    "paymentQuotes": [
        {
            "address": "string",
            "memo": "string",
            "tokenId": "string",
            "contractAddress": "string",
            "chain": "string",
            "coin": "string",
            "coinDisplayFullName": "string",
            "averageBlockTime": 0,
            "blockConfirmations": 0,
            "createTimestamp": 0,
            "expireTimestamp": 0,
            "transferAmount": 0,
            "transferAmountWithoutNetworkFee": 0,
            "exchangeRate": 0,
            "lastCheckTimestamp": 0
        }
    ],
    "selectedPaymentQuote": null,
    "paymentStatus": "string",
    "paidAmount": 0,
    "remainingAmount": 0,
    "overpaidAmount": 0,
    "status": "string",
    "cryptoDeposits": [
        {
            "address": "string",
            "memo": "string",
            "amount": 0,
            "tokenId": "string",
            "txid": "string",
            "vout": 0,
            "blockHeight": 0,
            "status": "string",
            "fromAddresses": [
                "string"
            ],
            "endTime": "string",
            "revertAddress": "string",
            "revertSetAddressTime": "string",
            "revertTxid": "string"
        }
    ],
    "timeToPayMinutes": 0,
    "lastAddressCreateTime": "string",
    "createTime": "string",
    "invoiceExpireAt": "string",
    "endTime": null,
    "manualCompletionApplied": true,
    "manualCompletionReason": "string",
    "manualCompletionTime": "string",
    "manualCompletionExecutorType": "string"
}
Built with