← 返回商户控制台

订单详情

{
  "order_id": "order_91b8efa9665da19d0ab2dd42",
  "merchant_id": "sentosa_demo",
  "sku_id": "sentosa_family_pack",
  "product_name": "Sentosa 家庭套票(2大1小)",
  "quantity": 3,
  "date": "2026-03-24",
  "quote_amount_sgd": 119,
  "currency": "SGD",
  "channel": "telegram",
  "customer": {
    "telegram_user_id": "6761269319",
    "username": "bestjustin",
    "name": "Justin Xia"
  },
  "status": "FULFILLED",
  "payment_status": "SUCCESS",
  "fulfillment_status": "FULFILLED",
  "created_at": "2026-03-20T10:03:07.459Z",
  "inventory_lock": {
    "lock_id": "lock_987478911c42119d0ab2dd46",
    "sku_id": "sentosa_family_pack",
    "quantity": 3,
    "expiry_at": "2026-03-20T10:08:07.462Z"
  },
  "documents": {
    "quotation": {
      "type": "quotation",
      "file_name": "quotation-order_91b8efa9665da19d0ab2dd42.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_91b8efa9665da19d0ab2dd42.docx",
      "file_url": "https://www.monv.io/docs-files/quotation-order_91b8efa9665da19d0ab2dd42.docx",
      "html_name": "quotation-order_91b8efa9665da19d0ab2dd42.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_91b8efa9665da19d0ab2dd42.html",
      "html_url": "https://www.monv.io/docs-files/quotation-order_91b8efa9665da19d0ab2dd42.html",
      "pdf_name": "quotation-order_91b8efa9665da19d0ab2dd42.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_91b8efa9665da19d0ab2dd42.pdf",
      "pdf_url": "https://www.monv.io/docs-files/quotation-order_91b8efa9665da19d0ab2dd42.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/quotation-order_91b8efa9665da19d0ab2dd42.md"
    },
    "booking_confirmation": {
      "type": "booking-confirmation",
      "file_name": "booking-confirmation-order_91b8efa9665da19d0ab2dd42.docx",
      "file_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_91b8efa9665da19d0ab2dd42.docx",
      "file_url": "https://www.monv.io/docs-files/booking-confirmation-order_91b8efa9665da19d0ab2dd42.docx",
      "html_name": "booking-confirmation-order_91b8efa9665da19d0ab2dd42.html",
      "html_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_91b8efa9665da19d0ab2dd42.html",
      "html_url": "https://www.monv.io/docs-files/booking-confirmation-order_91b8efa9665da19d0ab2dd42.html",
      "pdf_name": "booking-confirmation-order_91b8efa9665da19d0ab2dd42.pdf",
      "pdf_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_91b8efa9665da19d0ab2dd42.pdf",
      "pdf_url": "https://www.monv.io/docs-files/booking-confirmation-order_91b8efa9665da19d0ab2dd42.pdf",
      "pdf_ready": true,
      "source_markdown_path": "/root/.openclaw/workspaces/sentosa-agent/docs/booking-confirmation-order_91b8efa9665da19d0ab2dd42.md"
    }
  },
  "payment_ref": "card_demo_pdf",
  "payment_method": "card"
}

出票结果

{
  "fulfillment_id": "ful_64554d268820719d0ab2e08f",
  "order_id": "order_91b8efa9665da19d0ab2dd42",
  "ticket_code": "ticket_cb963ac2adbde19d0ab2e08f",
  "product_name": "Sentosa 家庭套票(2大1小)",
  "visit_date": "2026-03-24",
  "qr_url": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_cb963ac2adbde19d0ab2e08f",
  "issued_at": "2026-03-20T10:03:08.303Z"
}

交易追踪(事件时间线)

  1. 2026-03-20 18:03 SGT ORDER_DRAFT_CREATED
    {
      "skuId": "sentosa_family_pack",
      "quantity": 3,
      "date": "2026-03-24",
      "quoteAmountSgd": 119,
      "channel": "telegram",
      "customer": {
        "telegram_user_id": "6761269319",
        "username": "bestjustin",
        "name": "Justin Xia"
      }
    }
  2. 2026-03-20 18:03 SGT INVENTORY_LOCKED
    {
      "lockId": "lock_987478911c42119d0ab2dd46",
      "skuId": "sentosa_family_pack",
      "quantity": 3,
      "expiryAt": "2026-03-20T10:08:07.462Z"
    }
  3. 2026-03-20 18:03 SGT DOCUMENT_GENERATED
    {
      "type": "quotation",
      "file": "quotation-order_91b8efa9665da19d0ab2dd42.docx"
    }
  4. 2026-03-20 18:03 SGT USER_CONFIRMED
    {
      "paymentMethod": "card"
    }
  5. 2026-03-20 18:03 SGT PAYMENT_SESSION_CREATED
    {
      "sessionId": "ps_9647ad3f167d819d0ab2e089",
      "protocol": "AP2",
      "paymentMethod": "card",
      "expiryAt": "2026-03-20T10:08:08.297Z"
    }
  6. 2026-03-20 18:03 SGT CARD_INTENT_CREATED
    {
      "intentId": "card_3c871c65699de19d0ab2e08b",
      "payUrl": "https://pay.example.com/card/card_3c871c65699de19d0ab2e08b"
    }
  7. 2026-03-20 18:03 SGT CHECKOUT_COMPLETED
    {
      "sessionId": "ps_9647ad3f167d819d0ab2e089",
      "paymentMethod": "card",
      "paymentRef": "card_demo_pdf"
    }
  8. 2026-03-20 18:03 SGT FULFILLMENT_ISSUED
    {
      "ticketCode": "ticket_cb963ac2adbde19d0ab2e08f",
      "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=240x240&data=ticket_cb963ac2adbde19d0ab2e08f"
    }
  9. 2026-03-20 18:03 SGT DOCUMENT_GENERATED
    {
      "type": "booking_confirmation",
      "file": "booking-confirmation-order_91b8efa9665da19d0ab2dd42.docx"
    }