<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="en" dir="ltr" xmlns:fb="http://ogp.me/ns/fb#">
	<head>
		<title>How Credit Card Issuers are Working to Help Hurricane Harvey Victims - NextAdvisor Blog</title>
		<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" itemscope itemtype="http://schema.org/">
<link rel="canonical" href="https://www.nextadvisor.com/blog/2017/08/31/how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims/" />
<meta property="og:url" content="https://www.nextadvisor.com/blog/2017/08/31/how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims/" />

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="https://www.google.com/+Nextadvisor" rel="publisher" />
<meta name="msvalidate.01" content="F2E77D7F64BD2151CD8FA263A72A2750" /><meta name="msvalidate.01" content="6B799CB53E82D0765931DCB266F6AADE" /><link rel="shortcut icon" href="//www.nextadvisor.com/images/favicon.ico" />
<link rel="stylesheet" href="/css/style.css?v=n44" type="text/css"  />
<script type="text/javascript" src="/js/function.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="/js/jquery.form.js"></script>
<script src="https://www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit" async defer></script>
<script type="text/javascript">
    var CaptchaCallback = function() {
		    jQuery('.g-recaptcha').each(function(index, el) {
		        var widgetId = grecaptcha.render(el, {'sitekey' : '6LeoEjkUAAAAAKQ2KD9HiwRU82Qqgxkbvb5s7sFj'});
		        jQuery(this).attr('data-widget-id', widgetId);
		    });
    };
</script>
<script>
$(document).ready(function() {
	$('#newsletter_header').click(function(e) {
		$("#newsletter_header_form_div").toggle();
		e.stopPropagation();
	});

	$("#hide_newsletter_form").click(function(e){
		$("#newsletter_header_form_div").toggle();							
	});
	$("#newsletter_form_response").click(function(e){
		$("#newsletter_header_form_div").toggle();							
	});
	
	$("#newsletter_header_form_div").click(function(e){
			$("#newsletter_header_form iframe").css('border',"none");
			$("#newsletter_header_form iframe").css('display',"block");
			$("#newsletter_header_form #RecaptchaField1").css('display',"block");

	    e.stopPropagation();
	});
	$(document).click(function(){
		$("#newsletter_header_form_div").hide();							
	});
		
	var options = {target:'#newsletter_form_response'}; 
	$('#newsletter_header_form').submit(function() { 
					//var response = grecaptcha.getResponse();
					var response = grecaptcha.getResponse(jQuery('#RecaptchaField1').attr('data-widget-id'));
					
					if (response.length === 0) {
				    $("#newsletter_header_form iframe").css('border',"1px solid red");
						return false; 
					}else{
						$(this).ajaxSubmit(options);
						$("#newsletter_header_form iframe").css('border',"none");
					}
			$('#newsletter_header_form').hide();
	        return false; 
	    }); 

	});
