# Generic Notification We will send you this json in our notifications Endpoint: POST yourGenericNotificationEndpoint Version: 2.0 Security: BasicAuth ## Request fields (application/json): - `id` (string) ID of the related notified resource Example: "1bbc14c3-8ca8-492c-887d-1ca86400e4fa" - `key` (string) Merchant identification key Example: "Example Key" - `type` (string) Enum: "authorisation", "capture", "frequent_create", "void", "refund", "chargeback", "subscription_create", "subscription_capture", "out_payment" - `status` (string) Enum: "failed", "success" - `messages` (array) Example: ["Your request was successfully created"] - `date` (string) Example: "2022-01-01 10:20:30" ## Response 200 fields