Kyzpay
  1. Schemas
Kyzpay
  • JeudiMerci
    • Generate E-Cards
      POST
    • Synchronize offers with partner API
      POST
    • Receive webhook events
      POST
    • List E-Cards
      GET
    • Get E-Card Details
      GET
    • Delete E-Card
      DELETE
  • Stats
    • Extract JDM Accounts
    • Download Export File
    • Ticket Statistics
  • Schemas
    • Schemas
      • AnotherEventTypeResource
      • ECardPurchaseRequest
      • ECardPurchaseResponse
      • Account
      • GiftCardPurchaseCompletedResource
      • ECardResponseTicket
      • AccountContact
      • HTTPValidationError
      • AccountCurrency
      • KyzPayCodeType
      • AccountsExtractResponse
      • KyzPayOfferDto
      • AccountsFilter
      • KyzPayOfferType
      • KyzPayUsageLocation
      • ValidationError
      • WebhookPayload
      • ExportFormat
      • GiftCardPurchaseFailedResource
      • MandateType
      • TicketFilter
      • TicketStatisticsResponse
  1. Schemas

TicketStatisticsResponse(TicketStatisticsResponse)

Response model containing ticket statistics.

{
    "total_count": 0,
    "coupon_count": 0,
    "gift_count": 0,
    "consumed_count": 0,
    "active_count": 0,
    "expired_count": 0,
    "total_value": 0,
    "average_value": 0,
    "tickets_by_date": {
        "property1": 0,
        "property2": 0
    },
    "mandate_distribution": {
        "property1": 0,
        "property2": 0
    },
    "export_path": "string"
}
Built with