</script>
<script type="text/javascript">
$(document).ready( function() { $('a[href*="link.php"]').attr("target", "_blank"); });
$(document).ready( function() { $('a[href*="review.php"]').removeClass("logolink"); });
</script>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.async=true;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=158942084179768";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<style>
#header_text{width:auto;}
#logo a img{width:190px}
#sub_nav a{color:#2D64AC}
#content, #footer_content, #bottom_content {width: 1024px;}
#content a{color:#00F}
#sub_nav a{color:#00F}
#sub_nav a:visited{color:#00F}
.picture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px;  font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; vertical-align:middle; margin-bottom: 3px; } 
div.picture.center { margin: 0.5em auto 0.5em auto;} 
div.picture.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
div.picture.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
sup a{text-decoration:none;}
a sup{text-decoration:none;}
sup{font-size: 75%;line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;}
.button2{color:darkblue;border:1px solid black;border-radius:5px;background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 25%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefcea 25%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefcea 25%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefcea 25%,#f1da36 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefcea 25%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea',endColorstr='#f1da36',GradientType=0 );display:block;padding:.3em .1em;font-weight:bolder; font-size:1.1em;text-decoration:none;-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);display:inline-block;padding:.5em}
.button2:hover{background:none;background-color:#f1da36}
h1{float:left;display:inline-block;margin-top:1em;font-size:20px;}
#page h1{float:none;display:block;margin-top:0em;font-size:20px;color #039;font-weight:bold;padding:5px 0px 5px 15px;}

#left.apply_link{text-decoration:none;border-bottom: 1px solid;display:block;margin:0 0 0 124px;clear:both;} 
#left .label{float:left;clear:left;width:94px;font-weight: normal;color: #69C;text-align: right;}
#left .data{float:left;margin-bottom:1em;width:600px;padding-left:30px;font-size:14px;}
#left .data #stars{height:1.4em;}
#left #bottomline{color: #1141A0;font-weight: bold;}
#right{float:right;width:250px;margin:4em 0 0 50px}
#right table{border: #6699CC solid 1px;border-radius:5px;box-shadow: 2px 2px 4px #888;}
#right table td{border-bottom: 1px solid #69C;border-right: 1px solid #E3E3E3;font-size: 14px;text-align: center;vertical-align: middle;padding: 5px;font-weight: bold;color: #1141A0;padding:3px;border-right:none}
#right table td.label{color:#69c;background:#efefef;width:40%;border-right: 1px solid #E3E3E3;}
#right table th{background: #69C;font-size: 14px;font-weight: bold;color: #FFF;padding: 8px;text-align:left;}
p#asterisk{font-size:10px;padding:0 4px}		
#revshare{margin:0em 0 1em 124px;float:left;width:50%;clear:left;}
#revshare .button{float:left;padding:5px 0;display:block;margin:0 auto;margin-right:1em;}
#right h2{font-size:12px;}
ul#blogfeed li a{margin:0 0 5px 0;}
ul#blogfeed li{margin:10px 0;padding:0;list-style-type:none;overflow:hidden;font-size:12px;}
ul#blogfeed{margin:0;padding:0}
#nav .category_name:hover .dd{display: block;}
#review_top{border:5px solid #EFEFEF;padding:.3em;height:61px;;width:100%}
#review_top{border:5px solid #EFEFEF;padding:.3em;height:61px;;width:100%}
#review_top  .comparelink{display:inline-block;float:right;width:13em;text-align:center;text-decoration:underline;font-size:12px;font-weight:bold;}
.apply_link{margin:1.5em 0 .5em 124px;font-size:12px;text-decoration:none;border-bottom: 1px solid;display:inline-block;font-weight:bold;}
#contactform{clear:left;/*border:2px solid #EFEFEF;*/padding:.5em ;/*box-shadow: 2px 2px 4px #888;*/font-size:12px;width:100%;border-top: #666 1px solid;padding-top:1em;}
#contactform p{margin-top:0;}
#contactform label{font-weight:bold;margin:.5em 0;display:block;}
#contactform input{display:block;}
#after_review a{margin:0;width:auto;}
#after_review{float: left;clear: left;;display:inline-block;margin:1em 0 0 0;width:100%}
#content div.gallery.picture2{text-align:center}
#content div.gallery.picture2 ul {
  list-style: none;
  list-style: none;
  /* margin: 0 this is 20px left if it's commented out; */
  display: inline-block;
  padding: 5px 2px 5px 5px;
  background-color: #ccc;
}
.gallery ul img {
  border: 1px solid #000;
  margin: 10px auto;
}
.faq #left{float:left;width:600px;}
.faq #left ul{padding-left:0}
.faq #left ul li{margin:.5em 0;list-style-type:none}
.faq #left h2{font-size:16px;}
.faq #left p{font-size:14px;}
.faq #right{float: right;width: 350px;margin:0;}
.faq #sidebar{}
.faq #sidebar h3{color:white;margin:0 0 .5em 0;background: url(/images/index/grey_bg.gif) no-repeat;background-position: left top;height: 35px;padding: 5px 0 0 10px;font-size: 15px;}
.faq #sidebar .box_image{float: left;}
.faq #sidebar {font-size: 12px;}
.faq #sidebar .box_text{border-bottom: #E0D6AD 1px solid;padding-bottom: 10px;margin-bottom: 10px;height: 100%;}
.faq #sidebar .rating_text{margin-top:.5em}
</style>
		<meta name="keywords" content="NextAdvisor, NextAdvisor.com, Next Advisor, NextAdviser, Next Adviser, ConsumerCompare, ConsumerCompare.org, voip, credit report monitoring, identity theft protection, web hosting, online diet programs, tax preparation, savings accounts, credit cards, online dating, internet fax, parental control software" />
				<link rel="apple-touch-icon" href="apple-touch-icon.png">
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
		<meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="apple-mobile-web-app-status-bar-style" content="black">
		<meta name="description" content="In a time of crisis, it can be hard to find out how to help in the most reliable manner. Learn how to use your credit card to help Hurricane Harvey victims." />
<meta property="og:description" content="In a time of crisis, it can be hard to find out how to help in the most reliable manner. Learn how to use your credit card to help Hurricane Harvey victims." />
<meta property="og:image" content="https://www.nextadvisor.com/blog/wp-content/uploads/2017/08/bigstock-146699339.jpg" />		<link rel="stylesheet" type="text/css" media="all" href="/blog/wp-content/themes/splash/style.css?v=44" />
		<style>
		#page h1{padding:0;border:none;font-size:24px;}
		#disclosure_link{margin-top:-1.5em;margin-bottom:1em;}
		#authorpage{width:64%;}
		</style>
	</head>
	<body>
		<div id="page">
						<div id="fb-root"></div>
<img src='/images/update/dd_bg.png' style="display:none">

<div id="header">
	<div id="header_container">
		<div id="logo">
			<a href="/"><img border="0" src="/images/update/logo.png"></a>
		</div>
		<div id="logo_text">In-depth, Independent Research</div>
			<div id="header_text">
				<div class="header_links">
					<a href="#disclosure">Ad Disclosure</a>
					<a id="newsletter_header" style="cursor:pointer;">Get Newsletter</a>					
						<div id="newsletter_header_form_div">
							<a id="hide_newsletter_form"><img src="/images/close-icon.png"></a>
							<form id="newsletter_header_form" action="/forms/newsletter_signup.php" method="get">
								<p class="welcome" style="margin-bottom:1em">Subscribe to our newsletter to get the latest deals and reviews</p>	
								<input type="submit" class="btn" value="Subscribe" name="Submit" style="float:right;">
								<input type="email" placeholder="Your email Address..." required name="email" style="float:left;width:65%">
								<input type="hidden" name="kw" value="na_blog20170831how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims_blog20170831">
								<input type="hidden" name="page" value="http://www.nextadvisor.com/">
								<input type="hidden" name="source" value="header">
								<div class="g-recaptcha" id="RecaptchaField1"></div>						
							</form>
							<div id="newsletter_form_response"></div>
						</div>
				</div> 
				<div class="social">
					<div class="fb-like" style="margin: 0px 5px;float: left;" data-href="http://www.facebook.com/pages/NextAdvisorcom/109992435702455" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>					<div id="twitterdiv">
		<a href="https://twitter.com/nextadvisor" class="twitter-follow-button"  data-show-screen-name="false">Follow @nextadvisor</a>
		<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
	</div>			</div>
		</div>
		
			<div id="nav">
		<ul>
			<li><a href="/"><img src="/images/update/home.png" border="0" /></a></li>
			<li class="category_name"><a href="/credit_cards/index.php">CREDIT CARDS</a>
				<div class="dd" >
					<div class="dd_top"></div>
					<div class="dd_body" id="credit_cards">
						<ul >
																<li><a href="/credit_cards/index.php">Best Credit Cards of 2018</a></li>
																<li><a href="/credit_cards/low_APR.php">Best Low APR Credit Cards</a></li>
																<li><a href="/credit_cards/balance_transfer.php">Best Balance Transfer Credit Cards</a></li>
																<li><a href="/credit_cards/cash_back.php">Best Cash Back Credit Cards</a></li>
																<li><a href="/credit_cards/travel_rewards.php">Best Travel Credit Cards</a></li>
																<li><a href="/credit_cards/rewards_card.php">Best Rewards Credit Cards</a></li>
																<li><a href="/credit_cards/student_card.php">Best Student Credit Cards</a></li>
																<li><a href="/credit_cards/business_card.php">Best Business Credit Cards</a></li>
																<li><a href="/credit_cards/average_credit.php">Best Credit Cards for Average Credit</a></li>
																<li><a href="/credit_cards/rebuild_credit.php">Best Credit Cards to Rebuild Credit</a></li>
																<li><a href="/credit_cards/prepaid_cards.php">Best Prepaid Cards</a></li>
														</ul>
						<ul id="right_side">
							<li><h3>Tools</h3></li>
															<li><a href="/credit_cards/balance_transfer.php">Balance Transfer Calculator</a></li>
															<li><a href="/credit_cards/cash_back_card_analysis">Cash Back Calculator</a></li>
															<li><a href="/credit_cards/best-travel-reward-credit-cards-analysis">Travel Rewards Analysis</a></li>
																<li ><a href="/credit_cards/faqs.php" style="margin-top:1.3em;font-weight:bold;">Credit Card FAQs</a></li>

							<li ><a href="/blog/category/credit-cards/" style="font-weight:bold;">Credit Card News</a></li>

						</ul>
						<br class="clear" />
					</div>
			</li>
						<li class="category_name"><a>PERSONAL FINANCE</a>
				<div class="dd">
					<div class="dd_top"></div>
							<div class="dd_body">
								<ul><li><a href="/credit_report_monitoring/index.php">Credit Monitoring </a></li><li><a href="/credit_repair/index.php">Credit Repair </a></li><li><a href="/identity_theft_protection_services/index.php">Identity Theft</a></li><li><a href="/personal_loans/index.php">Personal Loans </a></li><li><a href="/savings_accounts/index.php">Savings Accounts </a></li><li><a href="/online_tax_preparation_services/index.php">Tax Preparation </a></li></ul>
										<br class="clear" />
							</div>
					</div>

				</li>
						<li class="category_name"><a>TECHNOLOGY</a>
				<div class="dd">
					<div class="dd_top"></div>
							<div class="dd_body">
								<ul><li><a href="/internet_fax/index.php">Internet Fax </a></li><li><a href="/parental_controls/index.php">Parental Control</a></li><li><a href="/virtual_phone/index.php">Virtual Phone </a></li><li><a href="/voip_services/index.php">VoIP  </a></li><li><a href="/web_hosting/index.php">Web Hosting </a></li><li><a href="/website_building/index.php">Website Building </a></li></ul>
										<br class="clear" />
							</div>
					</div>

				</li>
						<li class="category_name"><a>LIFESTYLE</a>
				<div class="dd">
					<div class="dd_top"></div>
							<div class="dd_body">
								<ul><li><a href="/auto_insurance/index.php">Auto Insurance </a></li><li><a href="/diet_services/index.php">Diet Programs </a></li><li><a href="/genealogy/index.php">Genealogy  </a></li><li><a href="/online_dating/index.php">Online Dating </a></li><li><a href="/travel_sites/index.php">Travel Sites </a></li></ul>
										<br class="clear" />
							</div>
					</div>

				</li>
						<li class="category_name"><a>SMALL BUSINESS</a>
				<div class="dd">
					<div class="dd_top"></div>
							<div class="dd_body">
								<ul><li><a href="/credit_cards/business_card.php">Credit Cards</a></li><li><a href="/email_marketing/index.php">Email Marketing </a></li><li><a href="/internet_fax/index.php">Internet Fax </a></li><li><a href="/online_stamps/index.php">Online Stamps </a></li><li><a href="/small_business_loans/index.php">Small Business Loans</a></li><li><a href="/virtual_phone/index.php">Virtual Phone </a></li><li><a href="/voip_services/index.php">VoIP  </a></li><li><a href="/web_hosting/index.php">Web Hosting </a></li><li><a href="/website_building/index.php">Website Building </a></li></ul>
										<br class="clear" />
							</div>
					</div>

				</li>
										<li><form action="/search_results.php" id="cse-search-box" name="cse-search-box" style="width:200px;margin-top:.8em">
					<label for="q">
						<input name="q" size="28" type="text" style="width:140px">
						<input class="search_button" name="sa" type="submit" value="" >
						<input name="ie" type="hidden" value="UTF-8">
					</label>
				</form></li>
					</ul>
	</div>
	
			</div> 
</div><style>
div.shareit{padding:0;}
.blog_content p:first-of-type {margin-top:0em;}
	.blog_content .shareit{float:right;padding:0 0 0 0;}
	#fb_blog{float:right;margin-right:1em}
</style>



<div id="page" class="single blog_content">
	<div class="content margin_on_top">
		<article class="article article2">
			<div id="content_box" >

		
					
										<div id="post-79690" class="g post post-79690 type-post status-publish format-standard has-post-thumbnail hentry category-credit-cards category-news-2 category-personal-finance cat-69-id cat-251-id cat-653-id has_thumb">
													<h2 id="singleposttitle"><a href="/blog/" id="blackonhover">NextAdvisor Blog</a></h2>
							
<div class='shareit'>
	<div id='social' style='float:right;overflow:hidden;background:none;padding-top:.8em'>
			<div id='twitter_blog' style='float:right'>
				<a href='https://twitter.com/share' class='twitter-share-button' data-via='nextadvisor' data-count='none'>Tweet</a>
				<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
			</div>
			<div id='fb_blog'>
				<div id='fb-root'></div>
				    <script>(function(d, s, id) {
				      var js, fjs = d.getElementsByTagName(s)[0];
				      if (d.getElementById(id)) return;
				      js = d.createElement(s); js.id = id;
				      js.src = '//connect.facebook.net/en_US/sdk.js#xfbml=1';
				      fjs.parentNode.insertBefore(js, fjs);
				    }(document, 'script', 'facebook-jssdk'));</script>
				    <!-- Your like button code -->
				    <div class='fb-like'
			        	data-href='https://www.nextadvisor.com/blog/2017/08/31/how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims/'
				        data-layout='button_count'
						data-share='false'
				        data-action='like'
				        data-show-faces='true'>
				    </div>
			</div>
	</div>
</div>							</div>
						



						<header>
						

									<h1 class="title">How Credit Card Issuers are Working to Help Hurricane Harvey Victims</h1>
							<div class="post-info">
									<span class="theauthor">by <a rel="nofollow" href="https://www.nextadvisor.com/blog/author/jocelyn/" title="Posts by Jocelyn Baird" rel="author">Jocelyn Baird</a></span>
									<time>August 31, 2017</time>
							</div>
						</header><!--.headline_area-->
						<div class="post-content box mark-links">
													<p><a href="//www.nextadvisor.com/credit_cards/index.php"><img class="alignleft wp-image-79735" src="//www.nextadvisor.com/blog/wp-content/uploads/2017/08/bigstock-1466993391.jpg" alt="help Hurricane Harvey victims" width="300" height="232" srcset="https://www.nextadvisor.com/blog/wp-content/uploads/2017/08/bigstock-1466993391.jpg 900w, https://www.nextadvisor.com/blog/wp-content/uploads/2017/08/bigstock-1466993391-300x232.jpg 300w, https://www.nextadvisor.com/blog/wp-content/uploads/2017/08/bigstock-1466993391-259x200.jpg 259w" sizes="(max-width: 300px) 100vw, 300px" /></a>As the toll of the damage caused by Hurricane Harvey keeps rising, many people across the country are looking for ways to help out as best they can. We&#8217;ve already discussed the importance of using a <a href="//www.nextadvisor.com/blog/2017/08/29/donor-or-disaster-victim-heres-how-to-avoid-charity-scams/">trusted method</a> of donating, such as going straight through a charity&#8217;s website, as this type of disaster can bring out the <a href="//www.nextadvisor.com/blog/2015/05/07/donating-to-nepal-watch-out-for-charity-scams/">worst in humanity</a> along with the best. Alongside massive monetary donations of their own, multiple banks and credit card issuers in the U.S. are making the donation process easy by allowing customers to donate via ATM, rewards points and other methods. In addition, most of these issuers have made their own donations and pledged other assistance to hurricane victims. To learn how your <a href="//www.nextadvisor.com/credit_cards/index.php">credit card</a> can be used to help Hurricane Harvey victims as well as what these banks and issuers are doing to aid those in need, keep reading.</p>
<h4>How can you use your credit card to help Hurricane Harvey victims?</h4>
<p>No matter who you are, you can use your debit or credit card to make a donation, but some services are making it easier for their customers and employees by allowing special circumstances to encourage donations. Several banks and credit card issuers are <strong>matching employee donations</strong>, including Bank of America, Discover, Chase, American Express, MasterCard and Visa. Other methods being offered include allowing customers to <strong>donate using their rewards points</strong> or giving them the ability to donate <strong>at an ATM</strong>.</p>
<h6>If you want to use your credit card to donate &#8230;</h6>
<p><strong>American Express</strong> cardholders can redeem their Membership Rewards points to donate to the American Red Cross through its <a href="https://amex.justgive.org/basket?acton=donate&#038;ein=53-0196605" target="_blank" rel="nofollow">Just Give</a> program. You can donate at a rate of 1,000 points for $10 donated up to 500,000 points, after which every 1,000 points donated will be the equivalent of $5 given. If you don&#8217;t have Membership Rewards points, you can also use your American Express credit card to donate through the same page, starting at $5.</p>
<p><strong>Citi</strong> cardholders who earn Citi ThankYou Rewards points can make a donation using their points via the <a href="https://rewards.thankyou.com/b2r/ProductDetail.htm?groupId=76123CD7926A&#038;cmp=ILC-Harvey&#038;MID=hurricane_harvey&#038;LID=donate&#038;ZID=homepage_banner&#038;src=TYUSENG" target="_blank" rel="nofollow">ThankYou Rewards</a> portal. Donations must be in amounts of $25 minimum, which is equal to 2,500 points.</p>
<p><strong>Discover </strong>customers can make a donation of $10 or more at the American Red Cross <a href="https://www.redcross.org/donate/cm/discover-pub" target="_blank" rel="nofollow">website</a> using their Discover card or log into their Discover account and use their cashback bonus to donate to the American Red Cross. No credit card donations will incur any transaction fees, and Discover <a href="https://investorrelations.discover.com/newsroom/press-releases/press-release-details/2017/Discover-to-Match-Cardmember-Donations-up-to-500000-for-Hurricane-Harvey-Relief-Efforts/default.aspx" target="_blank" rel="nofollow">has pledged</a> to match customer donations up to $500,000.</p>
<p><strong>U.S. Bank</strong> is allowing customers to donate from any of its ATMs through the <a href="https://www.usbank.com/newsroom/news/us-bank-atms-now-accepting-donations-for-american-red-cross-disaster-relief.html" target="_blank" rel="nofollow">end of September</a>.</p>
<p><strong>Wells Fargo </strong>has enabled all of its ATMs across the country so that customers can make direct donations to the American Red Cross. There are no fees associated with making a donation this way. Additionally, Go Far Rewards customers can redeem their rewards in any amount and donate it from now through Sept. 12.</p>
<h4>What are banks and credit card companies doing for hurricane victims?</h4>
<p>In addition to making corporate donations and opening up avenues for customers to help out, many banks and credit card companies which service customers in the affected areas are offering assistance like waived fees and special disaster assistance programs. Below, we outline some of the specific promises made, but keep in mind that even if your bank or credit card company isn&#8217;t mentioned, you can always call and explain your situation to see what options are available to you. If you are concerned about your credit in the months following Hurricane Harvey, it might be worthwhile to consider some <a href="//www.nextadvisor.com/credit_report_monitoring/index.php">credit monitoring</a> options, as identity theft and other credit issues can pop up <a href="//www.nextadvisor.com/blog/2017/08/30/what-to-do-if-your-important-documents-are-lost-or-destroyed-in-a-disaster/">in the aftermath</a> of a catastrophic event which displaces people from their homes and livelihoods.</p>
<h6>If you are living or working in the affected areas &#8230;</h6>
<p><strong>Bank of America: </strong>Any fees incurred by customers in the affected areas will be automatically refunded. Bank of America also <a href="https://twitter.com/BofA_News/status/902348401433600000" target="_blank" rel="nofollow">urges customers</a> to contact its customer service to learn how they can get additional assistance through its disaster relief program.</p>
<p><strong>Discover: </strong>There are options available for customers affected by the hurricane, though you will have to contact its customer service directly to learn the specifics.</p>
<p><strong>Chase:</strong> Until Sept. 15, Chase will be waiving or refunding late fees for mortgages, credit cards, business banking accounts and auto loans, as well as overdraft, service and ATM fees on affected customers&#8217; deposit accounts.</p>
<p><strong>Citi: </strong>Customers who have been impacted by the hurricane can rely on a <a href="https://blog.citigroup.com/2017/08/our-support-of-hurricane-harvey-victims-and-the-american-red-cross/" target="_blank" rel="nofollow">number of services</a> from Citi to help them out, including waived minimum payments and late fees on Citi-branded credit cards; waived early withdrawal penalties on CDs and wire transfer fees where funds are needed; waived late fees for September mortgage payments; emergency credit line increases; forebearance programs; and working with the credit bureaus to ensure that missed August payments won&#8217;t impact customers&#8217; credit.</p>
<p><strong>Wells Fargo: </strong>To aid its customers in the impacted states, Wells Fargo will be waiving ATM fees in those areas, as well as reversing fees on all consumer products &#8212; such as bank accounts and credit cards. It will also be sending in mobile response units to help customers with the receiving and processing of insurance checks. Customers with questions can contact Wells Fargo directly to discuss options for disaster relief and their accounts.</p>
<p>It isn&#8217;t easy to deal with disaster when it hits, but every effort helps. To learn more about these companies and the credit cards they offer, check out our <a href="//www.nextadvisor.com/credit_cards/index.php">credit card reviews</a>.</p>
<p><span style="font-size: 11px; font-style: italic;">Disclaimer: This content is not provided or commissioned by the credit card issuer. Opinions expressed here are author&#8217;s alone, not those of the credit card issuer, and have not been reviewed, approved or otherwise endorsed by the credit card issuer. This content was accurate at the time of this post, but card terms and conditions may change at any time. This site may be compensated through the credit card issuer Affiliate Program.</span></p>
<span style="display:none" id="wp_id">79690</span>
														
						</div><!--.post-content box mark-links-->

						

	<div class="related-posts">
		<h3>Related Posts</h3><ul>
		<li class="">
			<a rel="nofollow" class="relatedthumb" href="/blog/2018/02/13/how-to-prevent-senior-financial-abuse/" rel="bookmark" title="How to Prevent Senior Financial Abuse">
			<span class="rthumb">
				

					<img width="75" height="75" src="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-182606092-75x75.jpg" class="attachment-related size-related wp-post-image" alt="How to prevent senior financial abuse" title="" srcset="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-182606092-75x75.jpg 75w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-182606092-150x150.jpg 150w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-182606092-200x200.jpg 200w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-182606092-550x550.jpg 550w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-182606092-470x470.jpg 470w" sizes="(max-width: 75px) 100vw, 75px" />

					<div class="clear"></div>
							</span>
			How to Prevent Senior Financial Abuse			</a>
		</li>
		
		<li class="last">
			<a rel="nofollow" class="relatedthumb" href="/blog/2018/02/12/equifax-misled-consumers-on-size-of-data-breach/" rel="bookmark" title="Equifax Misled Consumers on Size of Data Breach: Even More Information Compromised">
			<span class="rthumb">
				

					<img width="75" height="75" src="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-Concept-Of-Leaky-Software-Dat-133065182-75x75.jpg" class="attachment-related size-related wp-post-image" alt="Equifax data breach was bigger than originally thought" title="" srcset="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-Concept-Of-Leaky-Software-Dat-133065182-75x75.jpg 75w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-Concept-Of-Leaky-Software-Dat-133065182-150x150.jpg 150w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-Concept-Of-Leaky-Software-Dat-133065182-200x200.jpg 200w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-Concept-Of-Leaky-Software-Dat-133065182-550x550.jpg 550w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-Concept-Of-Leaky-Software-Dat-133065182-470x470.jpg 470w" sizes="(max-width: 75px) 100vw, 75px" />

					<div class="clear"></div>
							</span>
			Equifax Misled Consumers on Size of Data Breach: Eve...			</a>
		</li>
		
		<li class="">
			<a rel="nofollow" class="relatedthumb" href="/blog/2018/02/08/which-cash-back-credit-card-is-right-for-you/" rel="bookmark" title="Which Cash Back Credit Card is Right for You?">
			<span class="rthumb">
				

					<img width="75" height="75" src="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/iStock-613134282-75x75.jpg" class="attachment-related size-related wp-post-image" alt="" title="" srcset="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/iStock-613134282-75x75.jpg 75w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/iStock-613134282-150x150.jpg 150w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/iStock-613134282-200x200.jpg 200w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/iStock-613134282-470x470.jpg 470w" sizes="(max-width: 75px) 100vw, 75px" />

					<div class="clear"></div>
							</span>
			Which Cash Back Credit Card is Right for You?			</a>
		</li>
		
		<li class="last">
			<a rel="nofollow" class="relatedthumb" href="/blog/2018/02/06/malicious-extensions-can-hijack-your-internet-browser/" rel="bookmark" title="Malicious Extensions Can Hijack Your Internet Browser">
			<span class="rthumb">
				

					<img width="75" height="75" src="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-208708882-75x75.jpg" class="attachment-related size-related wp-post-image" alt="Malicious Extensions Can Hijack Your Internet Browser" title="" srcset="https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-208708882-75x75.jpg 75w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-208708882-150x150.jpg 150w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-208708882-200x200.jpg 200w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-208708882-550x550.jpg 550w, https://www.nextadvisor.com/blog/wp-content/uploads/2018/02/bigstock-208708882-470x470.jpg 470w" sizes="(max-width: 75px) 100vw, 75px" />

					<div class="clear"></div>
							</span>
			Malicious Extensions Can Hijack Your Internet Browse...			</a>
		</li>
		</ul>	</div><!-- .related-posts -->




						<div style="margin-top:1em">
							<!-- You can start editing here. -->
<div id="comments">
<div class="total-comments">Comments <span class="cnumber">(3)</span></div>
<style>
.blog_content .commentlist p{margin-left:1em;margin-top:1em;}
.blog_content .commentlist li{margin:15px 0;}
.blog_content .reply{display:none;}
.blog_content #respond h3{padding:0;margin:10px 0;}
a#show_comments{
font-size: 14px;
line-height: 25px;
font-weight: normal;
background-color: #222;
padding: 7px 22px;
color: #DDD;
text-decoration: none;
cursor: pointer;
display: inline-block;
border: 0;
cursor:hand;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
text-align:center;
}
</style>


