---
title: "Authorisation Notification"
method: POST
path: "yourAuthorisationNotificationEndpoint"
tags: ["Notifications / Webhooks"]
---

# Authorisation Notification

`POST yourAuthorisationNotificationEndpoint` (webhook)

We will send you this json in our notification

## Payload

- NotificationAuthorisation
  - `id` string, uuid — The unique identifier for the notification
  - `value` string — The monetary amount
  - `currency` string — ISO 4217 currency code
  - `key` string — Merchant identification key
  - `expiration_time` string, date-time — The expiration time for the payment
  - `method` string — Payment method used
  - `customer` object
    - `id` string, uuid
    - `name` string
    - `email` string, email
    - `phone` string
    - `phone_indicative` string
    - `fiscal_number` string
    - `key` string
  - `account` object
    - `id` string, uuid
  - `authorisation` object
    - `id` string, uuid

## 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)
