← 返回商户控制台

订单详情

{
  "order_id": "order_998fe6d2e422519d0af08f99",
  "merchant_id": "sentosa_demo",
  "sku_id": "sentosa_fun_discovery_pass",
  "product_name": "Sentosa Fun Discovery Pass",
  "quantity": 2,
  "date": "2026-03-21",
  "quote_amount_sgd": 60,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "20001",
    "telegram_chat_id": "20001"
  },
  "status": "FULFILLED",
  "payment_status": "SUCCESS",
  "fulfillment_status": "FULFILLED",
  "created_at": "2026-03-20T19:10:30+08:00",
  "inventory_lock": {
    "lock_id": "lock_d74285958653719d0af08fb3",
    "sku_id": "sentosa_fun_discovery_pass",
    "quantity": 2,
    "expiry_at": "2026-03-20T19:15:30+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_998fe6d2e422519d0af08f99.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_998fe6d2e422519d0af08f99.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_998fe6d2e422519d0af08f99.docx",
      "html_name": "quotation-order_998fe6d2e422519d0af08f99.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_998fe6d2e422519d0af08f99.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_998fe6d2e422519d0af08f99.html",
      "pdf_name": "quotation-order_998fe6d2e422519d0af08f99.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_998fe6d2e422519d0af08f99.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_998fe6d2e422519d0af08f99.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_998fe6d2e422519d0af08f99.md"
    },
    "booking_confirmation": {
      "type": "booking-confirmation",
      "file_name": "booking-confirmation-order_998fe6d2e422519d0af08f99.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_998fe6d2e422519d0af08f99.docx",
      "file_url": "https://www.monv.io/docs-files/booking-confirmation-order_998fe6d2e422519d0af08f99.docx",
      "html_name": "booking-confirmation-order_998fe6d2e422519d0af08f99.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_998fe6d2e422519d0af08f99.html",
      "html_url": "https://www.monv.io/docs-files/booking-confirmation-order_998fe6d2e422519d0af08f99.html",
      "pdf_name": "booking-confirmation-order_998fe6d2e422519d0af08f99.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_998fe6d2e422519d0af08f99.pdf",
      "pdf_url": "https://www.monv.io/docs-files/booking-confirmation-order_998fe6d2e422519d0af08f99.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_998fe6d2e422519d0af08f99.md"
    }
  }
}

出票结果

{
  "fulfillment_id": "ful_13f06ff9d4b6b19d0af0bd10",
  "order_id": "order_998fe6d2e422519d0af08f99",
  "ticket_code": "ticket_266bc097d820b19d0af0bd0f",
  "product_name": "Sentosa Fun Discovery Pass",
  "visit_date": "2026-03-21",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_266bc097d820b19d0af0bd0f",
  "issued_at": "2026-03-20T19:10:42+08:00"
}

交易追踪(事件时间线)

  1. 2026-03-20 19:10 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "sentosa_fun_discovery_pass",
      "quantity": 2,
      "date": "2026-03-21",
      "quoteAmountSgd": 60,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "20001",
        "telegram_chat_id": "20001"
      }
    }
  2. 2026-03-20 19:10 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_d74285958653719d0af08fb3",
      "skuId": "sentosa_fun_discovery_pass",
      "quantity": 2,
      "expiryAt": "2026-03-20T19:15:30+08:00"
    }
  3. 2026-03-20 19:10 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_998fe6d2e422519d0af08f99.docx"
    }
  4. 2026-03-20 19:10 SGT CHECKOUT_REQUESTED
    {
      "paymentMethod": null,
      "selection_mode": "checkout_user_select"
    }
  5. 2026-03-20 19:10 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_d626a931d7da419d0af09486",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-20T19:15:32+08:00"
    }
  6. 2026-03-20 19:10 SGT PAYMENT_WEBHOOK_SUCCESS
    {
      "method": "card"
    }
  7. 2026-03-20 19:10 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_266bc097d820b19d0af0bd0f",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_266bc097d820b19d0af0bd0f"
    }
  8. 2026-03-20 19:10 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_998fe6d2e422519d0af08f99.docx"
    }