v1
latestOpenAPI 3.0.32026-07-2632131.4 MBChannel Commission
Update account channel commission
This endpoint allows you to send Guesty an updated amount for channel commissions. Providing an amount to an existing integration object or manual source will update its channel commission value. If the integration object or manual source do not exist, they will be added.
example for bookingCom: { bookingCom: {tax: 10, commission: {value: 5, of: ["ACCOMMODATION_FARE"]}}}
Applying your channel commission on fees & taxes is currently in beta.
put/channel-commission/account
Request body
Example request
{
"manual": [
{
"commission": {
"value": 5,
"of": [
"ACCOMMODATION_FARE",
"CLEANING_FEE",
"LOCAL_TAX",
"DAMAGE_WAIVER"
]
},
"tax": 3,
"source": "my source"
}
]
}Response
The updated account channel commission.