Pay with Autopass 商家的多元支付服務
    • 連鎖店-商家的多元支付服務 API
      • 🚗 簡介
      • 🧾 流程簡介
      • 📘 連線方式
      • ⛔ 錯誤訊息
      • 📩 資料交換格式
      • 🚀 交易結果通知(Webhook)
      • <> API Reference
        • 連鎖店功能
          • 取得連鎖店資訊
        • 請款
          • 建立請款
          • 搜尋請款交易資訊
          • 取得單筆請款交易資訊
          • 帳單手動請款
          • 取消請款交易
          • 進行退款交易
        • 服務狀態
          • 確認服務狀態
        • 交易結果通知
          • 交易結果通知
      • Schemas
        • ChainStore
        • Invoice
        • Error
        • ErrorGeneric
        • CreateInvoiceRequest
        • CaptureInvoiceRequest
        • RefundInvoiceRequest
        • TransactionResultNotification

    TransactionResultNotification

    {
        "env": "alpha",
        "id": "string",
        "state": "string",
        "payment_state": "string",
        "plate_number": "string",
        "invoice_no": "string",
        "transaction_type": "string",
        "request_amount": "string",
        "paid_at": "2019-08-24T14:15:22.123Z",
        "refund_state": "string",
        "refunded_at": "2019-08-24T14:15:22.123Z",
        "payment_method": "credit_card"
    }
    Built with