<ol class="commentlist" id="commentlist">   <li class="comment even thread-even depth-1" id="li-comment-137234">
     <div id="comment-137234">
      <div class="comment-author vcard">
         
         <span class="fn">Barbara Young</span> 	  <time>September 17, 2017</time>
	        </div>
      
      <div class="comment-meta commentmetadata">
	  
	  </div>

      <p>I&#8217;m in an affected area too. First Premier and Credit One bank cards are simply awful. They give credit cards to people with less than perfect credit and have no intention of helping any of us out, regardless of our situation. While it&#8217;s no help at the moment, I would highly encourage you to pay off that card as soon as you can and close it. They actually set up my payment dates in between my pay days and wouldn&#8217;t let me change it, charged me late fees every month even when I paid on time, and mysterious &#8216;service fees&#8217; at random points (especially when I was near my credit limit, because then this put me over my limit and caused me additional penalties and fees). They&#8217;re awful, and I feel awful for you. I kept them only long enough until I could get a GOOD credit card with low interest and then kicked them to the curb. I would never go through them again, even if my credit went to Hades. I feel for you! I&#8217;ll pray things get sorted, but in the meantime stay strong.</p>

      <div class="reply">
               </div>
     </div>
</li><!-- #comment-## -->
   <li class="comment byuser comment-author-jocelyn bypostauthor odd alt thread-odd thread-alt depth-1" id="li-comment-135859">
     <div id="comment-135859">
      <div class="comment-author vcard">
         
         <span class="fn">Jocelyn Baird</span> 	  <time>September 11, 2017</time>
	        </div>
      
      <div class="comment-meta commentmetadata">
	  
	  </div>

      <p>Jessica,</p>
