Authorisations
Shows authorisation details
Retrieves the details of an authorisation
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">authorisation:read</code>
get/authorisation/{id}
Path parameters
idstring uuid required
Resource Identification
Response
OK
Example response
{
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb",
"customer": {
"id": "649e88cf-0b78-4c36-8f99-33f5ebb812a1",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "911234567",
"phone_indicative": "+351",
"fiscal_number": "PT123456789",
"key": "customer Key Example",
"language": "PT"
},
"method": {
"url": "https://cc.easypay.pt/v3/public/card-details/cec55ab6-bda3-4ab3-af22-04d2ad2c046a",
"last_four": "1354"
},
"currency": "EUR",
"value": 125.89,
"value_captured": 10.87,
"transactions": [
{
"id": "4fb3ac57-c7fe-4157-aeb7-4362ae24deec",
"key": "Merchant identification key",
"created_at": "2025-05-30T17:21:46Z",
"date": "2025-05-30T17:21:47Z",
"values": {
"requested": 12.55,
"paid": 12.55,
"fixed_fee": 0.07,
"variable_fee": 0.09,
"tax": 0.04,
"transfer": 12.35
},
"transfer_date": "2025-06-02T00:00:00Z",
"method": "mbw",
"document_number": "MARCEL0208220628294020250530172147",
"descriptive": "Descriptive Josefa"
}
]
}