Skip to content

Authorisation Notification
Webhook

Request

We will send you this json in our notification

Security
BasicAuth
Bodyapplication/jsonrequired

Notification Payload

idstring, (uuid)

The unique identifier for the notification

Example:"131d25c8-404d-4075-a264-67091620b0b3"
valuestring

The monetary amount

Example:"10.5"
currencystring

ISO 4217 currency code

Example:"EUR"
keystring

Merchant identification key

Example:"Example Key"
expiration_timestring, (date-time)

The expiration time for the payment

Example:"2025-12-26T10:32:45Z"
methodstring

Payment method used

Example:"MBW"
customerobject
accountobject
authorisationobject
Payload
{ "id": "131d25c8-404d-4075-a264-67091620b0b3", "value": "10.5", "currency": "EUR", "key": "Example Key", "expiration_time": "2025-12-26T10:32:45Z", "method": "MBW", "customer": { "id": "00ef522f-6a34-4d03-8448-834830cabb91", "name": "Josefa Gomes", "email": "customer@example.com", "phone": "921234567", "phone_indicative": "+351", "fiscal_number": "PT123456789", "key": "Customer Key" }, "account": { "id": "131d25c8-404d-4075-a264-67091620b066" }, "authorisation": { "id": "131d25c8-404d-4075-a264-67091620b0b3" } }

Responses

Indicates that the data was received successfully

Headers
X-Easypay-Codestring

A user defined code