<p>I&#8217;m sorry to hear that you&#8217;re dealing with that. The FTC put together a guide to recovering from Hurricane Harvey which you might find useful, especially when it comes to working with your creditors and other financial services. You can access it here:</p>
<p><a href="https://www.consumer.ftc.gov/blog/2017/08/hurricane-harvey-picking-pieces">https://www.consumer.ftc.gov/blog/2017/08/hurricane-harvey-picking-pieces</a></p>

      <div class="reply">
               </div>
     </div>
</li><!-- #comment-## -->
   <li class="comment even thread-even depth-1" id="li-comment-135855">
     <div id="comment-135855">
      <div class="comment-author vcard">
         
         <span class="fn">Jessica Fletcher</span> 	  <time>September 11, 2017</time>
	        </div>
      
      <div class="comment-meta commentmetadata">
	  
	  </div>

      <p>First premier bank credit card is doing nothing. In fact when I called them to ask for help. I told them I was evacuated and hadn&#8217;t been able to work. All they did was ask for a payment , and threaten to report me to the credit agency&#8217;s.</p>

      <div class="reply">
               </div>
     </div>
</li><!-- #comment-## -->
</ol><!--
<div class="navigation">
<div class="alignleft"></div>
<div class="alignright"></div>
</div>
-->

 
 
<div id="respond" class="box m-t-6">
 
<h3>Leave a Reply</h3>
 
<div class="cancel-comment-reply">
<small><a rel="nofollow" id="cancel-comment-reply-link" href="/blog/2017/08/31/how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims/#respond" style="display:none;">Click here to cancel reply.</a></small>
</div>
 
 
<form action="https://www.nextadvisor.com/blog/wp-comments-post.php" method="post" id="commentform">
 
 
<label for="author"><small>Name (required)</small></label>
<p><input type="text" name="author" id="author" value="" size="28" tabindex="1" aria-required='true' required/></p>
 
<label for="email"><small>Email (will not be published) (required)</small></label>
<p><input type="text" name="email" id="email" value="" size="28" tabindex="2" required type="email" aria-required='true' /></p>

 
<!--<p><small><strong>XHTML:</strong> You can use these tags: <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;s&gt; &lt;strike&gt; &lt;strong&gt; </code></small></p>-->
<label for="comment"><small>Comment</small></label> 
<p><textarea name="comment" id="comment" cols="100%" rows="4" tabindex="4" required></textarea></p>
 
<label for="proof"><small>What is melted ice called?</small></label>
<p><input type="text" name="proof" id="proof" value="" size="28" tabindex="5" required pattern="[wW]ater" oninvalid="setCustomValidity('Required')" oninput="setCustomValidity('')"/>
<p><input name="submit" type="submit" id="submit" tabindex="6" value="Submit Comment" style="width:100%;color:white;background-color:gray;"/>
<input type='hidden' name='comment_post_ID' value='79690' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</p>
 
</form>
 
</div>
 </div>						</div>

						
						<p style="font-size:11px;">These responses are not provided or commissioned by the credit card issuer. Responses have not been reviewed, approved or otherwise endorsed by the credit card issuer. It is not the credit card issuer's responsibility to ensure all posts and/or questions are answered.</p>
												<div class="postauthor">
						<h4>About Author</h4>
							<img alt='' src='//2.gravatar.com/avatar/b9db3b46275b115962ed6c67e2f9f1be?s=120&#038;d=mm&#038;r=g' srcset='//2.gravatar.com/avatar/b9db3b46275b115962ed6c67e2f9f1be?s=240&amp;d=mm&amp;r=g 2x' class='avatar avatar-120 photo' height='120' width='120' />							<h4>Jocelyn Baird</h4>
							<p>Jocelyn is a NextAdvisor.com writer with a love for coffee, reading and all things personal security. She currently covers identity theft, credit monitoring and credit cards. She has been a guest on several radio shows nationwide and her cybersecurity and personal finance expertise have been featured by Forbes, USA Today, Kiplinger's Personal Finance, The Huffington Post and more. She is a graduate of Syracuse University with a dual degree in Writing and Rhetorical Studies and Anthropology. Follow her on Twitter @JocelynAdvisor.</p>
						</div>
					
					</div><!--.g post-->
				


			</div>
</article>
<aside class="sidebar c-4-12">
<div id="sidebars" class="g">
	<div class="sidebar">
	<ul class="sidebar_list">
		<style>
		.ic_caption{bottom: 0px;}
		
		</style>
		
		<li id="mts_rp-widget-2" class="widget widget-sidebar">		<!-- BEGIN WIDGET -->
		<link rel="stylesheet" href="/css/capSlide.css" type="text/css"  />
		<style>
		.ic_caption h3{padding:8px;margin:0}
		.ic_caption{left: 0px;margin-bottom:0;height:3em;}
		.ic_caption.tall{height:4em;}
		.ic_caption:hover{background-color:white;}
		.ic_caption:hover h3{text-decoration:underline;}
		.ic_text{padding:0;}
		.blog_content .widget h3 {margin:0;}
		</style>
		<div class="rp-wrarper">
			<h3 style="font-weight:bold;padding-left:8px;">Popular Posts</a></h3>
			<ul class="recent-reviews">
																	
						<li >
						<div class="left">
							
<div class="l_left" onclick="location.href='/blog/2017/03/31/pay-no-interest-until-2019-with-these-credit-cards/';" style="cursor:pointer;">
 <a href="/blog/2017/03/31/pay-no-interest-until-2019-with-these-credit-cards/"> <div class="ic_container capslide" style="width:250px;height:155px;background-image:url('https://www.nextadvisor.com/blog/wp-content/uploads/2017/03/shutterstock_503876947-1-300x200.jpg');">
               <div class="ic_caption tall" >
                    <h3>Pay No Interest Until 2019 with These Credit Cards</h3>
               <p class="ic_text"> </p>
           </div></a>	
