Criex Merchant Technical User Api
  1. Schemas
Criex Merchant Technical User Api
  • SSO
    • Authenticate user
      POST
  • Invoices
    • Add invoice
      POST
    • Get invoice by id
      GET
  • Schemas
    • Schemas
      • SSOAuthenticationRequest
      • MerchantRole
      • KycLevel
      • SSOAuthenticationResponse
      • CreateInvoiceItem
      • CreateInvoice
      • Address
      • InvoiceStatus
      • InvoiceType
      • CryptoCurrencyFamily
      • PaymentAssetType
      • PaymentProviderName
      • CreatedAt
      • InvoicePaymentRequest
      • UpdatedAt
      • Invoice
  1. Schemas

InvoicePaymentRequest

{
    "invoice_id": "f4c4edb8-11e0-4b33-bcc1-482dc59ebb32",
    "deposit_address": "string",
    "price": 0,
    "quantity": 0,
    "expiry_time": "string",
    "crypto_currency_code": "string",
    "crypto_currency_family": "BTC",
    "fiat_currency_code": "string",
    "system_payment_fiat_currency": "string",
    "system_payment_exchange_rate": "string",
    "system_payment_exchanged_fiat_amount": "string",
    "payment_asset_type": "CRYPTO",
    "external_payment_link": "string",
    "external_provider": "aquanow",
    "external_provider_transaction_id": "string",
    "created_at": "2019-08-24T14:15:22Z"
}
Built with