# Authorisation Notification We will send you this json in our notification Endpoint: POST yourAuthorisationNotificationEndpoint Version: 2.0 Security: BasicAuth ## Request fields (application/json): - `id` (string) The unique identifier for the notification Example: "131d25c8-404d-4075-a264-67091620b0b3" - `value` (string) The monetary amount Example: "10.5" - `currency` (string) ISO 4217 currency code Example: "EUR" - `key` (string) Merchant identification key Example: "Example Key" - `expiration_time` (string) The expiration time for the payment Example: "2025-12-26T10:32:45Z" - `method` (string) Payment method used Example: "MBW" - `customer` (object) - `customer.id` (string) Example: "00ef522f-6a34-4d03-8448-834830cabb91" - `customer.name` (string) Example: "Josefa Gomes" - `customer.email` (string) Example: "customer@example.com" - `customer.phone` (string) Example: "921234567" - `customer.phone_indicative` (string) Example: "+351" - `customer.fiscal_number` (string) Example: "PT123456789" - `customer.key` (string) Example: "Customer Key" - `account` (object) - `authorisation` (object) ## Response 200 fields