Hambit Web3 Payment API
  1. Schemas
Hambit Web3 Payment API
  • Payment
    • Initiate a Payable Consumption
      POST
  • Dictionary
    • Query Supported Blockchain Types
      GET
    • Query Supported Consumption Types
      GET
    • Query Supported Pay Modes
      GET
    • Query Supported Token Types
      GET
  • Order
    • Query Order Information
      POST
  • Wallet
    • Query Merchant Blockchain Wallet
      POST
  • PING
    • Ping
      GET
  • Schemas
    • Schemas
      • api.ApiResponse
      • crypto.RequestConsumePay
      • crypto.RequestQueryOrder
      • crypto.RequestQueryWallet
      • crypto.ResponseConsumePay
      • crypto.ResponseQueryChainTypes
      • crypto.ResponseQueryConsumptionTypes
      • crypto.ResponseQueryExecutionTypes
      • crypto.ResponseQueryOrder
      • crypto.ResponseQueryTokenTypes
      • crypto.ResponseQueryWallet
      • crypto.WalletBalance
      • ping.Pong
  1. Schemas

crypto.RequestConsumePay

{
    "chainType": "Bsc",
    "expireByMinute": 1440,
    "externalOrderId": "ORDER1234567890123",
    "hideMerchantLogo": true,
    "hideMerchantName": false,
    "imageUrl": "https://cdn.example.com/item.png",
    "merchantOrderId": "EXT123456789",
    "notifyUrl": "https://your.com/notify",
    "productName": "iPhone 15",
    "quantity": 2,
    "remark": "VIP customer priority",
    "successRedirectUrl": "https://your.com/success",
    "tokenType": "USDT",
    "tokenValue": 8999.12,
    "unitPrice": 6999,
    "usePoints": 100
}
Built with