v1
latestOpenAPI 3.0.12026-07-245277551.2 MBPay By Link
Create a Pay By Link
post/pay-by-link
Headers
X-Property-Idstring required
The property ID of the client
Request body
Example request
{
"folio_id": 123456,
"paid": 150.5,
"expires_after": 7,
"description": "Balance for your stay at Hotel California",
"auth_payment": false,
"inventoryObject": {
"type": "reservation",
"id": "789012"
},
"propertyId": "210643"
}Response
Successfully created pay by link
Example response
{
"url": "https://pay-by-link.cloudbeds.com/#/payment/123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"expires_at": "2024-12-31T23:59:59"
}