Skip to main content
Interests
Locations
Log in
Sign up
English/USD
Language: English
Currency: USD - $
ITEM ADDED TO CART
Close
Buy this experience as a gift
Extraordinary experiences are wonderful to share. Gifting a priceless™ experience is easy. Here's how:
Enhance your swing in an exclusive private session with a pro golfer and enjoy a food platter or three-course meal
More...
The Experience
Delight in an exclusive VIP outing at Topgolf. You'll start by walking the luxe red carpet into your plush premium bay on an upper floor, where you'll be immersed in a high-tech golf game for two hours. You'll be joined by a professional golfer, who will share expert tips as you enjoy competing against each other. You'll also indulge in your choice of a delectable food platter or a specially curated three-course meal from Toad in the Hole restaurant. Exclusively for Mastercard cardholders.
What'spriceless
Elevating your game with a professional golfer at a premium bay at Topgolf and indulging in exclusive epicurean offerings.
The highlights
- Relish VIP treatment at Topgolf with a premium bay
- Get expert tips and play a game in a private session with a pro golfer
- Tuck into your choice of a food platter or a specially curated three-course menu from Toad in the Hole
Details
- Priceless experiences are reserved for Mastercard cardholders.
- Experience takes place on 24 August, 21 September, or 26 October 2024, starting at 9am to 10pm
- Experience must be booked at least 1 week in advance
- Experience is for a minimum of 2 and a maximum of 6 people in 1 booth
- Prices listed are for 2 to 6 people
- Cardholders are asked to inform the team of any dietary requirements after booking
- By clicking "Add to cart", you agree to all our Terms of Use
- Terms & Conditions
Fine Print
- Will be scheduled on a mutually agreeable date and time, based on partner's availability
- This experience is non-refundable after scheduling is complete
Follow us
- Contact us (opens in new tab)
- Terms of Use (opens in new tab)
- About priceless™ (opens in new tab)
- Privacy Notice (opens in new tab)
- Mastercard.com (opens in new tab)
- Manage cookies
- Sitemap (opens in new tab)
Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard
- Contact us (opens in new tab)
- About priceless™ (opens in new tab)
- Mastercard.com (opens in new tab)
- Terms of Use (opens in new tab)
- Privacy Notice (opens in new tab)
- Manage cookies
- Sitemap (opens in new tab)
Mastercard and Priceless are registered trademarks, and the circles design is a trademark of Mastercard International Incorporated. ©2024 Mastercard
eu04-SI5-SCDniQ_MLeKk_pDElwYj8T-SO0-U0-AC0-C1-L1-H1-mA0-uA1-auto0-exec:1.047-ajax:0-total:1.047
status:" + textStatus + "
error:" + error + "
" + xhr.responseText); } else { confirmEx("Please refresh and try again." + ' ' + "If you continue to receive this error please contact priceless\u2122 concierge." + '
It will automatically refresh the page in LIVE.
(' + textStatus + ' - ' + xhr.statusText + ')', 'User Signup Error', function(){location.reload();}, function(){loadingAnimation("hide");}, "Refresh", "Close"); console.log(xhr); } $(".signup_form_submit_btn").removeClass('disabled'); }); return false; } // data: data returned form register ajax call function signup_form_submitted(data){ console.log('signup form submitted successfully'); // adobe tracking 1.10 var adobeTracking = {ctaName: 'Sign up - Completed'}; if (g_withMcCompleteRegistrationForm) { adobeTracking['ctaName'] = 'Sign up Completed – Long Form'; } if (data.cardTypeName) { adobeTracking['cardType'] = data.cardTypeName; } adobeSatelliteTracking('Forms', adobeTracking); // Need to make callback since we NOW have emailAddress and userId // emailAddress and userId are needed for BlueShift if (typeof data !== 'undefined' && data.emailAddress && data.userId) { trackingSignupConfirmation(data.emailAddress, data.userId); } if (addGuestProductToCart()) return false; // if need to add a guest product (main.js) /* if (g_sourceId === 0 && g_register_result.result === 1) { // display thank you when it's new user g_signup_timer = 5000; // need more time to read message if (g_register_result.loginExistingUser) { g_signup_timer = 0; } else { var showEmailCrm = false; if (showEmailCrm && $('#pricelessProgram').prop('checked')) { g_signup_timer = 60 * 60 * 1000; // one hour show_ifonly_overlay('.email_crm_overlay'); $('.email_crm_overlay').attr('continu_signup_process', '1'); } else{ showThankYouPopIfNecessary(); } } } */ var redirectUrl = $("#redirectURL").val().trim(); var url_regex = /^(http|https)/; if (url_regex.test(String(redirectUrl).toLowerCase())) { redirectUrl = ''; // do not allow redirect to other site } /* g_signup_timer = 5000; if (g_register_result!==null && ! empty(g_register_result.terms)) { showMemberTermsAndPrivacyDialog(redirectUrl, g_register_result.terms, g_register_result.termsTranslatedText); return false; } else if (redirectUrl !== '' && redirectUrl !== '#') { setTimeout(function() { location.href = redirectUrl; }, g_signup_timer); } else { setTimeout(function() { location.reload(); }, g_signup_timer); } */ } function signup_syncCCIframeSize() { if ($('#signup_cc_iframe').length > 0) { var postData = {action : 'syncCCIframeSize'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); } } function resetCCform() { if ($('#signup_cc_iframe').length > 0) { var postData = {action: 'resetCCform'}; $('#signup_cc_iframe')[0].contentWindow.postMessage(JSON.stringify(postData), '*'); $('.signup_cc_submit_btn').removeClass('disabled'); } } function resetSignupForm() { g_signup_cc_saved = false; $('#redesignedSignupForm .error_div').hide(); $('#redesignedSignupForm input:not([type=hidden]), #redesignedSignupForm select').val(''); $('.signup_cc_submit_btn').removeClass('disabled'); $('.signup_form_submit_btn').removeClass('disabled'); $('.mc_priceless_check').prop('checked', false); } function resetStepIcon() { $('.signup_stepicon').removeClass('done').removeClass('current'); } // ************** listen to message from the iframe ************************ if (typeof(signup_redesign_js_loaded)=='undefined') { signup_redesign_js_loaded = true; window.addEventListener("message", function(e){ if (e.origin !== 'https://pay.priceless.com') return; try { var data = jQuery.parseJSON(e.data); } catch(err) { return; } if (data.action === 'signup_cc_saved') { console.log('signup_cc_saved received'); g_signup_cc_saved = true; //signup_goto_next_step(); var j = get_next_step_index_by_step_id('verify_card'); $('.signup_stepicon_index_'+ (j-1)).addClass('done'); signup_goto_step(j); } else if (data.action === 'signup_cc_save_called') { if (! g_signup_cc_saved) { $('.signup_cc_submit_btn').removeClass('disabled'); } $(".signup_form_submit_btn").removeClass('disabled'); } else if (data.action === 'alert_session_timeout') { alertEx("Session expired. Page will be refreshed."); window.setTimeout(function() { location.href = g_is_mobile ? '/m' : '/'; }, 5000); } // event handlers else if (data.action === 'resize_signup_cc_iframe') { if (data.height) { var $target = $('#signup_cc_iframe'); if(data.target !== undefined && $.trim(data.target) !== '' && $.trim(data.target) !== '.' && $.trim(data.target) !== '#'){ $target = $(data.target); } //$target.attr('style', 'min-height: ' + data.height + 'px; max-height: ' + data.height + 'px;'); $target.css('min-height', data.height ); $target.css('height', data.height ); $target.css('max-height', 'none'); } } }); }