latestOpenAPI 3.0.12026-08-1073466.9 KB
3c0b3d08cb90
Refundable VCCs
Get refundable VCCs for a property
Retrieve details on refundable VCCs associated with a given accommodation property.
get/connectivity-payments/properties/{property-id}/refundable-vccs
Path parameters
property-idinteger required
Query parameters
pageinteger required
page-sizeinteger required
Headers
Authorizationstring required
Bearer token for authentication.
Response
Successfully retrieved refundable VCCs for the accommodation property
Example response
{
"data": [
{
"refund_status": "REFUNDABLE"
}
]
}