script> // --- Universal privacy-signal composition (Chrome + Edge + Firefox/Mozilla) --- function privacySignal() { // GPC – native on Firefox & Edge; via extension on Chrome; catches Sec-GPC intent var gpc = !!(navigator.globalPrivacyControl); // DNT – Firefox still emits it natively when the user toggles the privacy setting. // Chrome / Edge / Safari return null. Treat "1" or "yes" as a suppression signal // on Firefox; harmless (never true) on Chrome/Edge. var dnt = navigator.doNotTrack === '1' || navigator.doNotTrack === 'yes' || navigator.msDoNotTrack === '1' || window.doNotTrack === '1'; // Cookie-write probe – catches strict modes on any browser var probeName = '_dy_probe_' + Date.now(); var canWriteCookies = false; try { document.cookie = probeName + '=1; path=/; SameSite=Lax'; canWriteCookies = document.cookie.indexOf(probeName + '=') !== -1; if (canWriteCookies) document.cookie = probeName + '=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT'; } catch (e) { console.log('Privacy signal cookie probe failed:', e); } var browserPrivate = !navigator.cookieEnabled || !canWriteCookies; return gpc || dnt || browserPrivate; } // ------------------------------------------------------------------------------ //// initiate values on page load/refresh since optanon takes some time to load window.DY = window.DY || {}; //// get location from akamai & setting in global scope - start //// const AK_GEO_CODE = document.cookie.split('; ').find((row)=>row.startsWith('akloc'))?.split('=')[1]; const ak_co = (AK_GEO_CODE || '').match(/Country Code:(\w{2})/)?AK_GEO_CODE.match(/Country Code:(\w{2})/)[1]:''; const ak_st = (AK_GEO_CODE || '').match(/Region Code:(\w{2})/)?AK_GEO_CODE.match(/Region Code:(\w{2})/)[1]:''; const AKLOC = { geolocationResponse: { stateCode: ak_st, countryCode: ak_co, regionCode: '', // Optional parameter } }; console.log("AKLOC :: ", AKLOC); //// get location from akamai & setting in global scope - end //// //// setting DY consent on page load - start /// const NO_CONSENT_STATES = ["CA"]; console.log("NO_CONSENT_STATES CONFIGURED :: ",NO_CONSENT_STATES); // if st is included in list of no-consent states then consent is false var dyConsent = (NO_CONSENT_STATES.indexOf(ak_st) > -1)? false : true ; (function() { var cookieName = document.cookie.split('; ').find((row)=>row.startsWith('OptanonConsent'))?.split('groups')[1]; if (cookieName ) { //if OptanonConsent is detected, look for C0004:1 and de-activate DY if not found dyConsent = cookieName.includes('C0004%3A1') ? true: false; } // Check privacy signals (GPC, DNT, and browser private mode) var browserPrivate = privacySignal(); DY.userActiveConsent = { accepted: dyConsent && !browserPrivate}; console.log('on page load DY ' , DY.userActiveConsent ); }()); //// setting DY consent n page load - end /// //// update DY values on consent change: executes after OT consent applied and NOT on pageview refresh if(NO_CONSENT_STATES.indexOf(ak_st) > -1){ window.addEventListener("OTConsentApplied",event =>{ // this code runs on consent update ONLY var dyConsentImp= false; var prevDyConsent = DYO.ActiveConsent.isUserOptOut() ? false : true ; window.DY = window.DY || {}; console.log(OnetrustActiveGroups); if (OnetrustActiveGroups && OnetrustActiveGroups.includes('C0004')){ // if marketing cookie is active dyConsentImp=true; }else{ dyConsentImp=false; } // Check privacy signals (GPC, DNT, and browser private mode) var browserPrivate = privacySignal(); //Update DY active consent DY.userActiveConsent = { accepted: dyConsentImp && !browserPrivate}; DYO.ActiveConsent.updateConsentAcceptedStatus(dyConsentImp && !browserPrivate); console.log(DY.userActiveConsent ); // check if dy consent changed from prev value and retrigger page context if(dyConsentImp != prevDyConsent){ if (dyConsentImp) DY.recommendationContext = { type: "OTHER" , data:["after_consent" ]}; else DY.recommendationContext = { type: "OTHER" , data:["after_consent_revoke" ]}; } ///// additional code for dyid itp cookie update //// getDYCookie(); }); } Skip to main content
alert icon

ALERT: Cardholders impacted by the U.S. Federal Government shutdown. Learn More.

We may be able to help if you have been affected by the U.S. Federal Government Shutdown. If you need assistance or have questions about your account, please get in touch with our customer support team. You can log into your account and chat with us or call the number on the back of your card.

Get care today.
Pay over time.

CareCredit is a health and wellness credit card with flexible financing options so you can pay over time for care you want or need.* Accepted at 285,000+ locations!

*Subject to credit approval
 

See if you prequalify without impacting your credit score

Help put your health and wellness goals within reach.

Easy application and instant credit decisions

Apply online anytime or by phone^ to speak with a live agent Monday - Friday from 9AM- 9PM (ET). See if you prequalify online with no impact to your credit score.

Flexible financing options

Get the healthcare you want or need and pay over time with promotional financing options^^ for purchases of $200 or more at locations in the CareCredit Network.

285k locations

You can use your CareCredit credit card multiple times for a wide range of health and wellness expenses for you and your entire family.

How it works
^To apply by phone call (800) 677-0718. Phone applications are only for the CareCredit credit card. To be considered for the CareCredit Rewards Mastercard® please apply online. Must be 18 or older to apply, must be 21 or older to apply by phone.
^^Subject to credit approval

Explore promotional financing options

This field is required

Find a location

Find a location
 
This field is required

Join the millions of cardholders already financing their care with CareCredit.

95%
Value ranking
CareCredit is a helpful financing option—just ask the 95% of cardholders surveyed who ranked the CareCredit credit card as “good to excellent value.”1
285K+
Provider & retail locations
From health systems and hospitals to spas, to chiropractors, CareCredit is accepted to help you manage costs.
39 M+
Total accounts opened since inception
Join our growing community and finally get the care you’ve been looking for.
1CareCredit Cardholder Engagement Study, 2023.

Well U - Blog

Check out the latest in health and wellness and get tips for taking care of yourself, your family, and your pets.

View all content

Flexible financing options for your care.

With a CareCredit credit card, you can pay for health and wellness costs over time with promotional financing options that help fit your budget.

  • No annual fee††
  • Promotional financing options
  • Accepted at over 285,000 CareCredit network locations
  • Earn points on select purchases if approved for the CareCredit Rewards Mastercard†††
Subject to credit approval
††See Rates and Fees for details.
†††Rewards: See Rewards Program Terms at carecredit.com/rewardsterms for details. Rewards points required for redemption are subject to change.
Ready to take the next step? See if you prequalify without impacting your credit score.

CareCredit Rewards Mastercard is issued by Synchrony Bank pursuant to a license by Mastercard International Incorporated. Mastercard and the circles design are registered trademarks of Mastercard International Incorporated.