← 返回商户控制台

订单详情

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

出票结果

{
  "fulfillment_id": "ful_abbbe3604e3a219d14f7d080",
  "order_id": "order_b9416566674e419d14f7a06c",
  "ticket_code": "ticket_6a13b65e7faa519d14f7d07a",
  "product_name": "Universal Studios Singapore 单日门票",
  "visit_date": "2026-03-30",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_6a13b65e7faa519d14f7d07a",
  "issued_at": "2026-03-22T17:54:38+08:00"
}

交易追踪(事件时间线)

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