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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.