Skip to main content
Interests
Locations
Log in
Sign up
English/USD
Language: English
Currency: USD - $
Close
Singapore: Frequently Asked Questions | UOB Terms & Conditions | How To Purchase
Thailand: Frequently Asked Questions | UOB Terms & Conditions | How To Purchase
Indonesia: Frequently Asked Questions | UOB Terms & Conditions | How To Purchase
More entertainment experiences
- UEFA Champions League in the UK Multiple locations Experience top-class football and help support the UEFA Foundation for Children US$226 (approximate conversion)
- UEFA Champions League in France Multiple locations Enjoy VIP treatment and help support the UEFA Foundation for Children US$392 (approximate conversion)
- UEFA Champions League in Germany Multiple locations Experience top-class football and help support the UEFA Foundation for Children US$224 (approximate conversion)
- UEFA Champions League in Spain Multiple locations Experience top-class football and help support the UEFA Foundation for Children US$224 (approximate conversion)
- The Metropolitan Opera New York, New York Get a rare behind-the-scenes look at NYC's Metropolitan Opera US$50
- Palacio de Liria Madrid, Spain Embark on a multisensory private tour of Madrid's iconic Liria Palace US$39 (approximate conversion)
- Rembrandt House Museum Amsterdam, Netherlands Dine under glowy candlelight in Rembrandt's seventeenth-century kitchen Starting from US$7,839 for 2 people (approximate conversion)
- Beijing Wtown Beijing, China Afternoon Tea Experience atop the Simatai Great Wall US$642 per booking (for 2 adults) (approximate conversion)
- Cristina Kahlo Mexico City, Mexico Tour the Frida Kahlo Museum with the artist's relative before it opens US$82 (approximate conversion)
View More
FILTER
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
eu06-SI5-SCygDuqFA4qsR9U8oqDIP_-SO0-U0-AC0-C1-L1-H1-mA0-uA1-auto0-exec:0.731-ajax:0-total:0.731
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'); } } }); }