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

AccountsExtractResponse(AccountsExtractResponse)

Response model for account extraction request.

{
    "total_count": 0,
    "accounts": [
        {
            "path": "string",
            "id": "string",
            "phone_number": "string",
            "accountId": 0,
            "accountType": "string",
            "clientId": 0,
            "clientName": "string",
            "currency": {
                "code": "string",
                "displaySymbol": "string",
                "name": "string"
            },
            "officeId": 0,
            "contact": {
                "phone": "string",
                "email": "string",
                "profile_path": "string",
                "profile_id": "string"
            }
        }
    ],
    "export_file": "string",
    "export_format": "json"
}
Built with