</div> </div>



						
						</li>
					
												
						<li >
						<div class="left">
							
<div class="l_left" onclick="location.href='/blog/2013/11/06/top-7-credit-card-offers-for-those-with-excellent-credit/';" style="cursor:pointer;">
 <a href="/blog/2013/11/06/top-7-credit-card-offers-for-those-with-excellent-credit/"> <div class="ic_container capslide" style="width:250px;height:155px;background-image:url('https://www.nextadvisor.com/blog/wp-content/uploads/2013/08/credit_cards_for_average_credit11.jpg');">
               <div class="ic_caption tall" >
                    <h3>Top 7 Credit Card Offers For Those With Excellent Credit</h3>
               <p class="ic_text"> </p>
           </div></a>	
</div> </div>



						
						</li>
					
												
						<li >
						<div class="left">
							
<div class="l_left" onclick="location.href='/blog/2017/12/29/do-balance-transfers-count-as-purchases/';" style="cursor:pointer;">
 <a href="/blog/2017/12/29/do-balance-transfers-count-as-purchases/"> <div class="ic_container capslide" style="width:250px;height:155px;background-image:url('https://www.nextadvisor.com/blog/wp-content/uploads/2017/12/bigstock-Credit-Card-With-Gold-Chip-5449387-300x200.jpg');">
               <div class="ic_caption small" >
                    <h3>Do Balance Transfers Count as Purchases?</h3>
               <p class="ic_text"> </p>
           </div></a>	
</div> </div>



						
						</li>
					
												
						<li >
						<div class="left">
							
<div class="l_left" onclick="location.href='/blog/2017/12/06/best-cash-back-credit-cards-for-foodies/';" style="cursor:pointer;">
 <a href="/blog/2017/12/06/best-cash-back-credit-cards-for-foodies/"> <div class="ic_container capslide" style="width:250px;height:155px;background-image:url('https://www.nextadvisor.com/blog/wp-content/uploads/2017/12/bigstock-159854558-300x207.jpg');">
               <div class="ic_caption small" >
                    <h3>Best Cash Back Credit Cards for Foodies</h3>
               <p class="ic_text"> </p>
           </div></a>	
</div> </div>



						
						</li>
					
												
						<li >
						<div class="left">
							
<div class="l_left" onclick="location.href='/blog/2017/12/13/end-of-year-fed-rate-hike-what-it-means-for-your-financial-life/';" style="cursor:pointer;">
 <a href="/blog/2017/12/13/end-of-year-fed-rate-hike-what-it-means-for-your-financial-life/"> <div class="ic_container capslide" style="width:250px;height:155px;background-image:url('https://www.nextadvisor.com/blog/wp-content/uploads/2017/10/bigstock-189764674-300x200.jpg');">
               <div class="ic_caption tall" >
                    <h3>End-of-Year Fed Rate Hike: What It Means for Your Financial Life</h3>
               <p class="ic_text"> </p>
           </div></a>	
