支付業者停車場 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

    PointOfInterest

    {
        "type": "ParkingLot",
        "id": "string",
        "name": "string",
        "lat": 0,
        "lng": 0,
        "currentPrice": {
            "price": "string",
            "chargeMode": "PerHour"
        },
        "vehicleTypes": [
            "string"
        ],
        "detail": {
            "city": "string",
            "address": "string",
            "telephone": "string",
            "memos": [
                "string"
            ],
            "priceDetail": {
                "current": [
                    "string"
                ],
                "complete": [
                    "string"
                ]
            },
            "openingTime": {
                "status": "Opening",
                "period": "string",
                "allDayOpen": true,
                "detail": [
                    "string"
                ]
            },
            "spaceInformation": {
                "totalLots": 0
            },
            "spaceBrandName": "string"
        }
    }
    Built with