Cana Pearl House
Opening 2020
Captiva House
Opening 2021
Casa del Mar
Opening 2023
Caribbean House
Opening 2022
Exclusive advantages of booking on canabayhotels.com
Stay with us, feel at home
Canabay Hotels
Coral House Suites
Make yourself at home

171 Suites

2 Pools

2 Restaurants

Free Wifi
Ocean House
The places you'd rather be

445 Suites

3 Pools

4 Restaurants

Free Wifi
Canabay Top Offers
Check out the offers we have selected for you
-
Hurry up, this is a limited time offer.
1 Bedroom Suite
Inclusions: Free transfer Hotel - Airport round trip + FREE UPGRADE FROM POOL VIEW TO PRIVATE GARDEN SUITE
-
Hurry up, this is a limited time offer.
2 Bedroom Suite
Inclusions: Free transfer Hotel - Airport round trip + FREE UPGRADE FROM POOL VIEW TO PRIVATE GARDEN SUITE
-
Groups & Wedding Trips 50% OFF
Limited Offer until December 23rd. Using the Code: GROUPTRIP available to travel from November 1st2019 - December 23 rd 2020
-
If you stay 30 days or more
Stay Longer, Pay Less
Book at least 30 nights and get a AN EXTRA 5% DISCOUNT
Enjoy a Canabay Hotels Experience
Make the most of your trip with us. Much more than just a hotel.
-
Stay Longer, Pay Less Only at CanabayHotels.com
If you stay 30 days or more, you will get an additional discount on the best flexible rate.
-
More Room to Roam Over 100m2 with kitchen
Large suites with a fully-equipped kitchen. Savor your freedom without the restrictions of an all-inclusive resort.
-
Vacation Your Way Discover Punta Cana
Without the restrictions of an all-inclusive resort, you're free to enjoy your holidays your way.
-
Stay at One, Play at All Many Vacations in One
Stay at one Canabay Hotel and enjoy the amenities and services at others nearby throughout your vacation.
-
WeddingsYour dream begins here!
With everything from beach and gazebo weddings to private chapels, we will make your dream wedding come to life.
-
HoneymoonsYou've dreamt about this day...
Whether you are escaping on an unforgettable honeymoon or a getaway to celebrate a lifetime of love.
-
GolfSpectacular 18-hole course
Show off your swing on our spectacular 18-hole course designed by the prestigious firm Nicklaus Design
-
Racket ClubPadel and tennis courts
Get in a game or two at our Racquet Club, featuring two tennis and two padel courts
Find your inner traveler
Canabay and its surroundings offer an exciting array of unique experiences and activities, from the exceptional cuisine to impress the most demanding foodies to outdooradventures to satisfy our boldest guests. Explore our area guide to find the activities that best fit your personality, or try something totally new! Which traveler are you?
SIGN UP FOR OUR NEWSLETTER
Subscribe to our newsletter and get our special offers delivered directly to your inbox.
{source}
chclient) && isset($app->chclient->new_booking) && $app->chclient->new_booking;
if ($new_booking)
{
$booking = $app->chclient->new_booking;
?>
[[script type="text/javascript"]]
var orderRef = '= $booking->id ?>' + ' ' + '= $booking->hotel_title ?>'; /* You MUST keep the blank space */
var payoutCodes = '';
var offlineCode = '';
var uid = '= $booking->hotel_id ?>';
var htname = '';
var merchantID = 4662;
var pixel = 0;
var orderValue = '= $booking->total ?>'; /* Commissionable Amount */
var checkOutDate = '= $booking->end_date ?>'; /* yyyy-mm-dd (separated by hypen) */
var currencyCode ='USD';
[[/script]]
[[script type="text/javascript" src="//scripts.affilired.com/v2/confirmation.php?merid=4662&uid== $booking->hotel_id ?>"]]
[[/script]]
[[script type="text/javascript"]]
recV3 (orderValue , orderRef, merchantID, uid , htname, pixel, payoutCodes, offlineCode,checkOutDate,currencyCode)
[[/script]]
{/source}
{source}
chclient) && isset($app->chclient->new_booking) && $app->chclient->new_booking;
$tracking = $app->getUserState('plg_chtrack', null);
$mirai = !empty($tracking->utm_medium) && ($tracking->utm_medium == 'mirai' || $tracking->utm_medium_first_visit == 'mirai');
if ($mirai && $new_booking)
{
$booking = $app->chclient->new_booking;
?>
[[script type="text/javascript"]]
var miraiMetaCanabayNS = {
createCORSRequest: function (method, url) {
var xhr = new XMLHttpRequest();
if ("withCredentials" in xhr) {
xhr.open(method, url, true);
} else if (typeof XDomainRequest != "undefined") {
xhr = new XDomainRequest();
xhr.open(method, url);
} else {
xhr = null;
}
return xhr;
}
}
function validateMiraiMetaDate(date) {
var reg = /(20)\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])/;
return date.match(reg);
}
function convertDate(_date) {
if (_date == null || _date.length === 0) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ _date);
} else {
var dateParts = _date.split("/");
return dateParts[2] + "-" + dateParts[1] + "-" + dateParts[0];
}
}
function validateMiraiMeta() {
if (!MiraiMeta.hotelId) {
throw new Error("MiraiMeta.hotelId unexpected value:"
+ MiraiMeta.hotelId);
}
if (!MiraiMeta.transactionId) {
throw new Error("MiraiMeta.transactionId unexpected value:"
+ MiraiMeta.transactionId);
}
if (!MiraiMeta.checkout || !validateMiraiMetaDate(MiraiMeta.checkout)) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ MiraiMeta.checkout);
}
if (!MiraiMeta.checkin || !validateMiraiMetaDate(MiraiMeta.checkin)) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ MiraiMeta.checkin);
}
}
$(document).ready(function () {
try {
var booking = $('#ch-new-booking').data('ch-booking');
var rooms = booking.rooms.length;
var MiraiMeta = MiraiMeta || {};
MiraiMeta.chainName = "CANABAY";
MiraiMeta.hotelId = 1;
MiraiMeta.transactionId = booking.id;
MiraiMeta.checkin = booking.start_date;
MiraiMeta.checkout = booking.end_date;
MiraiMeta.guests = rooms * 2;
MiraiMeta.rooms = rooms;
MiraiMeta.totalPriceWithTaxes = booking.total;
MiraiMeta.currency = booking.currency;
console.log(MiraiMeta);
// validateMiraiMeta();
var jsPixel = document.createElement("script");
jsPixel.setAttribute("type", "text/javascript");
jsPixel.setAttribute(
"src",
"https://reservation.mirai.com/XMAS/reservation/metasConfirmationTracking.js?chainName=" + MiraiMeta.chainName + "&chainIdHotel="
+ MiraiMeta.hotelId
+ "&transactionId="
+ MiraiMeta.transactionId);
document.getElementsByTagName("body")[0].appendChild(jsPixel);
} catch (err) {
var url = 'https://reservation.mirai.com/XMAS/reservation/trackPixelError?o=GTM_CANABAY&t='
+ MiraiMeta.transactionId
+ '&n='
+ err.name
+ '&m='
+ err.message;
var xhr = miraiMetaCanabayNS.createCORSRequest('GET', url);
xhr.withCredentials = true;
xhr.send();
}
});
[[/script]]
{/source}