v1
latestOpenAPI 3.0.12026-07-245277551.2 MBPay By Link
Retrieve a Pay By Link
get/pay-by-link/{uuid}
Path parameters
uuidstring required
The pay by link UUID.
Headers
X-Property-Idstring required
The property ID of the client making the request. This header is required and enforced by the authentication layer.
Response
The pay by link associated to the UUID
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"propertyId": 210643,
"folioId": 123456,
"payByLinkStatus": "SENT",
"completedAt": null,
"expiresAt": "2024-12-31T23:59:59",
"createdAt": "2024-11-01T10:00:00",
"captureMethod": "charge",
"cost": {
"amount": 150.5,
"currency": "USD"
},
"notes": "Balance for stay",
"expired": false,
"paid": false,
"readyForPayment": true
}