← 返回商户控制台

订单详情

{
  "order_id": "order_d4943e1c77ed719d14e73859",
  "merchant_id": "sentosa_demo",
  "sku_id": "singapore_oceanarium_one_day_ticket",
  "product_name": "Singapore Oceanarium 单日门票",
  "quantity": 1,
  "party": {
    "adults": 1
  },
  "date": "2026-03-23",
  "quote_amount_sgd": 55,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "language": "zh"
  },
  "language": "zh",
  "status": "FULFILLED",
  "payment_status": "SUCCESS",
  "fulfillment_status": "FULFILLED",
  "created_at": "2026-03-22T17:36:30+08:00",
  "inventory_lock": {
    "lock_id": "lock_fff43dbb94c219d14e7388f",
    "sku_id": "singapore_oceanarium_one_day_ticket",
    "quantity": 1,
    "expiry_at": "2026-03-22T17:41:30+08:00"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_d4943e1c77ed719d14e73859.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d4943e1c77ed719d14e73859.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_d4943e1c77ed719d14e73859.docx",
      "html_name": "quotation-order_d4943e1c77ed719d14e73859.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d4943e1c77ed719d14e73859.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_d4943e1c77ed719d14e73859.html",
      "pdf_name": "quotation-order_d4943e1c77ed719d14e73859.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d4943e1c77ed719d14e73859.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_d4943e1c77ed719d14e73859.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_d4943e1c77ed719d14e73859.md"
    },
    "booking_confirmation": {
      "type": "booking-confirmation",
      "file_name": "booking-confirmation-order_d4943e1c77ed719d14e73859.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_d4943e1c77ed719d14e73859.docx",
      "file_url": "https://www.monv.io/docs-files/booking-confirmation-order_d4943e1c77ed719d14e73859.docx",
      "html_name": "booking-confirmation-order_d4943e1c77ed719d14e73859.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_d4943e1c77ed719d14e73859.html",
      "html_url": "https://www.monv.io/docs-files/booking-confirmation-order_d4943e1c77ed719d14e73859.html",
      "pdf_name": "booking-confirmation-order_d4943e1c77ed719d14e73859.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_d4943e1c77ed719d14e73859.pdf",
      "pdf_url": "https://www.monv.io/docs-files/booking-confirmation-order_d4943e1c77ed719d14e73859.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_d4943e1c77ed719d14e73859.md"
    }
  }
}

出票结果

{
  "fulfillment_id": "ful_18ca3aa9b57ff19d14e78600",
  "order_id": "order_d4943e1c77ed719d14e73859",
  "ticket_code": "ticket_743e6f67c9fa319d14e785fa",
  "product_name": "Singapore Oceanarium 单日门票",
  "visit_date": "2026-03-23",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_743e6f67c9fa319d14e785fa",
  "issued_at": "2026-03-22T17:36:50+08:00"
}

交易追踪(事件时间线)

  1. 2026-03-22 17:36 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 1,
      "date": "2026-03-23",
      "quoteAmountSgd": 55,
      "channel": "telegram",
      "customer": {
        "language": "zh"
      }
    }
  2. 2026-03-22 17:36 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_fff43dbb94c219d14e7388f",
      "skuId": "singapore_oceanarium_one_day_ticket",
      "quantity": 1,
      "expiryAt": "2026-03-22T17:41:30+08:00"
    }
  3. 2026-03-22 17:36 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_d4943e1c77ed719d14e73859.docx"
    }
  4. 2026-03-22 17:36 SGT USER_CONFIRMED
    {
      "requested_payment_method": "card",
      "next_step": "checkout_redirect"
    }
  5. 2026-03-22 17:36 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_382ecc269db4119d14e747ee",
      "protocol": "AP2",
      "paymentMethod": null,
      "expiryAt": "2026-03-22T17:41:34+08:00"
    }
  6. 2026-03-22 17:36 SGT PAYMENT_WEBHOOK_SUCCESS
    {
      "method": "card"
    }
  7. 2026-03-22 17:36 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_743e6f67c9fa319d14e785fa",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_743e6f67c9fa319d14e785fa"
    }
  8. 2026-03-22 17:36 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_d4943e1c77ed719d14e73859.docx"
    }