</div> </div>



						
						</li>
					
														<ul>
		</div>
		
		<!-- END WIDGET -->
		</li><li id="categories-3" class="widget widget-sidebar"><h3>Categories</h3><select  name='cat' id='cat' class='postform' >
	<option value='-1'>Select Category</option>
	<option class="level-0" value="17-day-diet">17 Day Diet&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="aarp-credit-and-identity-theft-protection-from-trustedid">AARP Credit and Identity Theft Protection from TrustedID&nbsp;&nbsp;(8)</option>
	<option class="level-0" value="amazon-online-video-dvd-rentals">Amazon&nbsp;&nbsp;(34)</option>
	<option class="level-0" value="ancestry">Ancestry&nbsp;&nbsp;(11)</option>
	<option class="level-0" value="ancestry-com">Ancestry.com&nbsp;&nbsp;(8)</option>
	<option class="level-0" value="anthem-breach">Anthem Breach&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="aolcs">AOLcs&nbsp;&nbsp;(20)</option>
	<option class="level-0" value="apple">Apple&nbsp;&nbsp;(25)</option>
	<option class="level-0" value="audiobook-questions-reader-questions">audiobook questions&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="audiobooks">Audiobooks&nbsp;&nbsp;(86)</option>
	<option class="level-0" value="auto-insurance">Auto Insurance&nbsp;&nbsp;(25)</option>
	<option class="level-0" value="auto-insurance-questions">auto insurance questions&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="beinsync">BeInSync&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="bistromd-online-dieting">bistroMD&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="black-friday">Black Friday&nbsp;&nbsp;(20)</option>
	<option class="level-0" value="blockbuster">Blockbuster&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="boxnet">Box.net&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="burglary">Burglary&nbsp;&nbsp;(15)</option>
	<option class="level-0" value="business-voip">Business Voip&nbsp;&nbsp;(30)</option>
	<option class="level-0" value="carbonite">Carbonite&nbsp;&nbsp;(70)</option>
	<option class="level-0" value="child-identity-theft">Child Identity Theft&nbsp;&nbsp;(46)</option>
	<option class="level-0" value="child-identity-theft-protection">Child Identity Theft Protection&nbsp;&nbsp;(40)</option>
	<option class="level-0" value="cloud-storage-2">Cloud Storage&nbsp;&nbsp;(137)</option>
	<option class="level-0" value="cloud-storage-questions">cloud storage questions&nbsp;&nbsp;(4)</option>
	<option class="level-0" value="credit-card-questions">credit card questions&nbsp;&nbsp;(57)</option>
	<option class="level-0" value="credit-cards">Credit Cards&nbsp;&nbsp;(615)</option>
	<option class="level-0" value="credit-cards-for-the-holidays">Credit Cards for the Holidays&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="credit-report-monitoring">Credit Monitoring&nbsp;&nbsp;(506)</option>
	<option class="level-0" value="credit-repair">Credit Repair&nbsp;&nbsp;(78)</option>
	<option class="level-0" value="credit-repair-questions">credit repair questions&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="credit-report-monitoring-questions">credit report monitoring questions&nbsp;&nbsp;(150)</option>
	<option class="level-0" value="creditcheck-total">CreditCheck Total&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="cyber-monday">Cyber Monday&nbsp;&nbsp;(20)</option>
	<option class="level-0" value="data-breach-alerts">Data Breach Alerts&nbsp;&nbsp;(207)</option>
	<option class="level-0" value="diet-programs">Diet Programs&nbsp;&nbsp;(112)</option>
	<option class="level-0" value="diet-questions">diet questions&nbsp;&nbsp;(22)</option>
	<option class="level-0" value="diet-taste-test">Diet Taste Test&nbsp;&nbsp;(7)</option>
	<option class="level-0" value="diet-to-go-online-dieting">Diet-to-Go&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="discount-vonage">Discount&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="dna">DNA&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="dna-testing-2">DNA testing&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="elephantdrive">ElephantDrive&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="email-marketing">Email Marketing&nbsp;&nbsp;(44)</option>
	<option class="level-0" value="email-marketing-questions">email marketing questions&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="equifax">Equifax&nbsp;&nbsp;(47)</option>
	<option class="level-0" value="equifax-breach">Equifax Breach&nbsp;&nbsp;(23)</option>
	<option class="level-0" value="experian">Experian&nbsp;&nbsp;(26)</option>
	<option class="level-0" value="facebook-2">Facebook&nbsp;&nbsp;(72)</option>
	<option class="level-0" value="fashion-clubs">Fashion Clubs&nbsp;&nbsp;(22)</option>
	<option class="level-0" value="featured">featured&nbsp;&nbsp;(23)</option>
	<option class="level-0" value="football">Football&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="free-credit-report">Free Credit Report&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="freecreditreportcom">FreeCreditReport.com&nbsp;&nbsp;(10)</option>
	<option class="level-0" value="frontpage1">frontpage1&nbsp;&nbsp;(29)</option>
	<option class="level-0" value="frontpage2">frontpage2&nbsp;&nbsp;(32)</option>
	<option class="level-0" value="frontpage3">frontpage3&nbsp;&nbsp;(37)</option>
	<option class="level-0" value="frontpage4">frontpage4&nbsp;&nbsp;(37)</option>
	<option class="level-0" value="frontpage5">frontpage5&nbsp;&nbsp;(41)</option>
	<option class="level-0" value="genealogy">Genealogy&nbsp;&nbsp;(65)</option>
	<option class="level-0" value="government-breach">Government Breach&nbsp;&nbsp;(27)</option>
	<option class="level-0" value="guest-experts">Guest Experts&nbsp;&nbsp;(113)</option>
	<option class="level-0" value="hr-block">H&amp;R Block&nbsp;&nbsp;(29)</option>
	<option class="level-0" value="halloween">Halloween&nbsp;&nbsp;(5)</option>
	<option class="level-0" value="health">Health&nbsp;&nbsp;(7)</option>
	<option class="level-0" value="healthy-living">Healthy Living&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="holiday-cards">Holiday cards&nbsp;&nbsp;(20)</option>
	<option class="level-0" value="holiday-movies-online-video-dvd-rentals">Holiday Movies&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="holidays-home-security">Holidays&nbsp;&nbsp;(7)</option>
	<option class="level-0" value="home-depot-breach">Home Depot Breach&nbsp;&nbsp;(8)</option>
	<option class="level-0" value="home-security">Home Security&nbsp;&nbsp;(32)</option>
	<option class="level-0" value="hulu-online-video-dvd-rentals">Hulu&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="id-theft-questions">id theft questions&nbsp;&nbsp;(133)</option>
	<option class="level-0" value="id-watchdog">ID Watchdog&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="identity-guard">Identity Guard&nbsp;&nbsp;(154)</option>
	<option class="level-0" value="identity-guard-good-start">Identity Guard Good Start&nbsp;&nbsp;(5)</option>
	<option class="level-0" value="identity-guard-kidsure">Identity Guard kIDSure&nbsp;&nbsp;(5)</option>
	<option class="level-0" value="identity-theft-101">Identity Theft 101&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="identity-theft-expert-speaker-robert-siciliano">Identity Theft Expert Speaker Robert Siciliano&nbsp;&nbsp;(143)</option>
	<option class="level-0" value="identity-theft-protection">Identity Theft Protection&nbsp;&nbsp;(1,051)</option>
	<option class="level-0" value="infographics">Infographics&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="instagram">Instagram&nbsp;&nbsp;(10)</option>
	<option class="level-0" value="internet-fax">Internet Fax&nbsp;&nbsp;(85)</option>
	<option class="level-0" value="internet-fax-questions">Internet Fax Questions&nbsp;&nbsp;(40)</option>
	<option class="level-0" value="internet-of-things">Internet of Things&nbsp;&nbsp;(31)</option>
	<option class="level-0" value="internet-security-software">Internet Security Software&nbsp;&nbsp;(387)</option>
	<option class="level-0" value="internet-security-software-questions">internet security software questions&nbsp;&nbsp;(30)</option>
	<option class="level-0" value="jenny-craig-online-dieting">Jenny Craig&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="kroll-identity-theft-shield">Kroll Identity Theft Shield&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="legal-services">Legal Services&nbsp;&nbsp;(33)</option>
	<option class="level-0" value="legalzoom">LegalZoom&nbsp;&nbsp;(16)</option>
	<option class="level-0" value="lending-club">Lending Club&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="lifelock">LifeLock&nbsp;&nbsp;(96)</option>
	<option class="level-0" value="lifelock-junior">LifeLock Junior&nbsp;&nbsp;(4)</option>
	<option class="level-0" value="lifestyle">Lifestyle&nbsp;&nbsp;(143)</option>
	<option class="level-0" value="mac-internet-security-software">Mac Internet Security Software&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="magicjack">magicJack&nbsp;&nbsp;(7)</option>
	<option class="level-0" value="mcafee">McAfee&nbsp;&nbsp;(23)</option>
	<option class="level-0" value="mobile-security">Mobile Security&nbsp;&nbsp;(43)</option>
	<option class="level-0" value="money-saving-tips">Money Saving Tips&nbsp;&nbsp;(13)</option>
	<option class="level-0" value="mortgage">Mortgage&nbsp;&nbsp;(19)</option>
	<option class="level-0" value="mozy">Mozy&nbsp;&nbsp;(39)</option>
	<option class="level-0" value="myfico">MyFICO&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="myheritage">MyHeritage&nbsp;&nbsp;(8)</option>
	<option class="level-0" value="mypcbackup">MyPCBackup&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="national-consumer-protection-week">National Consumer Protection Week&nbsp;&nbsp;(8)</option>
	<option class="level-0" value="netflix">NetFlix&nbsp;&nbsp;(36)</option>
	<option class="level-0" value="netflix-online-video-dvd-rentals">Netflix&nbsp;&nbsp;(34)</option>
	<option class="level-0" value="news-2">News&nbsp;&nbsp;(521)</option>
	<option class="level-0" value="nextadvisor-guides">NextAdvisor Guides&nbsp;&nbsp;(36)</option>
	<option class="level-0" value="norton">Norton&nbsp;&nbsp;(24)</option>
	<option class="level-0" value="nutrisystem-online-dieting">Nutrisystem&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="online-backup-questions">online backup questions&nbsp;&nbsp;(74)</option>
	<option class="level-0" value="online-backup-services">Online Backup Services&nbsp;&nbsp;(248)</option>
	<option class="level-0" value="online-college-student-carlisa">Online College Student Carlisa&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="online-colleges-and-universities">Online Colleges and Universities&nbsp;&nbsp;(58)</option>
	<option class="level-0" value="online-dating">Online Dating&nbsp;&nbsp;(172)</option>
	<option class="level-0" value="online-dieting">Online Dieting&nbsp;&nbsp;(90)</option>
	<option class="level-0" value="online-dvd-rental">Online DVD Rental&nbsp;&nbsp;(71)</option>
	<option class="level-0" value="online-dvd-rental-questions">online DVD rental questions&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="online-education-questions">online education questions&nbsp;&nbsp;(10)</option>
	<option class="level-0" value="online-meeting">Online Meeting&nbsp;&nbsp;(11)</option>
	<option class="level-0" value="online-savings-accounts">Online Savings Accounts&nbsp;&nbsp;(74)</option>
	<option class="level-0" value="online-stamps">Online Stamps&nbsp;&nbsp;(13)</option>
	<option class="level-0" value="online-tax-preparation-and-filing">Online Tax Preparation and Filing&nbsp;&nbsp;(62)</option>
	<option class="level-0" value="online-video-dvd-rentals">Online Video &amp; DVD Rentals&nbsp;&nbsp;(105)</option>
	<option class="level-0" value="ooma">ooma&nbsp;&nbsp;(7)</option>
	<option class="level-0" value="outbrain">Outbrain&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="paper-culture">Paper Culture&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="parental-control-questions">parental control questions&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="parental-controls">Parental Controls&nbsp;&nbsp;(85)</option>
	<option class="level-0" value="payday-loans">Payday Loans&nbsp;&nbsp;(27)</option>
	<option class="level-0" value="pear-tree-greetings">Pear Tree Greetings&nbsp;&nbsp;(9)</option>
	<option class="level-0" value="people-search-and-background-checks">People Search and Background Checks&nbsp;&nbsp;(40)</option>
	<option class="level-0" value="people-search-questions">people search questions&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="personal-finance">Personal Finance&nbsp;&nbsp;(560)</option>
	<option class="level-0" value="personal-loans">Personal Loans&nbsp;&nbsp;(46)</option>
	<option class="level-0" value="phone-power">Phone Power&nbsp;&nbsp;(4)</option>
	<option class="level-0" value="photo-card-questions">photo card questions&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="photo-cards">Photo Cards&nbsp;&nbsp;(159)</option>
	<option class="level-0" value="press-releases">Press Releases&nbsp;&nbsp;(36)</option>
	<option class="level-0" value="privacy-2">Privacy&nbsp;&nbsp;(146)</option>
	<option class="level-0" value="privacy-matters-123">Privacy Matters 123&nbsp;&nbsp;(4)</option>
	<option class="level-0" value="prosper">Prosper&nbsp;&nbsp;(4)</option>
	<option class="level-0" value="reader-questions">Reader Questions&nbsp;&nbsp;(617)</option>
	<option class="level-0" value="refinance">Refinance&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="remote-desktop">Remote Desktop&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="remote-desktop-questions">remote desktop questions&nbsp;&nbsp;(3)</option>
	<option class="level-0" value="rocket-lawyer">Rocket Lawyer&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="scams">Scams&nbsp;&nbsp;(141)</option>
	<option class="level-0" value="security-home-security">Security&nbsp;&nbsp;(15)</option>
	<option class="level-0" value="security-breach">Security Breach&nbsp;&nbsp;(177)</option>
	<option class="level-0" value="services-we-love">Services we love&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="services-we-use">Services we use&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="smb">Small Business&nbsp;&nbsp;(95)</option>
	<option class="level-0" value="smallbusiness">Small Business Blog&nbsp;&nbsp;(159)</option>
	<option class="level-0" value="small-business-loans">Small Business Loans&nbsp;&nbsp;(15)</option>
	<option class="level-0" value="snapchat-2">Snapchat&nbsp;&nbsp;(24)</option>
	<option class="level-0" value="social-media-2">Social Media&nbsp;&nbsp;(48)</option>
	<option class="level-0" value="special-vonage">Special&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="state-identity-theft-guides">State Identity Theft Guides&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="state-identity-theft-protection-guide">State Identity Theft Protection Guide&nbsp;&nbsp;(6)</option>
	<option class="level-0" value="streaming-movies">Streaming Movies&nbsp;&nbsp;(35)</option>
	<option class="level-0" value="super-bowl">Super Bowl&nbsp;&nbsp;(1)</option>
	<option class="level-0" value="target-breach">Target Breach&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="tax-identity-theft">Tax Identity Theft&nbsp;&nbsp;(27)</option>
	<option class="level-0" value="tax-prep-questions">tax prep questions&nbsp;&nbsp;(17)</option>
	<option class="level-0" value="tax-preparation">Tax Preparation&nbsp;&nbsp;(94)</option>
	<option class="level-0" value="taxact">TaxAct&nbsp;&nbsp;(22)</option>
	<option class="level-0" value="technology-2">Technology&nbsp;&nbsp;(218)</option>
	<option class="level-0" value="theft">Theft&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="theft-protection">Theft Protection&nbsp;&nbsp;(17)</option>
	<option class="level-0" value="tiny-prints">Tiny Prints&nbsp;&nbsp;(5)</option>
	<option class="level-0" value="transunion">TransUnion&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="travel-sites">Travel Sites&nbsp;&nbsp;(16)</option>
	<option class="level-0" value="truecredit">TrueCredit&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="trustedid">TrustedID&nbsp;&nbsp;(119)</option>
	<option class="level-0" value="turbotax">TurboTax&nbsp;&nbsp;(33)</option>
	<option class="level-0" value="tutorial">Tutorial&nbsp;&nbsp;(4)</option>
	<option class="level-0" value="twitter-2">Twitter&nbsp;&nbsp;(16)</option>
	<option class="level-0" value="uncategorized">Uncategorized&nbsp;&nbsp;(106)</option>
	<option class="level-0" value="virtual-phones">Virtual Phones&nbsp;&nbsp;(22)</option>
	<option class="level-0" value="voip">VoIP&nbsp;&nbsp;(219)</option>
	<option class="level-0" value="voip-articles">VoIP articles&nbsp;&nbsp;(2)</option>
	<option class="level-0" value="voip-questions">voip questions&nbsp;&nbsp;(117)</option>
	<option class="level-0" value="voipcom">voip.com&nbsp;&nbsp;(14)</option>
	<option class="level-0" value="voipo">VOIPo&nbsp;&nbsp;(8)</option>
	<option class="level-0" value="vonage">Vonage&nbsp;&nbsp;(82)</option>
	<option class="level-0" value="web-hosting">Web Hosting&nbsp;&nbsp;(125)</option>
	<option class="level-0" value="web-hosting-questions">web hosting questions&nbsp;&nbsp;(31)</option>
	<option class="level-0" value="website-building">Website Building&nbsp;&nbsp;(35)</option>
	<option class="level-0" value="wedding-ideas">Wedding Ideas&nbsp;&nbsp;(12)</option>
	<option class="level-0" value="yahoo-breach">Yahoo breach&nbsp;&nbsp;(7)</option>
	<option class="level-0" value="youtube-online-video-dvd-rentals">YouTube&nbsp;&nbsp;(4)</option>
