支付業者停車場 API
    • 🚗 概述
    • 🤝 介接架構總覽
    • 🧾 開通流程
    • 🚧 驗收流程
    • ✅ 認證指南
    • 🌐 通用規則
    • 🧾 名詞解釋
    • </> API Reference
      • 服務據點
        • 查詢服務據點
      • 據點記錄
        • 查詢據點記錄
      • 車輛識別
        • 註冊車輛識別
        • 註銷車輛識別
        • 查詢車輛識別註冊狀態
        • 註冊第三方平台車輛識別
        • 註銷第三方平台車輛識別
        • 查詢車輛識別已註冊之第三方平台
      • 交易相關
        • 查詢交易
        • 請求訂單重新開立發票
      • 主動通知
        • 據點記錄進場通知
        • 據點記錄離場通知
        • 據點記錄取消通知
        • 請款請求
        • 退款請求
        • 發票開立方式請求
        • 發票開立通知
    • Schemas
      • ErrorGeneric
      • ErrorBusiness
      • VehicleType
      • ThirdPartyPlatformTag
      • PointOfInterest
      • ListPointsOfInterestResponse
      • SiteSession
      • GetSiteSessionResponse
      • RegisterPaymentUserIdentityRequest
      • PaymentUserIdentityIdResponse
      • ThirdPartyPlatformRegistrationRequest
      • ThirdPartyPlatformRegistrationsResponse
      • OrderItem
      • OrderTransaction
      • Invoice
      • InvoiceIssueTarget
      • Order
      • GetOrderResponse
      • InvoiceRecipientInfo
      • ReissueInvoiceRequest
      • SiteSessionStartedNotification
      • SiteSessionEndedNotification
      • SiteSessionCanceledNotification
      • PayRequestNotification
      • RefundRequestNotification
      • InvoiceIssueMethodRequest
      • InvoiceIssuedNotification
      • WebhookAck

    PayRequestNotification

    {
        "action": "Pay",
        "transactionId": "string",
        "amount": "string",
        "applyDate": "2019-08-24T14:15:22.123Z",
        "source": {
            "type": "Order",
            "data": {
                "orderNumber": "string",
                "amount": "string",
                "date": "2019-08-24T14:15:22.123Z",
                "paymentState": "Paid",
                "refundState": "None",
                "items": [
                    {
                        "title": "string",
                        "amount": "string",
                        "source": {
                            "type": "AlprTransaction"
                        },
                        "details": {
                            "siteSessionId": "string",
                            "parkingStartDateTime": "2019-08-24T14:15:22.123Z",
                            "parkingEndDateTime": "2019-08-24T14:15:22.123Z",
                            "isMonthlyParkingFee": true
                        }
                    }
                ],
                "transactions": [
                    {
                        "action": "Pay",
                        "transactionId": "string",
                        "amount": "string",
                        "applyDate": "2019-08-24T14:15:22.123Z"
                    }
                ],
                "paymentUserIdentity": {
                    "id": "string"
                },
                "site": {
                    "id": "string",
                    "name": "string"
                },
                "invoiceIssueMethod": "ElectronicInvoice",
                "invoiceExemptionReason": "GovernmentFee",
                "invoice": {
                    "id": "string",
                    "invoiceNumber": "string",
                    "issueTarget": "MemberCarrier",
                    "identifier": "string",
                    "state": "Issued",
                    "issueDate": "2019-08-24T14:15:22.123Z",
                    "invalidDate": "2019-08-24T14:15:22.123Z",
                    "allowanceDate": "2019-08-24T14:15:22.123Z"
                }
            }
        }
    }
    Built with