Notifications / Webhooks
Authorisation Notification
We will send you this json in our notification
postWebhookyourAuthorisationNotificationEndpoint
Payload
Example 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"
}
}Response
Indicates that the data was received successfully