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

KyzPayOfferDto(KyzPayOfferDto)

Base model representing a KyzPay offer.

{
    "offerType": "FixedValues",
    "id": "string",
    "name": "string",
    "brandName": "string",
    "description": "string",
    "howTo": "string",
    "termsAndCondition": "string",
    "codeType": "BarCode",
    "hasPinCode": true,
    "usageLocation": [
        "App"
    ],
    "imageUrl": "string",
    "imageMarketingUrl": "string",
    "isCommitted": false,
    "validityInMonths": 0
}
Built with