</select>

<script type='text/javascript'>
/* <![CDATA[ */
(function() {
	var dropdown = document.getElementById( "cat" );
	function onCatChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value != "-1" ) {
			location.href = "https://www.nextadvisor.com/blog/category/" + dropdown.options[ dropdown.selectedIndex ].value + "/";
		}
	}
	dropdown.onchange = onCatChange;
})();
/* ]]> */
</script>

</li><li id="mts_subscribe_widget-2" class="widget widget-sidebar">        	
			<div class="mts-subscribe">
                
                <h3>Subscribe to Our Newsletter</h3>
				<script language="javascript" type="text/javascript">
				$(document).ready(function() { 
			    var options = { 
			        target:"#form_response",  
			        success:showResponse
			    }; 

				$("#contact").click(function(e){
						$("#contact iframe").css("border","none");
						$("#contact iframe").css("display","block");

				});

				$("#contact").submit(function() { 

					var response = grecaptcha.getResponse(jQuery("#RecaptchaField2").attr("data-widget-id"));

					if (response.length === 0) {
				    $("#contact iframe").css("border","1px solid red");
						return false; 
					}else{
						$(this).ajaxSubmit(options);
						$("#contact iframe").css("border","none");
					}
					return false; 
				    }); 
				}); 
				function showResponse(responseText, statusText, xhr, $form)  { 
					$("#contact").fadeOut();
				}
				</script>
				<style>#contact iframe{display:none;}</style>
					<form id="contact" name="contact" action="/forms/newsletter_signup.php" method="get" style="font-size:12px;margin:8px 0 0px 0;height:10em;">
					<div style="float:left;">
						<input type="email" name="email" required autocomplete="on" maxlength="100" placeholder="Your Email Address" style="display:block;margin:0 0 0 0px;">
						<input type="hidden" name="page" value="/blog/2017/08/31/how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims/">
						<input type="hidden" name="form" value="overview_newsletter">
						<input type="hidden" name="kw" value="">
					</div>
					<div>
					<input type="submit" class="btn" value="Subscribe" name="Submit" style="border:1px outset darkgrey;background:#666;color:white;font-weight:bold;border-radius:4px;-moz-border-radius:4px;margin:0 0 5px 5px;">
					</div>
					<div class="g-recaptcha"  id="RecaptchaField2"></div>
					</form> 			
					<div id="form_response"></div>


<!--
                <form style="" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=http://feeds.feedburner.com/mythemeshop', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" _lpchecked="1">
				<input type="text" value="Your email Address..." onblur="if (this.value == '') {this.value = 'Your email Address...';}" onfocus="if (this.value == 'Your email Address...') {this.value = '';}"  name="email">
				<input type="hidden" value="http://feeds.feedburner.com/mythemeshop" name="uri"><input type="hidden" name="loc" value="en_US"><input type="submit" value="Subscribe">
				</form>
-->
<!--
                <div class="result"></div>
    -->            
            </div><!--subscribe_widget-->
		
		</li>	</ul>
	</div>
</div><!--sidebars-->
</aside></div></div>
<div style="clear:both" id="blog_footer">
<div id="footer">
 	<div id="footer_content">
		<div class="footer_left"><h3>All Services Reviewed:</h3>
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td>
						<p>
<a href='/auto_insurance/index.php'>Auto Insurance </a><br/><a href='/credit_cards/index.php'>Credit Cards </a><br/><a href='/credit_report_monitoring/index.php'>Credit Monitoring </a><br/><a href='/credit_repair/index.php'>Credit Repair </a><br/><a href='/diet_services/index.php'>Diet Programs </a><br/><a href='/email_marketing/index.php'>Email Marketing </a><br/></p></td>
		<td><p><a href='/genealogy/index.php'>Genealogy  </a><br/><a href='/identity_theft_protection_services/index.php'>Identity Theft</a><br/><a href='/internet_fax/index.php'>Internet Fax </a><br/><a href='/online_dating/index.php'>Online Dating </a><br/><a href='/online_stamps/index.php'>Online Stamps </a><br/><a href='/parental_controls/index.php'>Parental Control</a><br/></p></td>
		<td><p><a href='/personal_loans/index.php'>Personal Loans </a><br/><a href='/savings_accounts/index.php'>Savings Accounts </a><br/><a href='/small_business_loans/index.php'>Small Business Loans</a><br/><a href='/online_tax_preparation_services/index.php'>Tax Preparation </a><br/><a href='/travel_sites/index.php'>Travel Sites </a><br/><a href='/virtual_phone/index.php'>Virtual Phone </a><br/></p></td>
		<td><p><a href='/voip_services/index.php'>VoIP  </a><br/><a href='/web_hosting/index.php'>Web Hosting </a><br/><a href='/website_building/index.php'>Website Building </a><br/>						</p>
					</td>
				</table>
			</div>

			<div class="footer_right"><h3>Popular Services Reviewed:</h3>
				<table width="100%" border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td>
							<p>
								<a href="/credit_cards/index.php">Credit Cards</a><br/>
								<a href="/credit_report_monitoring/index.php">Credit Monitoring</a><br />
								<a href="/identity_theft_protection_services/index.php">Identity Theft Protection</a><br />
							</p>
						<td>
							<p>
								<a href="/internet_fax/index.php">Internet Fax Services</a><br />
								<a href="/voip_services/index.php">VoIP Services</a>
							</p>
						</td>
					</tr>
				</table>
			<div class="next_latest" style="padding-bottom:5px;">
				<p>
					<a href="/">NextAdvisor Home</a>    <span>|</span><a href="/blog/">Latest Blog Headlines</a>
				</p>
			</div>

			<div class="next_latest">
				<p style="float:left;padding:4px 0 0 0;">Find Us On: </p>
				<a href="https://twitter.com/nextadvisor" target="_blank">
					<img width="20" height="21"  src="/images/share_icons/twitter-icon.gif">
				</a>
				<a href="https://www.facebook.com/NextAdvisor" target="_blank">
					<img width="20" height="21"  src="/images/share_icons/fb-icon.gif">
				</a>
				<a href="https://www.linkedin.com/company/nextadvisor-inc." target="_blank">
					<img width="20" height="21"  src="/images/share_icons/linkedin-icon.gif">
				</a>
				<a href="https://www.google.com/+Nextadvisor" target="_blank" rel="publisher">
					<img width="20" height="21" src="/images/share_icons/gplus-icon.png">
				</a>
			</div>
		</div>
	<br class="clear" />
	</div>
</div>
<div id="bottom">
	<div id="bottom_content">
		<div class="bottom_left">
			<a id="bottom_logo_link"><img src="/images/update/nextadvisor.png" /></a> <a href="https://www.bbb.org/greater-san-francisco/business-reviews/information-bureaus/nextadvisorcom-in-burlingame-ca-376041#bbblogo"><img src="/images/update/bbb.png" /></a>
		</div>

		<div class="bottom_right">
			<a href="/aboutus.php">About Us</a>
			<a href="/blog/">Blog</a>
			<a href="/contactus.php">Contact Us</a>
			<a href="/privacy.php">Terms & Privacy Policy</a>
			<a href="/affiliate_program.php">Affiliate Program</a>
			<a href="/sitemap.php">Site Map</a><br />
			<span class="copyright">Copyright&copy; 2006 - 2018 NextAdvisor.com - All rights reserved.</span>
		</div>
	<br class="clear" />
	<p id="disclosure"><b><u>Advertiser Disclosure</b></u>: NextAdvisor is a consumer information site that offers free reviews and ratings of online services. Many of the companies whose services we review provide us compensation when someone who clicks from our site becomes their customer. This is how we make money to support our site. The results of our analyses, calculators, reviews and ratings are based on objective quantitative and qualitative evaluation of all the cards on our site and are not affected by any compensation NextAdvisor may receive. Compensation may impact which products we review and write about and where those products appear. We do not review all products in a given category. All opinions expressed on this site are our own.
