Kyzpay
  1. JeudiMerci
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
      POST
    • Download Export File
      GET
    • Ticket Statistics
      POST
  • 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. JeudiMerci

Receive webhook events

POST
/jdm/webhook
Endpoint to receive webhook events from JDM.

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Body Params application/jsonRequired

Example
{
    "eventType": "string",
    "date": "2019-08-24T14:15:22Z",
    "resource": {
        "operationId": "string",
        "offerId": "string",
        "amount": 0,
        "merchantOperationId": "string",
        "virtualCardCode": "string",
        "pinCode": "string",
        "barCode": "string",
        "expirationDate": "2019-08-24T14:15:22Z"
    }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://jdm-616556849502.europe-west1.run.app/jdm/webhook' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "eventType": "string",
    "date": "2019-08-24T14:15:22Z",
    "resource": {
        "operationId": "string",
        "offerId": "string",
        "amount": 0,
        "merchantOperationId": "string",
        "virtualCardCode": "string",
        "pinCode": "string",
        "barCode": "string",
        "expirationDate": "2019-08-24T14:15:22Z"
    }
}'

Responses

🟢200OK
application/json
Successful Response
Body

Example
null
🟠422Parameter Error
Modified at 2025-09-01 15:20:09
Previous
Synchronize offers with partner API
Next
List E-Cards
Built with