---
title: "Generic Notification"
method: POST
path: "yourGenericNotificationEndpoint"
tags: ["Notifications / Webhooks"]
---

# Generic Notification

`POST yourGenericNotificationEndpoint` (webhook)

We will send you this json in our notifications

## Payload

- NotificationGeneric
  - `id` string, uuid — ID of the related notified resource
  - `key` string — Merchant identification key
  - `type` 'authorisation' | 'capture' | 'frequent_create' | 'void' | 'refund' | 'chargeback' | 'subscription_create' | 'subscription_capture' | 'out_payment'
  - `status` 'failed' | 'success'
  - `messages` string[]
  - `date` string

## Acknowledgement `200`

Indicates that the data was received successfully

---

[API](https://skmtc.net/easypay/apis/easypay-payments-api.md) · [All operations](https://skmtc.net/easypay/apis/easypay-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easypay/easypay-payments-api/versions/cdf25a9ad7b2/schema)