</p>
	</div>
</div>
</div>
<img src="//d.adroll.com/ipixel/NWJOPAPHHRDDZEPMJOEJWX/Y5I2UDWFC5F3RP3HO5XI3G" style="display:none">
	<img src="//amplifypixel.outbrain.com/pixel?mid=006bfb199e5c8a29dc65e31618f58f840a" style="height:0;width:0;border:none;display:block" alt=""/>
	<img src="//amplifypixel.outbrain.com/pixel?mid=001e423778d9577f97472c4f036096565c" style="height:0;width:0;border:none;display:block" alt=""/>
	<img src="//amplifypixel.outbrain.com/pixel?mid=0085bbcf781e3dc8ae8c9c8dbeda4874f8" style="height:0;width:0;border:none;display:block" alt=""/>
	<img src="//amplifypixel.outbrain.com/pixel?mid=001ab77b09a1678e2d26599aefdff10402" style="height:0;width:0;border:none;display:block" alt=""/>
	<img src="//amplifypixel.outbrain.com/pixel?mid=0057fa7a1d429fbf0711bfe4d8311bc938" style="height:0;width:0;border:none;display:block" alt=""><script>
	!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
	n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
	n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
	t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
	document,'script','//connect.facebook.net/en_US/fbevents.js');

	fbq('init', '1531766343811651');
	fbq('track', 'PageView');</script>
	<noscript><img height='1' width='1' style='display:none'
	src='https://www.facebook.com/tr?id=1531766343811651&ev=PageView&noscript=1'/>
	</noscript><img src="//secure.leadback.advertising.com/adcedge/lb?site=695501&srvc=1&betr=55482=1502156[720]" width = 1 height = 1 border = 0>
			<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
			<script type="text/javascript">
			window.criteo_q = window.criteo_q || [];
			var crtCustId = Math.random()*10000000000000000;
			window.criteo_q.push(
			    { event: "setAccount", account: 12466},
			    { event: "setCustomerId", id: crtCustId},
			    { event: "setSiteType", type: /iPad/.test(navigator.userAgent)?"t":/Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent)?"m":"d"},
			    { event: "viewHome"}
			);
			</script>	<script type="text/javascript">
		! function(e) {
		    if (!window.pintrk) {
		        window.pintrk = function() {
		            window.pintrk.queue.push(Array.prototype.slice.call(arguments))
		        };
		        var n = window.pintrk;
		        n.queue = [], n.version = "3.0";
		        var t = document.createElement("script");
		        t.async = !0, t.src = e;
		        var r = document.getElementsByTagName("script")[0];
		        r.parentNode.insertBefore(t, r)
		    }
		}("https://s.pinimg.com/ct/core.js");
		pintrk('load', '2614958344635');
		pintrk('page', {
		    page_name: '/blog/2017/08/31/how-credit-card-issuers-are-working-to-help-hurricane-harvey-victims/',
		    page_category: 'nextadvisor.com'
		});
		</script>
		<noscript><img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=2614958344635&noscript=1" /></noscript><img src="//trc.taboola.com/nextadvisor-sc/log/3/mark?marking-type=Retarget1&item-url=www.nextadvisor.com%2Fblog%2F2017%2F08%2F31%2Fhow-credit-card-issuers-are-working-to-help-hurricane-harvey-victims%2F" width="0" height="0" style="display:none"/>
	<script async="async" src="//platform.twitter.com/oct.js" type="text/javascript"></script>
	<script type="text/javascript">twttr.conversion.trackPid('ntgbq', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
	<noscript>
	<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=ntgbq&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
	<img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=ntgbq&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
	</noscript><script type="application/javascript">(function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'1000638825684','properties':{'pixelId':'431613'}});var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,rs=this.readyState,c=w[u];if(rs&&rs!="complete"&&rs!="loaded"){return}try{y=YAHOO.ywa.I13N.fireBeacon;w[u]=[];w[u].push=function(p){y([p])};y(c)}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr)})(window,document,"script","https://s.yimg.com/wi/ytc.js","dotq");</script></body>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-246595-2");
pageTracker._trackPageview();
} catch(err) {}
</script>

<span id="nakw" style="display:none;">bmFfYmxvZzIwMTcwODMxaG93LWNyZWRpdC1jYXJkLWlzc3VlcnMtYXJlLXdvcmtpbmctdG8taGVscC1odXJyaWNhbmUtaGFydmV5LXZpY3RpbXNfYmxvZzIwMTcwODMx</span><script type="text/javascript">if(($("a[href*='usbank_']").length > 0)||($("link[rel='canonical']").attr("href").indexOf("usbank_") >= 0)){
	$("body").append('<iframe name="_rlcdn" width=0 height=0 frameborder=0 src="//di.rlcdn.com/459639.html?pdata="></iframe>');
};
		var amex_linked_pages = {
			"amex_bluecash_everyday_review.php":"//www.awltovhc.com/image-1911961-12774357-1480607239000",
			"amex_everyday_preferred_review.php":"//www.ftjcfx.com/image-1911961-12774359-1480607285000",
			"amex_gold_delta_skymiles_review.php":"//www.awltovhc.com/image-1911961-12774361-1480607308000",
			"amex_starwood_preferred_review.php":"//www.ftjcfx.com/image-1911961-12774363-1480607346000",
			"amex_platinum_review.php":"//www.ftjcfx.com/image-1911961-12774365-1480607373000",
			"amex_hilton_hhonors_review.php":"//www.ftjcfx.com/image-1911961-12774369-1480607397000",
			"amex_plenti_review.php":"//www.ftjcfx.com/image-1911961-12774371-1480607427000",
			"amex_premier_rewards_gold_review.php":"//www.tqlkg.com/image-1911961-12774374-1480607456000",
			"amex_bluecash_preferred_review.php":"//www.ftjcfx.com/image-1911961-12774377-1480607478000",
			"amex_everyday_review.php":"//www.lduhtrp.net/image-1911961-12774388-1480607748000"
		}
		$.each(amex_linked_pages, function( key, value ) {
			if($("a[href$='"+key+"']").length > 0){
				$("body").append("<img src='"+value+"'/>");
			};
		});

	
	//check for a URL match, if none do, then if canonical link is www.nextadvisor.com/index.php another one is appended
		var amex_pages_themselves = {
			"www.nextadvisor.com/index.php":"//www.tqlkg.com/image-1911961-12746360-1479248396000",
			"/credit_cards/index.php":"//www.tqlkg.com/image-1911961-12746361-1479248396000",
			"/credit_cards/rewards_card.php":"//www.tqlkg.com/image-1911961-12746366-1479248396000",
			"/credit_cards/low_APR.php":"//www.lduhtrp.net/image-1911961-12746367-1479248396000",
			"/credit_cards/balance_transfer.php":"//www.awltovhc.com/image-1911961-12746368-1479248396000",
			"/credit_cards/cash_back.php":"//www.ftjcfx.com/image-1911961-12746370-1479248396000",
			"/credit_cards/travel_rewards.php":"//www.lduhtrp.net/image-1911961-12746371-1479248396000",
			"/credit_cards/amex_bluecash_preferred_review.php":"//www.tqlkg.com/image-1911961-12746372-1479248396000",
			"/credit_cards/amex_bluecash_everyday_review.php":"//www.lduhtrp.net/image-1911961-12746373-1479248396000",
			"/credit_cards/amex_starwood_preferred_review.php":"//www.tqlkg.com/image-1911961-12746374-1479248396000",
			"/credit_cards/amex_gold_delta_skymiles_review.php":"//www.ftjcfx.com/image-1911961-12746376-1479248396000",
			"/credit_cards/amex_hilton_hhonors_review.php":"//www.awltovhc.com/image-1911961-12746377-1479248396000",
			"/credit_cards/amex_premier_rewards_gold_review.php":"//www.ftjcfx.com/image-1911961-12746380-1479248396000",
			"/credit_cards/amex_platinum_review.php":"//www.lduhtrp.net/image-1911961-12746381-1479248396000",
			"/credit_cards/amex_everyday_review.php":"//www.tqlkg.com/image-1911961-12746398-1479248396000",
			"/credit_cards/amex_everyday_preferred_review.php":"//www.lduhtrp.net/image-1911961-12746400-1479248396000",
			"/credit_cards/amex_plenti_review.php":"//www.tqlkg.com/image-1911961-12746402-1479248396000",
			"/credit_cards/amex_special_offers":"//www.tqlkg.com/image-1911961-12746405-1479248396000",
			"/credit_cards/best-travel-reward-credit-cards-analysis":"//www.ftjcfx.com/image-1911961-12782992-1481216650000",
			"/credit_cards/cash_back_card_analysis":"//www.lduhtrp.net/image-1911961-12782998-1481216729000"
		}
		$.each(amex_pages_themselves, function( key, value ) {
			if ($("link[rel='canonical']").attr("href").indexOf(key) >= 0){
				$("body").append("<img src='"+value+"'/>");
			}
		});
	</script>		<script type="text/javascript">
		$(document).ready( function() { pageTracker._trackEvent(window.location.href, 'Log', '0.00'); });
		(function (tos) {
			window.setInterval(function () {
				// Every 10,000 milliseconds...
				tos = (function (t) {
						return t[0] == 50 ? (parseInt(t[1]) + 1) + ':00' : (t[1] || '0') + ':' + (parseInt(t[0]) + 10);
					})(tos.split(':').reverse());
					pageTracker._trackEvent(window.location.href, 'Log', tos);
				}, 10000);
		})('00');
		</script>
	</html>
