Pay By Link
List payment link details
Lists a payment link with all the details identified by its unique ID.
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">link:read</code>
get/link/{id}
Response
OK
Example response
{
"created_at": "2025-06-16T13:32:32Z",
"modified_at": "2025-06-16T13:32:32Z",
"expiration_time": "2026-06-10T09:27:55Z",
"communication_channels": [
"SMS"
],
"customer": {
"name": "Jonh Doe",
"email": "example@easypay.pt",
"phone": "+351911234567"
},
"payment": {
"methods": [
"MBW"
],
"single": {
"requested_amount": "10.45"
},
"frequent": {
"minimum_amount": "5",
"maximum_amount": "10"
},
"subscription": {
"maximum_captures": 100,
"start_time": "2025-01-15 00:00"
}
},
"url": "https://easypay.pt/s/XStDvnMKZaN",
"image": "https://cdn.easypay.pt/images/qr/XStDvnMKZaN"
}