<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Card Code Mismatch</title>
		<link>https://legacy.forums.gravityhelp.com/topic/card-code-mismatch</link>
		<description>Gravity Support Forums Topic: Card Code Mismatch</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:14:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/card-code-mismatch" rel="self" type="application/rss+xml" />

		<item>
			<title>bartoncollege on "Card Code Mismatch"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/card-code-mismatch#post-301933</link>
			<pubDate>Tue, 04 Jun 2013 17:09:09 +0000</pubDate>
			<dc:creator>bartoncollege</dc:creator>
			<guid isPermaLink="false">301933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are still experiencing intermittent problems. Some transactions go through without a problem; others not so.  We seem to have two issues:&#60;/p&#62;
&#60;p&#62;(1) User submits a gift. The gift itemization (the Javascript section) shows the proper amounts, but $0 is transmitted to Authorize.net. Yet the form processes the email notifications as if a normal transaction occurred.  The user thinks everything went through when it actually didn't.&#60;/p&#62;
&#60;p&#62;(2) The other issue is that the form sends the email notifications and receipts even when a transaction is declined.&#60;/p&#62;
&#60;p&#62;Here is the link to the form: &#60;a href=&#34;http://www.barton.edu/give&#34; rel=&#34;nofollow&#34;&#62;http://www.barton.edu/give&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I will post the custom code to Pastie, but I would prefer not to share them in the forum. May I email them to you?&#60;/p&#62;
&#60;p&#62;In addition, I installed the logging tool and set it to record everything for Authorize.net and the core.  I didn't see where to access the logs, though; so I will need your guidance there.&#60;/p&#62;
&#60;p&#62;My colleagues are in the middle of a donor campaign, and these errors are troublesome.  So, your help is greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Card Code Mismatch"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/card-code-mismatch#post-271319</link>
			<pubDate>Thu, 23 May 2013 16:13:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">271319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is likely.  Please let us know how it turns out.  Thank you.&#60;/p&#62;
&#60;p&#62;You can run your code again, if you need to, on each page of a multi-page form, with the gform_post_render jQuery hook: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bartoncollege on "Card Code Mismatch"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/card-code-mismatch#post-268421</link>
			<pubDate>Wed, 22 May 2013 13:45:51 +0000</pubDate>
			<dc:creator>bartoncollege</dc:creator>
			<guid isPermaLink="false">268421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I know what the problem likely was. Javascript is used to dynamically populate fields further down the page.  If someone uses the previous and next buttons to backtrack, the totals are lost and the user ends up on the payment page with a $0 amount in the post data.  Perhaps the programmers who wrote our Javascript will be able to fix it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Card Code Mismatch"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/card-code-mismatch#post-268300</link>
			<pubDate>Wed, 22 May 2013 12:23:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">268300@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you need assistance with this, please post the custom code you are using, to pastebin.com or pastie.org.  Please also include a link to the page on your site with the form in question.&#60;/p&#62;
&#60;p&#62;Finally, you can use our logging add-on to help debug this issue:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/downloads/#Gravity_Forms_Logging_Tool&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/downloads/#Gravity_Forms_Logging_Tool&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bartoncollege on "Card Code Mismatch"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/card-code-mismatch#post-219546</link>
			<pubDate>Mon, 22 Apr 2013 15:14:50 +0000</pubDate>
			<dc:creator>bartoncollege</dc:creator>
			<guid isPermaLink="false">219546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A recent transaction was declined by Authorize.net due to a card code mismatch.  The customer said he received no error message but noticed that the amount said &#34;$0.00&#34; even though he had entered $100.00.  This particular form has some custom coding, so the issue could be there.  Just to be sure I've got all of the bases covered, can you tell me what the normal handling is for a card code mismatch?  I'm trying to figure our why he received an email receipt for $0 but got no error message.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
