Webhooks: Reservations
Webhook notifications for reservation activity.
Guesty's Open API allows you to send various reservation-related webhook notifications to your application's notification URL(s).
What Notifications Can I Receive?
Reservation notifications are sent by Guesty when there are reservation-related events such as:
- New reservation/booking request
- Reservation alteration (status changes, listing change, extend/shorten dates, etc.)
New Reservation / Booking Request
This webhook is sent whenever a new reservation or booking request is created or imported from the booking channel within your Guesty account. Learn how to subscribe to this webhook here.
Webhook to Subscribe
reservation.new
Webhook Payload
Body Parameter | Data Type | Description |
---|---|---|
reservation | object | The new reservation object. |
event | string | reservation.new |
Payload Example
{
"reservation": {
"integration": {
"limitations": {
"availableStatuses": []
},
"bookingCom": {
"invalidCreditCards": [],
"reports": []
},
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual",
"object": {
"airbnb": {
"ignored": {
"listings": [],
"reservations": []
},
"importCalendars": true
},
"rentalsUnited": {
"ignored": {
"listings": [],
"reservations": []
},
"cleaningFeeIncludedInNightlyPrice": {
"agoda": true,
"bookingCom": false,
"canadaStays": true,
"despegar": true,
"expedia": true,
"homeAway": true,
"hostelworld": true
}
},
"bookingCom": {
"ignored": {
"listings": [],
"reservations": []
}
},
"homeAway": {
"ignored": {
"listings": [],
"reservations": []
}
},
"homeaway2": {
"ignored": {
"listings": []
}
},
"agoda": {
"ignored": {
"listings": [],
"reservations": []
}
},
"tripAdvisor": {
"ignored": {
"listings": [],
"reservations": []
}
},
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual",
"incomingEmail": "[email protected]",
"nickname": "moshe+55_l8ymbxg",
"createdAt": "2022-06-08T10:57:27.357Z",
"createAt": "2022-06-08T10:57:27.357Z",
"active": true
}
},
"review": {
"shouldReview": true
},
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.97,
"weeklyPriceFactor": 0.99,
"taxes": [
{
"appliedOnFees": [
"AF",
"CF"
],
"appliedByDefaultOnChannels": [],
"_id": "65f2d040c05d4aea58982ad2",
"type": "LOCAL_TAX",
"amount": 13.67,
"units": "PERCENTAGE",
"quantifier": "PER_NIGHT",
"appliedToAllFees": false,
"isAppliedByDefault": false
},
{
"appliedOnFees": [
"AF",
"ADDITIONAL_BED",
"AIR_CONDITIONING",
"BABY_BED",
"CAR_RENTAL",
"CLEANING",
"CF",
"CLUB_CARD",
"COMMUNITY",
"CONCIERGE",
"CREDIT_CARD_PROCESSING_FEE",
"DAMAGE_WAIVER",
"DEPOSIT",
"EARLY_CHECK_IN",
"EARLY_CHECKOUT",
"ELECTRICITY",
"FOOD",
"HEATING",
"HOUSEKEEPING",
"INSURANCE",
"INTERNET",
"LATE_CHECK_IN",
"LATE_CHECKOUT",
"LAUNDRY",
"LINENS",
"MANAGEMENT",
"OIL",
"PARKING",
"PET",
"POOL",
"POOL_HEATING",
"RESORT",
"SERVICE",
"TOILETRIES",
"TOUR",
"TOWELS",
"TRANSFER",
"TRANSPORTATION",
"WATER",
"WOOD"
],
"appliedByDefaultOnChannels": [],
"_id": "65f2d040c05d4aea58982ad3",
"type": "VAT",
"amount": 17,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": true,
"isAppliedByDefault": false
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f2d15a34eab300138b18e7",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": [
"ACCOMMODATION_FARE",
"CLEANING_FEE"
]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 4,
"extraPersonFee": 100,
"cleaningFee": 250
},
"earlyCheckIn": {
"blockDay": false
},
"lateCheckOut": {
"blockDay": false
},
"guestStay": {
"createdAt": "2024-03-14T10:28:41.170Z",
"updatedAt": "2024-03-14T10:28:41.170Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f2d1599824d7e6ff852881",
"inquiryId": "65f2d12d9cca84c047e74859",
"confirmationCode": "GY-rYjPypib",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-20",
"checkOutDateLocalized": "2024-03-28",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-14T10:27:57.422Z",
"from": "USD",
"to": "USD"
},
"monthlyPriceFactor": 0.97,
"weeklyPriceFactor": 0.99,
"taxes": [
{
"appliedOnFees": [
"AF",
"CF"
],
"appliedByDefaultOnChannels": [],
"_id": "65f2d040c05d4aea58982ad2",
"type": "LOCAL_TAX",
"amount": 13.67,
"units": "PERCENTAGE",
"quantifier": "PER_NIGHT",
"appliedToAllFees": false,
"isAppliedByDefault": false
},
{
"appliedOnFees": [
"AF",
"ADDITIONAL_BED",
"AIR_CONDITIONING",
"BABY_BED",
"CAR_RENTAL",
"CLEANING",
"CF",
"CLUB_CARD",
"COMMUNITY",
"CONCIERGE",
"CREDIT_CARD_PROCESSING_FEE",
"DAMAGE_WAIVER",
"DEPOSIT",
"EARLY_CHECK_IN",
"EARLY_CHECKOUT",
"ELECTRICITY",
"FOOD",
"HEATING",
"HOUSEKEEPING",
"INSURANCE",
"INTERNET",
"LATE_CHECK_IN",
"LATE_CHECKOUT",
"LAUNDRY",
"LINENS",
"MANAGEMENT",
"OIL",
"PARKING",
"PET",
"POOL",
"POOL_HEATING",
"RESORT",
"SERVICE",
"TOILETRIES",
"TOUR",
"TOWELS",
"TRANSFER",
"TRANSPORTATION",
"WATER",
"WOOD"
],
"appliedByDefaultOnChannels": [],
"_id": "65f2d040c05d4aea58982ad3",
"type": "VAT",
"amount": 17,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": true,
"isAppliedByDefault": false
}
],
"additionalFees": [],
"markup": {
"amount": 26,
"units": "PERCENTAGE"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": [
"ACCOMMODATION_FARE",
"CLEANING_FEE"
]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": false,
"guestsIncludedInRegularFee": 4,
"extraPersonFee": 100,
"cleaningFee": 250,
"financials": {
"cleaningFee": {
"value": {
"_id": "65f2d0b1373db9001367c40d",
"multiplier": "PER_STAY",
"formula": 250,
"valueType": "FIXED"
},
"lastUpdated": "2024-03-14T10:25:53.344Z"
},
"petFee": {
"value": {
"_id": "65f2d0b1373db9001367c40e",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2024-03-14T10:25:53.345Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": [
"ACCOMMODATION_FARE",
"CLEANING_FEE"
]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f2d15a08b8fe0010b57818",
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 1522.62,
"channelAfBreakdown": [
{
"_id": "65f2d15a08b8fe0010b5781b",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 151
},
{
"_id": "65f2d15a08b8fe0010b5781c",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 151
},
{
"_id": "65f2d15a08b8fe0010b5781d",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 155
},
{
"_id": "65f2d15a08b8fe0010b5781e",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 155
},
{
"_id": "65f2d15a08b8fe0010b5781f",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 151
},
{
"_id": "65f2d15a08b8fe0010b57820",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 151
},
{
"_id": "65f2d15a08b8fe0010b57821",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 151
},
{
"_id": "65f2d15a08b8fe0010b57822",
"date": "Wed Mar 27 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 151
}
],
"fareAccommodationAdjusted": 1522.62,
"fareCleaning": 250,
"invoiceItems": [
{
"_id": "65f2d15a08b8fe0010b57823",
"title": "Accommodation fare",
"amount": 1522.62,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f2d15a08b8fe0010b57824",
"title": "Cleaning fee",
"amount": 250,
"currency": "USD",
"type": "CLEANING_FEE",
"isLocked": true,
"normalType": "CF"
},
{
"_id": "65f2d15a08b8fe0010b57825",
"title": "LOCAL_TAX",
"amount": 242.32,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": {
"calculated": true
},
"normalType": "LT"
},
{
"_id": "65f2d15a08b8fe0010b57826",
"title": "VAT",
"amount": 301.35,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": {
"calculated": true
},
"normalType": "VAT"
}
],
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 35.45,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 35.45,
"totalFees": 250,
"subTotalPrice": 1772.62,
"hostPayout": 2316.29,
"hostPayoutUsd": 2316.29,
"totalTaxes": 543.67,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 1772.62,
"commissionFormula": "net_income*0.25",
"commission": 443.15,
"commissionTaxPercentage": 1,
"commissionTax": 4.43,
"commissionIncTax": 447.58,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1325.04,
"currencyConversionRateToAccount": 1,
"reservationId": "65f2d1599824d7e6ff852881",
"createdAt": "2024-03-14T10:28:42.502Z",
"updatedAt": "2024-03-14T10:28:42.502Z",
"balanceDue": 2316.29,
"autoPaymentsPolicy": [],
"payments": [],
"isFullyPaid": false,
"paymentsDue": 0,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "",
"plannedDeparture": "",
"numberOfGuests": {
"numberOfChildren": 0,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"listingId": "65966adbf012410011455796",
"listing": {
"financials": {
"cleaningFee": {
"value": {
"_id": "65f2d0b1373db9001367c40d",
"multiplier": "PER_STAY",
"formula": 250,
"valueType": "FIXED"
},
"lastUpdated": "2024-03-14T10:25:53.344Z"
},
"petFee": {
"value": {
"_id": "65f2d0b1373db9001367c40e",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2024-03-14T10:25:53.345Z"
}
},
"address": {
"full": "Vulytsya Chaykovsʹkoho, 2а, Kopychyntsi, Ternopil's'ka oblast, Ukraine, 48260",
"street": "Vulytsya Chaykovsʹkoho 2а",
"city": "Kopychyntsi",
"country": "Ukraine",
"lat": 49.1040302,
"lng": 25.9095214,
"zipcode": "48260",
"state": "Ternopil's'ka oblast"
},
"cleaningStatus": {
"value": null
},
"picture": {
"thumbnail": "https://assets.guesty.com/image/upload/c_fit,h_200/v1704356493/production/62a06d2f22513000359ee893/wmj1by8phrwjrnapw0g5.jpg"
},
"terms": {
"minNights": 1,
"maxNights": 45
},
"prices": {
"monthlyPriceFactor": 0.97,
"weeklyPriceFactor": 0.99,
"currency": "USD",
"basePrice": 151,
"weekendBasePrice": 155,
"weekendDays": [
5,
6
],
"extraPersonFee": 100,
"guestsIncludedInRegularFee": 4,
"petFee": 0,
"cleaningFee": 250
},
"publicDescription": {
"summary": "The quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps.\n\nBawds jog, flick quartz, vex nymphs. Waltz, bad nymph, for quick jigs vex! Fox nymphs grab quick-jived waltz. Brick quiz whangs jumpy veldt fox. Bright vixens jump; dozy fowl quack. Quick wafting zephyrs vex bold Jim.",
"space": "The quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps. Bawds jog, flick quartz, vex nymphs. Waltz, bad nymph, for quick jigs vex! Fox nymphs grab quick-jived waltz.\n\nBrick quiz whangs jumpy veldt fox. Bright vixens jump; dozy fowl quack. Quick wafting zephyrs vex bold Jim. Quick zephyrs blow, vexing daft Jim. Sex-charged fop blew my junk TV quiz. How quickly daft jumping zebras vex.\n\nTwo driven jocks help fax my big quiz. Quick, Baz, get my woven flax jodhpurs! \"Now fax quiz Jack! \" my brave ghost pled. Five quacking zephyrs jolt my wax bed. Flummoxed by job, kvetching W. zaps Iraq. Cozy sphinx waves quart jug of bad milk. A very bad quack might jinx zippy fowls. Few quips galvanized the mock jury box. Quick brown dogs jump over the lazy fox. The jay, pig,",
"access": "A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.\n\nI am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with",
"neighborhood": "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.\n\nThe bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What's happened to me? \" he thought. It wasn't a dream. His room, a proper human",
"transit": "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.\n\nHe lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.\n\nThe bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. \"What's happened to me? \" he thought. It wasn't a dream. His room, a proper human",
"notes": "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The"
},
"type": "SINGLE",
"tags": [
"flowers",
"balcon",
"forrest",
"home"
],
"owners": [
"62a6de8c495b090034b5c082"
],
"amenities": [
"Suitable for children (2-12 years)",
"Suitable for infants (under 2 years)",
"Air conditioning",
"BBQ grill",
"Cable TV",
"Dishwasher",
"Dryer",
"Free parking on premises",
"Heating",
"Indoor fireplace",
"Iron and Ironing board",
"Refrigerator",
"Stove",
"TV",
"Washer",
"Kitchen",
"Lake",
"Lake access",
"Lake Front",
"Laptop friendly workspace",
"Long term stays allowed"
],
"amenitiesNotIncluded": [],
"useAccountRevenueShare": true,
"netIncomeFormula": "host_payout",
"commissionFormula": "net_income",
"ownerRevenueFormula": "net_income - pm_commission",
"useAccountAdditionalFees": false,
"taxes": [
{
"_id": "65f2d040c05d4aea58982ad2",
"type": "LOCAL_TAX",
"amount": 13.67,
"units": "PERCENTAGE",
"quantifier": "PER_NIGHT",
"appliedToAllFees": false,
"appliedOnFees": [
"AF",
"CF"
],
"isAppliedByDefault": false,
"appliedByDefaultOnChannels": []
},
{
"_id": "65f2d040c05d4aea58982ad3",
"type": "VAT",
"amount": 17,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": true,
"appliedOnFees": [
"AF",
"ADDITIONAL_BED",
"AIR_CONDITIONING",
"BABY_BED",
"CAR_RENTAL",
"CLEANING",
"CF",
"CLUB_CARD",
"COMMUNITY",
"CONCIERGE",
"CREDIT_CARD_PROCESSING_FEE",
"DAMAGE_WAIVER",
"DEPOSIT",
"EARLY_CHECK_IN",
"EARLY_CHECKOUT",
"ELECTRICITY",
"FOOD",
"HEATING",
"HOUSEKEEPING",
"INSURANCE",
"INTERNET",
"LATE_CHECK_IN",
"LATE_CHECKOUT",
"LAUNDRY",
"LINENS",
"MANAGEMENT",
"OIL",
"PARKING",
"PET",
"POOL",
"POOL_HEATING",
"RESORT",
"SERVICE",
"TOILETRIES",
"TOUR",
"TOWELS",
"TRANSFER",
"TRANSPORTATION",
"WATER",
"WOOD"
],
"isAppliedByDefault": false,
"appliedByDefaultOnChannels": []
}
],
"useAccountTaxes": false,
"markups": {
"manual": {
"amount": 26,
"units": "PERCENTAGE"
}
},
"useAccountMarkups": false,
"active": true,
"preBooking": [],
"_id": "65966adbf012410011455796",
"accommodates": 4,
"bathrooms": 2,
"defaultCheckInTime": "15:00",
"defaultCheckOutTime": "10:00",
"propertyType": "Apartment",
"roomType": "Entire home/apt",
"timezone": "Europe/Kiev",
"nickname": "Cottage core",
"title": "Cottage core definition",
"isListed": true,
"createdAt": "2024-01-04T08:22:51.971Z",
"lastUpdatedAt": "2024-03-14T10:26:58.605Z",
"integrations": [],
"listingRooms": [],
"customFields": [],
"importedAt": "2024-01-04T08:22:51.971Z",
"occupancyStats": [],
"promotions": [
"65e724ea68cccb1b886abb0f"
],
"checkInInstructions": {
"primaryCheckIn": "DOOR_CODE",
"alternativeCheckIn": "MEET",
"notes": "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like",
"pictureUrl": "https://assets.guesty.com/image/upload/v1710411678/production/62a06d2f22513000359ee893/nolto5e79d0qxcrsdsjn.jpg"
}
},
"confirmedAt": "2024-03-14T10:28:41.169Z",
"guest": {
"airbnb": {
"id": "788705458064341"
},
"airbnb2": {
"index": "index",
"id": "788705458072656"
},
"policy": {
"marketing": {
"isAccepted": false
},
"termsAndConditions": {
"isAccepted": false
}
},
"verifications": [],
"emails": [
"[email protected]"
],
"phones": [
"972584240615"
],
"communicationMethods": [
"email",
"sms"
],
"interests": [],
"allergies": [],
"dietaryPreferences": [],
"tags": [],
"contactType": "guest",
"_id": "65f19af0aeca0f9386da297f",
"createdAt": "2024-03-11T12:13:53.641Z",
"paymentProvidersCustomers": [],
"isOtaModified": false,
"otaLinks": [],
"phone": "972584240615",
"email": "[email protected]",
"fullName": "Christopher Walken",
"lastName": "Walken",
"firstName": "Christopher ",
"confirmed": true,
"hometown": ""
},
"createdAt": "2024-03-14T10:28:41.170Z",
"mtl": {
"assigned": false,
"_id": "65f2d15a34eab300138b18e4"
},
"checkIn": "2024-03-20T13:00:00.000Z",
"checkOut": "2024-03-28T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [],
"guestyFeeDetails": {
"planItems": []
},
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-14T10:28:42.677Z",
"__v": 0,
"id": "65f2d1599824d7e6ff852881"
},
"event": "reservation.new"
}
Reservation Alteration
This webhook notification is sent whenever a change has been made to a reservation/booking request. Learn how to subscribe to this webhook here.
Webhook to Subscribe
reservation.updated
Number of Webhooks
Alterations to reservations may produce three webhooks for the same event. These are different and we recommend that you analyze them to derive effective schema for mapping with your systems. Additionally, you should always pull the latest state of the reservation from the API and compare the data with what you have stored.
Webhook Payload
Body Parameter | Data Type | Description |
---|---|---|
reservation | object | The altered reservation object. |
reservationBefore | object | The original reservation object. |
event | string | reservation.updated |
Payload Example
In this example, the payloads are a response to altering the number of guests to include one child.
Payload One
{
"reservation": {
"integration": {
"limitations": { "availableStatuses": [] },
"bookingCom": { "invalidCreditCards": [], "reports": [] },
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual"
},
"numberOfGuests": {
"numberOfChildren": 0,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"guestyFeeDetails": { "planItems": [] },
"review": { "shouldReview": true },
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f19afa8b26c300128b9fa4",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10
},
"earlyCheckIn": { "blockDay": false },
"lateCheckOut": { "blockDay": false },
"guestStay": {
"doneBy": { "type": "user", "id": "658961256d026e6bf422f794" },
"createdAt": "2024-03-14T07:48:46.254Z",
"updatedAt": "2024-03-14T07:48:46.254Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f19af19824d7e6ff848f11",
"inquiryId": "65f2ab399d3509ef8afdb09d",
"confirmationCode": "GY-CuewhGWg",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-19",
"checkOutDateLocalized": "2024-03-27",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-13T12:23:13.592Z",
"from": "USD",
"to": "USD"
},
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"additionalFees": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": [
"manual",
"Manual",
"BE-API",
"Booking Engine"
],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"markup": {
"amount": 25,
"units": "PERCENTAGE",
"status": "MANUALLY_ALTERED"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10,
"financials": {
"cleaningFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b5",
"multiplier": "PER_NIGHT",
"formula": null,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.568Z"
},
"petFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b6",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.569Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f19af9cefa4a0010413b4d",
"invoiceItems": [
{
"_id": "65f19af9cefa4a0010413b5a",
"title": "Accommodation fare",
"amount": 2614.4,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f19af9cefa4a0010413b5b",
"title": "Management fee",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "DAMAGE_WAIVER",
"amount": 100
},
{
"_id": "65f19af9cefa4a0010413b5c",
"title": "Pouring dogs and cats",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "PET",
"amount": 10
},
{
"_id": "65f2ab43cefa4a001047cbd2",
"title": "LOCAL_TAX",
"amount": 130.72,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": { "calculated": true },
"normalType": "LT"
}
],
"payments": [
{
"chargebacksData": { "chargebacks": [] },
"paymentMethodStatus": "ACTIVE",
"isAuthorizationHold": false,
"status": "PENDING",
"_id": "65f19afa8b26c300128b9fa1",
"policyItemId": "654369a4f1ef51003b596e6f",
"shouldBePaidAt": "2024-03-13T14:24:17.394Z",
"currency": "USD",
"amount": 500,
"paymentMethodId": "589894a91d756b9c47ce1e87",
"refunds": [],
"authorizationHoldCaptures": [],
"createdAt": "2024-03-13T12:24:26.092Z",
"attempts": [],
"receiptTargets": []
}
],
"autoPaymentsPolicy": [
{
"scheduleTo": {
"timeRelation": {
"relation": "AFTER",
"unit": "HOURS",
"amount": 2
},
"reservationEvent": "CONFIRMATION"
},
"_id": "654369a4f1ef51003b596e6f",
"chargeType": "FIXED",
"isAuthorizationHold": false,
"useGuestCard": false,
"amount": 500
}
],
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 2614.4,
"channelAfBreakdown": [
{
"_id": "65f2ab43cefa4a001047cbd6",
"date": "Tue Mar 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd7",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd8",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd9",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbda",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdb",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdc",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdd",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
}
],
"fareAccommodationAdjusted": 2614.4,
"fareCleaning": 0,
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 52.29,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 52.29,
"totalFees": 110,
"subTotalPrice": 2724.4,
"hostPayout": 2855.12,
"hostPayoutUsd": 2855.12,
"totalTaxes": 130.72,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 2614.4,
"commissionFormula": "net_income*0.25",
"commission": 653.6,
"commissionTaxPercentage": 1,
"commissionTax": 6.54,
"commissionIncTax": 660.14,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1954.26,
"currencyConversionRateToAccount": 1,
"reservationId": "65f19af19824d7e6ff848f11",
"createdAt": "2024-03-13T12:24:25.908Z",
"updatedAt": "2024-03-14T07:46:11.878Z",
"balanceDue": 2855.12,
"isFullyPaid": false,
"paymentsDue": 500,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "15:00",
"plannedDeparture": "10:00",
"listingId": "642aa08a7561ee003db4a9cb",
"confirmedAt": "2024-03-13T12:24:17.394Z",
"createdAt": "2024-03-13T12:24:17.395Z",
"mtl": { "assigned": false, "_id": "65f19afa8b26c300128b9fa2" },
"checkIn": "2024-03-19T13:00:00.000Z",
"checkOut": "2024-03-27T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": ["manual", "Manual", "BE-API", "Booking Engine"],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-13T12:24:26.134Z",
"__v": 0,
"conversationId": "65f19afa8b26c300128b9fbd",
"alteredAt": "2024-03-14T07:46:11.953Z"
},
"reservationBefore": {
"integration": {
"limitations": { "availableStatuses": [] },
"bookingCom": { "invalidCreditCards": [], "reports": [] },
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual"
},
"numberOfGuests": {
"numberOfChildren": 0,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"guestyFeeDetails": { "planItems": [] },
"review": { "shouldReview": true },
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f19afa8b26c300128b9fa4",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10
},
"earlyCheckIn": { "blockDay": false },
"lateCheckOut": { "blockDay": false },
"guestStay": {
"doneBy": { "type": "user", "id": "658961256d026e6bf422f794" },
"createdAt": "2024-03-14T07:46:08.077Z",
"updatedAt": "2024-03-14T07:46:08.077Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f19af19824d7e6ff848f11",
"inquiryId": "65f2ab399d3509ef8afdb09d",
"confirmationCode": "GY-CuewhGWg",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-19",
"checkOutDateLocalized": "2024-03-27",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-13T12:23:13.592Z",
"from": "USD",
"to": "USD"
},
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"additionalFees": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": [
"manual",
"Manual",
"BE-API",
"Booking Engine"
],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"markup": {
"amount": 25,
"units": "PERCENTAGE",
"status": "MANUALLY_ALTERED"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10,
"financials": {
"cleaningFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b5",
"multiplier": "PER_NIGHT",
"formula": null,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.568Z"
},
"petFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b6",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.569Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f19af9cefa4a0010413b4d",
"invoiceItems": [
{
"_id": "65f19af9cefa4a0010413b5a",
"title": "Accommodation fare",
"amount": 2614.4,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f19af9cefa4a0010413b5b",
"title": "Management fee",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "DAMAGE_WAIVER",
"amount": 100
},
{
"_id": "65f19af9cefa4a0010413b5c",
"title": "Pouring dogs and cats",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "PET",
"amount": 10
},
{
"_id": "65f2ab43cefa4a001047cbd2",
"title": "LOCAL_TAX",
"amount": 130.72,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": { "calculated": true },
"normalType": "LT"
}
],
"payments": [
{
"chargebacksData": { "chargebacks": [] },
"paymentMethodStatus": "ACTIVE",
"isAuthorizationHold": false,
"status": "PENDING",
"_id": "65f19afa8b26c300128b9fa1",
"policyItemId": "654369a4f1ef51003b596e6f",
"shouldBePaidAt": "2024-03-13T14:24:17.394Z",
"currency": "USD",
"amount": 500,
"paymentMethodId": "589894a91d756b9c47ce1e87",
"refunds": [],
"authorizationHoldCaptures": [],
"createdAt": "2024-03-13T12:24:26.092Z",
"attempts": [],
"receiptTargets": []
}
],
"autoPaymentsPolicy": [
{
"scheduleTo": {
"timeRelation": {
"relation": "AFTER",
"unit": "HOURS",
"amount": 2
},
"reservationEvent": "CONFIRMATION"
},
"_id": "654369a4f1ef51003b596e6f",
"chargeType": "FIXED",
"isAuthorizationHold": false,
"useGuestCard": false,
"amount": 500
}
],
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 2614.4,
"channelAfBreakdown": [
{
"_id": "65f2ab43cefa4a001047cbd6",
"date": "Tue Mar 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd7",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd8",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd9",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbda",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdb",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdc",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdd",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
}
],
"fareAccommodationAdjusted": 2614.4,
"fareCleaning": 0,
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 52.29,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 52.29,
"totalFees": 110,
"subTotalPrice": 2724.4,
"hostPayout": 2855.12,
"hostPayoutUsd": 2855.12,
"totalTaxes": 130.72,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 2614.4,
"commissionFormula": "net_income*0.25",
"commission": 653.6,
"commissionTaxPercentage": 1,
"commissionTax": 6.54,
"commissionIncTax": 660.14,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1954.26,
"currencyConversionRateToAccount": 1,
"reservationId": "65f19af19824d7e6ff848f11",
"createdAt": "2024-03-13T12:24:25.908Z",
"updatedAt": "2024-03-14T07:46:11.878Z",
"balanceDue": 2855.12,
"isFullyPaid": false,
"paymentsDue": 500,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "15:00",
"plannedDeparture": "10:00",
"listingId": "642aa08a7561ee003db4a9cb",
"confirmedAt": "2024-03-13T12:24:17.394Z",
"createdAt": "2024-03-13T12:24:17.395Z",
"mtl": { "assigned": false, "_id": "65f19afa8b26c300128b9fa2" },
"checkIn": "2024-03-19T13:00:00.000Z",
"checkOut": "2024-03-27T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": ["manual", "Manual", "BE-API", "Booking Engine"],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-13T12:24:26.134Z",
"__v": 0,
"conversationId": "65f19afa8b26c300128b9fbd",
"alteredAt": "2024-03-14T07:46:11.953Z"
},
"event": "reservation.updated"
}
Payload Two
{
"reservation": {
"integration": {
"limitations": { "availableStatuses": [] },
"bookingCom": { "invalidCreditCards": [], "reports": [] },
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual"
},
"numberOfGuests": {
"numberOfChildren": 1,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"guestyFeeDetails": { "planItems": [] },
"review": { "shouldReview": true },
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f19afa8b26c300128b9fa4",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10
},
"earlyCheckIn": { "blockDay": false },
"lateCheckOut": { "blockDay": false },
"guestStay": {
"doneBy": { "type": "user", "id": "658961256d026e6bf422f794" },
"createdAt": "2024-03-14T07:48:46.254Z",
"updatedAt": "2024-03-14T07:48:46.254Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f19af19824d7e6ff848f11",
"inquiryId": "65f2abd0938cff8c390d792d",
"confirmationCode": "GY-CuewhGWg",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-19",
"checkOutDateLocalized": "2024-03-27",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-13T12:23:13.592Z",
"from": "USD",
"to": "USD"
},
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"additionalFees": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": [
"manual",
"Manual",
"BE-API",
"Booking Engine"
],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"markup": {
"amount": 25,
"units": "PERCENTAGE",
"status": "MANUALLY_ALTERED"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10,
"financials": {
"cleaningFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b5",
"multiplier": "PER_NIGHT",
"formula": null,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.568Z"
},
"petFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b6",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.569Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f19af9cefa4a0010413b4d",
"invoiceItems": [
{
"_id": "65f19af9cefa4a0010413b5a",
"title": "Accommodation fare",
"amount": 2614.4,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f19af9cefa4a0010413b5b",
"title": "Management fee",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "DAMAGE_WAIVER",
"amount": 100
},
{
"_id": "65f19af9cefa4a0010413b5c",
"title": "Pouring dogs and cats",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "PET",
"amount": 10
},
{
"_id": "65f2abdea85cb1000ff2aa6d",
"title": "LOCAL_TAX",
"amount": 130.72,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": { "calculated": true },
"normalType": "LT"
}
],
"payments": [
{
"chargebacksData": { "chargebacks": [] },
"paymentMethodStatus": "ACTIVE",
"isAuthorizationHold": false,
"status": "PENDING",
"_id": "65f19afa8b26c300128b9fa1",
"policyItemId": "654369a4f1ef51003b596e6f",
"shouldBePaidAt": "2024-03-13T14:24:17.394Z",
"currency": "USD",
"amount": 500,
"paymentMethodId": "589894a91d756b9c47ce1e87",
"refunds": [],
"authorizationHoldCaptures": [],
"createdAt": "2024-03-13T12:24:26.092Z",
"attempts": [],
"receiptTargets": []
}
],
"autoPaymentsPolicy": [
{
"scheduleTo": {
"timeRelation": {
"relation": "AFTER",
"unit": "HOURS",
"amount": 2
},
"reservationEvent": "CONFIRMATION"
},
"_id": "654369a4f1ef51003b596e6f",
"chargeType": "FIXED",
"isAuthorizationHold": false,
"useGuestCard": false,
"amount": 500
}
],
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 2614.4,
"channelAfBreakdown": [
{
"_id": "65f2abdea85cb1000ff2aa71",
"date": "Tue Mar 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa72",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa73",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa74",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa75",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa76",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa77",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa78",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
}
],
"fareAccommodationAdjusted": 2614.4,
"fareCleaning": 0,
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 52.29,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 52.29,
"totalFees": 110,
"subTotalPrice": 2724.4,
"hostPayout": 2855.12,
"hostPayoutUsd": 2855.12,
"totalTaxes": 130.72,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 2614.4,
"commissionFormula": "net_income*0.25",
"commission": 653.6,
"commissionTaxPercentage": 1,
"commissionTax": 6.54,
"commissionIncTax": 660.14,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1954.26,
"currencyConversionRateToAccount": 1,
"reservationId": "65f19af19824d7e6ff848f11",
"createdAt": "2024-03-13T12:24:25.908Z",
"updatedAt": "2024-03-14T07:48:46.614Z",
"balanceDue": 2855.12,
"isFullyPaid": false,
"paymentsDue": 500,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "15:00",
"plannedDeparture": "10:00",
"listingId": "642aa08a7561ee003db4a9cb",
"confirmedAt": "2024-03-13T12:24:17.394Z",
"createdAt": "2024-03-13T12:24:17.395Z",
"mtl": { "assigned": false, "_id": "65f19afa8b26c300128b9fa2" },
"checkIn": "2024-03-19T13:00:00.000Z",
"checkOut": "2024-03-27T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": ["manual", "Manual", "BE-API", "Booking Engine"],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-13T12:24:26.134Z",
"__v": 0,
"conversationId": "65f19afa8b26c300128b9fbd",
"alteredAt": "2024-03-14T07:46:11.953Z"
},
"reservationBefore": {
"integration": {
"limitations": { "availableStatuses": [] },
"bookingCom": { "invalidCreditCards": [], "reports": [] },
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual"
},
"numberOfGuests": {
"numberOfChildren": 0,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"guestyFeeDetails": { "planItems": [] },
"review": { "shouldReview": true },
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f19afa8b26c300128b9fa4",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10
},
"earlyCheckIn": { "blockDay": false },
"lateCheckOut": { "blockDay": false },
"guestStay": {
"doneBy": { "type": "user", "id": "658961256d026e6bf422f794" },
"createdAt": "2024-03-14T07:48:46.254Z",
"updatedAt": "2024-03-14T07:48:46.254Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f19af19824d7e6ff848f11",
"inquiryId": "65f2ab399d3509ef8afdb09d",
"confirmationCode": "GY-CuewhGWg",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-19",
"checkOutDateLocalized": "2024-03-27",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-13T12:23:13.592Z",
"from": "USD",
"to": "USD"
},
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"additionalFees": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": [
"manual",
"Manual",
"BE-API",
"Booking Engine"
],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"markup": {
"amount": 25,
"units": "PERCENTAGE",
"status": "MANUALLY_ALTERED"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10,
"financials": {
"cleaningFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b5",
"multiplier": "PER_NIGHT",
"formula": null,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.568Z"
},
"petFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b6",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.569Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f19af9cefa4a0010413b4d",
"invoiceItems": [
{
"_id": "65f19af9cefa4a0010413b5a",
"title": "Accommodation fare",
"amount": 2614.4,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f19af9cefa4a0010413b5b",
"title": "Management fee",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "DAMAGE_WAIVER",
"amount": 100
},
{
"_id": "65f19af9cefa4a0010413b5c",
"title": "Pouring dogs and cats",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "PET",
"amount": 10
},
{
"_id": "65f2ab43cefa4a001047cbd2",
"title": "LOCAL_TAX",
"amount": 130.72,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": { "calculated": true },
"normalType": "LT"
}
],
"payments": [
{
"chargebacksData": { "chargebacks": [] },
"paymentMethodStatus": "ACTIVE",
"isAuthorizationHold": false,
"status": "PENDING",
"_id": "65f19afa8b26c300128b9fa1",
"policyItemId": "654369a4f1ef51003b596e6f",
"shouldBePaidAt": "2024-03-13T14:24:17.394Z",
"currency": "USD",
"amount": 500,
"paymentMethodId": "589894a91d756b9c47ce1e87",
"refunds": [],
"authorizationHoldCaptures": [],
"createdAt": "2024-03-13T12:24:26.092Z",
"attempts": [],
"receiptTargets": []
}
],
"autoPaymentsPolicy": [
{
"scheduleTo": {
"timeRelation": {
"relation": "AFTER",
"unit": "HOURS",
"amount": 2
},
"reservationEvent": "CONFIRMATION"
},
"_id": "654369a4f1ef51003b596e6f",
"chargeType": "FIXED",
"isAuthorizationHold": false,
"useGuestCard": false,
"amount": 500
}
],
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 2614.4,
"channelAfBreakdown": [
{
"_id": "65f2ab43cefa4a001047cbd6",
"date": "Tue Mar 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd7",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd8",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbd9",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbda",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdb",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdc",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2ab43cefa4a001047cbdd",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
}
],
"fareAccommodationAdjusted": 2614.4,
"fareCleaning": 0,
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 52.29,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 52.29,
"totalFees": 110,
"subTotalPrice": 2724.4,
"hostPayout": 2855.12,
"hostPayoutUsd": 2855.12,
"totalTaxes": 130.72,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 2614.4,
"commissionFormula": "net_income*0.25",
"commission": 653.6,
"commissionTaxPercentage": 1,
"commissionTax": 6.54,
"commissionIncTax": 660.14,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1954.26,
"currencyConversionRateToAccount": 1,
"reservationId": "65f19af19824d7e6ff848f11",
"createdAt": "2024-03-13T12:24:25.908Z",
"updatedAt": "2024-03-14T07:46:11.878Z",
"balanceDue": 2855.12,
"isFullyPaid": false,
"paymentsDue": 500,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "15:00",
"plannedDeparture": "10:00",
"listingId": "642aa08a7561ee003db4a9cb",
"confirmedAt": "2024-03-13T12:24:17.394Z",
"createdAt": "2024-03-13T12:24:17.395Z",
"mtl": { "assigned": false, "_id": "65f19afa8b26c300128b9fa2" },
"checkIn": "2024-03-19T13:00:00.000Z",
"checkOut": "2024-03-27T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": ["manual", "Manual", "BE-API", "Booking Engine"],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-13T12:24:26.134Z",
"__v": 0,
"conversationId": "65f19afa8b26c300128b9fbd",
"alteredAt": "2024-03-14T07:46:11.953Z",
"id": "65f19af19824d7e6ff848f11"
},
"event": "reservation.updated"
}
Payload Three
{
"reservation": {
"integration": {
"limitations": { "availableStatuses": [] },
"bookingCom": { "invalidCreditCards": [], "reports": [] },
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual"
},
"numberOfGuests": {
"numberOfChildren": 1,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"guestyFeeDetails": { "planItems": [] },
"review": { "shouldReview": true },
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f19afa8b26c300128b9fa4",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10
},
"earlyCheckIn": { "blockDay": false },
"lateCheckOut": { "blockDay": false },
"guestStay": {
"doneBy": { "type": "user", "id": "658961256d026e6bf422f794" },
"createdAt": "2024-03-14T07:48:46.254Z",
"updatedAt": "2024-03-14T07:48:46.254Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f19af19824d7e6ff848f11",
"inquiryId": "65f2abd0938cff8c390d792d",
"confirmationCode": "GY-CuewhGWg",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-19",
"checkOutDateLocalized": "2024-03-27",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-13T12:23:13.592Z",
"from": "USD",
"to": "USD"
},
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"additionalFees": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": [
"manual",
"Manual",
"BE-API",
"Booking Engine"
],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"markup": {
"amount": 25,
"units": "PERCENTAGE",
"status": "MANUALLY_ALTERED"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10,
"financials": {
"cleaningFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b5",
"multiplier": "PER_NIGHT",
"formula": null,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.568Z"
},
"petFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b6",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.569Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f19af9cefa4a0010413b4d",
"invoiceItems": [
{
"_id": "65f19af9cefa4a0010413b5a",
"title": "Accommodation fare",
"amount": 2614.4,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f19af9cefa4a0010413b5b",
"title": "Management fee",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "DAMAGE_WAIVER",
"amount": 100
},
{
"_id": "65f19af9cefa4a0010413b5c",
"title": "Pouring dogs and cats",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "PET",
"amount": 10
},
{
"_id": "65f2abdea85cb1000ff2aa6d",
"title": "LOCAL_TAX",
"amount": 130.72,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": { "calculated": true },
"normalType": "LT"
}
],
"payments": [
{
"chargebacksData": { "chargebacks": [] },
"paymentMethodStatus": "ACTIVE",
"isAuthorizationHold": false,
"status": "PENDING",
"_id": "65f19afa8b26c300128b9fa1",
"policyItemId": "654369a4f1ef51003b596e6f",
"shouldBePaidAt": "2024-03-13T14:24:17.394Z",
"currency": "USD",
"amount": 500,
"paymentMethodId": "589894a91d756b9c47ce1e87",
"refunds": [],
"authorizationHoldCaptures": [],
"createdAt": "2024-03-13T12:24:26.092Z",
"attempts": [],
"receiptTargets": []
}
],
"autoPaymentsPolicy": [
{
"scheduleTo": {
"timeRelation": {
"relation": "AFTER",
"unit": "HOURS",
"amount": 2
},
"reservationEvent": "CONFIRMATION"
},
"_id": "654369a4f1ef51003b596e6f",
"chargeType": "FIXED",
"isAuthorizationHold": false,
"useGuestCard": false,
"amount": 500
}
],
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 2614.4,
"channelAfBreakdown": [
{
"_id": "65f2abdea85cb1000ff2aa71",
"date": "Tue Mar 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa72",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa73",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa74",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa75",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa76",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa77",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa78",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
}
],
"fareAccommodationAdjusted": 2614.4,
"fareCleaning": 0,
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 52.29,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 52.29,
"totalFees": 110,
"subTotalPrice": 2724.4,
"hostPayout": 2855.12,
"hostPayoutUsd": 2855.12,
"totalTaxes": 130.72,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 2614.4,
"commissionFormula": "net_income*0.25",
"commission": 653.6,
"commissionTaxPercentage": 1,
"commissionTax": 6.54,
"commissionIncTax": 660.14,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1954.26,
"currencyConversionRateToAccount": 1,
"reservationId": "65f19af19824d7e6ff848f11",
"createdAt": "2024-03-13T12:24:25.908Z",
"updatedAt": "2024-03-14T07:48:46.614Z",
"balanceDue": 2855.12,
"isFullyPaid": false,
"paymentsDue": 500,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "15:00",
"plannedDeparture": "10:00",
"listingId": "642aa08a7561ee003db4a9cb",
"confirmedAt": "2024-03-13T12:24:17.394Z",
"createdAt": "2024-03-13T12:24:17.395Z",
"mtl": { "assigned": false, "_id": "65f19afa8b26c300128b9fa2" },
"checkIn": "2024-03-19T13:00:00.000Z",
"checkOut": "2024-03-27T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": ["manual", "Manual", "BE-API", "Booking Engine"],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-13T12:24:26.134Z",
"__v": 0,
"conversationId": "65f19afa8b26c300128b9fbd",
"alteredAt": "2024-03-14T07:48:47.019Z"
},
"reservationBefore": {
"integration": {
"limitations": { "availableStatuses": [] },
"bookingCom": { "invalidCreditCards": [], "reports": [] },
"_id": "62a08097b8a1ab0037fd3feb",
"platform": "manual"
},
"numberOfGuests": {
"numberOfChildren": 1,
"numberOfInfants": 0,
"numberOfAdults": 2
},
"guestyFeeDetails": { "planItems": [] },
"review": { "shouldReview": true },
"atTimeOfConfirmation": {
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"channelCommission": {
"useAccountSettings": true,
"_id": "65f19afa8b26c300128b9fa4",
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10
},
"earlyCheckIn": { "blockDay": false },
"lateCheckOut": { "blockDay": false },
"guestStay": {
"doneBy": { "type": "user", "id": "658961256d026e6bf422f794" },
"createdAt": "2024-03-14T07:48:46.254Z",
"updatedAt": "2024-03-14T07:48:46.254Z",
"status": "not_set"
},
"flag": false,
"accountingEnabled": true,
"isBMApplied": false,
"confirmedPreBookings": [],
"sourceMeta": {
"guestyUrl": null,
"customUrl": null,
"businessName": null
},
"pulledByDailySync": false,
"manuallyCreated": true,
"creationInfo": null,
"_id": "65f19af19824d7e6ff848f11",
"inquiryId": "65f2abd0938cff8c390d792d",
"confirmationCode": "GY-CuewhGWg",
"accountId": "62a06d2f22513000359ee893",
"guestId": "65f19af0aeca0f9386da297f",
"guestsCount": 2,
"source": "manual",
"status": "confirmed",
"checkInDateLocalized": "2024-03-19",
"checkOutDateLocalized": "2024-03-27",
"money": {
"settingsSnapshot": {
"currency": {
"rate": 1,
"rateDate": "2024-03-13T12:23:13.592Z",
"from": "USD",
"to": "USD"
},
"taxes": [
{
"appliedOnFees": ["AF", "AIR_CONDITIONING"],
"appliedByDefaultOnChannels": ["airbnb2"],
"_id": "65d7b7342c0f7d319bb7045b",
"type": "LOCAL_TAX",
"amount": 5,
"units": "PERCENTAGE",
"quantifier": "PER_STAY",
"appliedToAllFees": false,
"isAppliedByDefault": true
}
],
"additionalFees": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": [
"manual",
"Manual",
"BE-API",
"Booking Engine"
],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"monthlyPriceFactor": 0.9,
"weeklyPriceFactor": 0.95,
"markup": {
"amount": 25,
"units": "PERCENTAGE",
"status": "MANUALLY_ALTERED"
},
"channelCommission": {
"manual": [
{
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
}
]
},
"useAccountRevenueShare": true,
"useAccountAdditionalFees": true,
"guestsIncludedInRegularFee": 2,
"extraPersonFee": 10,
"financials": {
"cleaningFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b5",
"multiplier": "PER_NIGHT",
"formula": null,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.568Z"
},
"petFee": {
"value": {
"_id": "65437e3e403d05004fb9e2b6",
"multiplier": "PER_PET_PER_STAY",
"formula": 0,
"valueType": "FIXED"
},
"lastUpdated": "2023-11-02T10:47:26.569Z"
}
}
},
"channelCommissionRules": {
"isPreDeduct": false,
"_id": "62f0b6e74ee7f60031363c7d",
"source": "manual",
"tax": 0,
"commission": {
"value": 2,
"of": ["ACCOMMODATION_FARE", "CLEANING_FEE"]
}
},
"paymentProviderIds": [],
"altered": false,
"_id": "65f19af9cefa4a0010413b4d",
"invoiceItems": [
{
"_id": "65f19af9cefa4a0010413b5a",
"title": "Accommodation fare",
"amount": 2614.4,
"currency": "USD",
"type": "ACCOMMODATION_FARE",
"isLocked": true,
"normalType": "AF"
},
{
"_id": "65f19af9cefa4a0010413b5b",
"title": "Management fee",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "DAMAGE_WAIVER",
"amount": 100
},
{
"_id": "65f19af9cefa4a0010413b5c",
"title": "Pouring dogs and cats",
"currency": "USD",
"isLocked": true,
"isAutoAdditionalFee": true,
"type": "ADDITIONAL",
"normalType": "AFE",
"secondIdentifier": "PET",
"amount": 10
},
{
"_id": "65f2abdea85cb1000ff2aa6d",
"title": "LOCAL_TAX",
"amount": 130.72,
"currency": "USD",
"isLocked": true,
"isTax": true,
"type": "TAX",
"metadata": { "calculated": true },
"normalType": "LT"
}
],
"payments": [
{
"chargebacksData": { "chargebacks": [] },
"paymentMethodStatus": "ACTIVE",
"isAuthorizationHold": false,
"status": "PENDING",
"_id": "65f19afa8b26c300128b9fa1",
"policyItemId": "654369a4f1ef51003b596e6f",
"shouldBePaidAt": "2024-03-13T14:24:17.394Z",
"currency": "USD",
"amount": 500,
"paymentMethodId": "589894a91d756b9c47ce1e87",
"refunds": [],
"authorizationHoldCaptures": [],
"createdAt": "2024-03-13T12:24:26.092Z",
"attempts": [],
"receiptTargets": []
}
],
"autoPaymentsPolicy": [
{
"scheduleTo": {
"timeRelation": {
"relation": "AFTER",
"unit": "HOURS",
"amount": 2
},
"reservationEvent": "CONFIRMATION"
},
"_id": "654369a4f1ef51003b596e6f",
"chargeType": "FIXED",
"isAuthorizationHold": false,
"useGuestCard": false,
"amount": 500
}
],
"platform": "manual",
"version": 1,
"currency": "USD",
"fareAccommodation": 2614.4,
"channelAfBreakdown": [
{
"_id": "65f2abdea85cb1000ff2aa71",
"date": "Tue Mar 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa72",
"date": "Wed Mar 20 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa73",
"date": "Thu Mar 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa74",
"date": "Fri Mar 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa75",
"date": "Sat Mar 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa76",
"date": "Sun Mar 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa77",
"date": "Mon Mar 25 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
},
{
"_id": "65f2abdea85cb1000ff2aa78",
"date": "Tue Mar 26 2024 00:00:00 GMT+0000 (Coordinated Universal Time)",
"price": 275
}
],
"fareAccommodationAdjusted": 2614.4,
"fareCleaning": 0,
"fareAccommodationAdjustment": 0,
"fareAccommodationDiscount": 0,
"hostServiceFee": 52.29,
"hostServiceFeeTax": 0,
"hostServiceFeeIncTax": 52.29,
"totalFees": 110,
"subTotalPrice": 2724.4,
"hostPayout": 2855.12,
"hostPayoutUsd": 2855.12,
"totalTaxes": 130.72,
"useAccountRevenueShare": true,
"netIncomeFormula": "fare_accommodation + fare_cleaning",
"netIncome": 2614.4,
"commissionFormula": "net_income*0.25",
"commission": 653.6,
"commissionTaxPercentage": 1,
"commissionTax": 6.54,
"commissionIncTax": 660.14,
"ownerRevenueFormula": "net_income - pm_commission",
"ownerRevenue": 1954.26,
"currencyConversionRateToAccount": 1,
"reservationId": "65f19af19824d7e6ff848f11",
"createdAt": "2024-03-13T12:24:25.908Z",
"updatedAt": "2024-03-14T07:48:46.614Z",
"balanceDue": 2855.12,
"isFullyPaid": false,
"paymentsDue": 500,
"totalRefunded": 0,
"totalPaid": 0
},
"plannedArrival": "15:00",
"plannedDeparture": "10:00",
"listingId": "642aa08a7561ee003db4a9cb",
"confirmedAt": "2024-03-13T12:24:17.394Z",
"createdAt": "2024-03-13T12:24:17.395Z",
"mtl": { "assigned": false, "_id": "65f19afa8b26c300128b9fa2" },
"checkIn": "2024-03-19T13:00:00.000Z",
"checkOut": "2024-03-27T08:00:00.000Z",
"nightsCount": 8,
"isReturningGuest": false,
"additionalFeesAtCreation": [
{
"automationSources": [],
"automationPlatforms": ["airbnb2"],
"RUSources": [],
"_id": "64007e5d41ab0f003e92cd13",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": true,
"isSyncToSupportedChannelsEnabled": false,
"type": "DAMAGE_WAIVER",
"name": "Management fee",
"value": 100,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
},
{
"automationSources": ["manual", "Manual", "BE-API", "Booking Engine"],
"automationPlatforms": [],
"RUSources": [],
"_id": "6364fc9025cdc7005ecadeb6",
"isPercentage": false,
"isAutomated": true,
"allPlatforms": false,
"allRUSources": false,
"allSources": false,
"isSyncToSupportedChannelsEnabled": false,
"type": "PET",
"name": "Pouring dogs and cats",
"value": 10,
"multiplier": "PER_STAY",
"accountId": "62a06d2f22513000359ee893"
}
],
"pendingTasks": [],
"customFields": [],
"daysInAdvance": 6,
"lastUpdatedAt": "2024-03-13T12:24:26.134Z",
"__v": 0,
"conversationId": "65f19afa8b26c300128b9fbd",
"alteredAt": "2024-03-14T07:46:11.953Z",
"id": "65f19af19824d7e6ff848f11"
},
"event": "reservation.updated"
}
Best Practice
After receiving a webhook, we advise you to invoke the API and fetch the most recent reservation data. Then, compare this fresh data with your locally stored records to discern the full extent of the changes.
FAQs
Why am I receiving three webhooks for the same reservation update?
To ensure all reservation changes are captured after the event, three webhooks are generated. They differ in content, and we recommend you analyze their schema and content to map with your systems.
You should always pull the latest state of the reservation from the API and compare the data with ywhat you have stored.
Updated 4 months ago