<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: What are 2Checkout.com&#8217;s own parameters?</title>
	<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/</link>
	<description>merchant account / credit card processing alternative</description>
	<pubDate>Wed, 07 Jan 2009 22:59:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: joel</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-878</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Fri, 29 Aug 2008 17:03:11 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-878</guid>
		<description>The total amount paid will be passed back to you as the "total" parameter.  Keep in mind with this parameter set the total is based only off this parameter so your customers will not have the option to remove or edit the quantity of items on the 2Checkout page.  Unless your customer manually edits the HTML POST or GET parameters this amount will always match what you sent in.

If you're concerned someone may edit the total, in attempts to get your product without paying full price for it, you can implement the MD5 hash on your site.  More information on this &lt;a href="http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/md5-hash-checking/how-do-i-use-the-md5-hash/" rel="nofollow"&gt;here&lt;/a&gt;.  This hash is calculated using the total so if you store the total on your site before passing the customer to our purchase pages, you can calculate the hash and compare it with what we calculated.  If they do not match then your system will know that the customer edited the total.</description>
		<content:encoded><![CDATA[<p>The total amount paid will be passed back to you as the &#8220;total&#8221; parameter.  Keep in mind with this parameter set the total is based only off this parameter so your customers will not have the option to remove or edit the quantity of items on the 2Checkout page.  Unless your customer manually edits the HTML POST or GET parameters this amount will always match what you sent in.</p>
<p>If you&#8217;re concerned someone may edit the total, in attempts to get your product without paying full price for it, you can implement the MD5 hash on your site.  More information on this <a href="http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/md5-hash-checking/how-do-i-use-the-md5-hash/" rel="nofollow">here</a>.  This hash is calculated using the total so if you store the total on your site before passing the customer to our purchase pages, you can calculate the hash and compare it with what we calculated.  If they do not match then your system will know that the customer edited the total.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-877</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:47:05 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-877</guid>
		<description>This parameter will always equal Y unless an online check was used.  In that case the parameter would equal K.  We will only send the customer back to your site if the credit card can be successfully authorized.  If the card is declined the customer will stay on the 2Checkout page and see the error and have the option to attempt to authorize another credit card.  If the customer cancels the transaction and closes the browser then no parameter will be posted back to your site.

If you wish to be notified of the status of a sale, for example the pending online check moving to a deposited status you can use our INS system.  Documentation on the INS system can be found &lt;a href="https://www.2checkout.com/static/va/documentation/INS/index.html" rel="nofollow"&gt;here&lt;/a&gt;.  The message that deals with the status of an invoice changing will be the message you will want to use if your interested in being notified of the pending echeck moving to deposited.</description>
		<content:encoded><![CDATA[<p>This parameter will always equal Y unless an online check was used.  In that case the parameter would equal K.  We will only send the customer back to your site if the credit card can be successfully authorized.  If the card is declined the customer will stay on the 2Checkout page and see the error and have the option to attempt to authorize another credit card.  If the customer cancels the transaction and closes the browser then no parameter will be posted back to your site.</p>
<p>If you wish to be notified of the status of a sale, for example the pending online check moving to a deposited status you can use our INS system.  Documentation on the INS system can be found <a href="https://www.2checkout.com/static/va/documentation/INS/index.html" rel="nofollow">here</a>.  The message that deals with the status of an invoice changing will be the message you will want to use if your interested in being notified of the pending echeck moving to deposited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorsten</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-876</link>
		<dc:creator>thorsten</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:43:59 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-876</guid>
		<description>And how do I find out, which amount was paid?
It is possible on the payment site to remove items or the whole payment. So this may or may not be identical to the amount I sent in?</description>
		<content:encoded><![CDATA[<p>And how do I find out, which amount was paid?<br />
It is possible on the payment site to remove items or the whole payment. So this may or may not be identical to the amount I sent in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorsten</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-875</link>
		<dc:creator>thorsten</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:19:38 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-875</guid>
		<description>credit_card_processed - Y if successful (Approved), K if waiting for approval (Pending)

1) What about other return states?
like canceled by user or error?

2) If it's pending, how do I query the state until I get a final result, that I can display on my web site?</description>
		<content:encoded><![CDATA[<p>credit_card_processed - Y if successful (Approved), K if waiting for approval (Pending)</p>
<p>1) What about other return states?<br />
like canceled by user or error?</p>
<p>2) If it&#8217;s pending, how do I query the state until I get a final result, that I can display on my web site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-407</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Wed, 14 Nov 2007 16:23:32 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-407</guid>
		<description>The parameters are combined with a space.  For example:

first_name="first"
middle_initial="m"
last_name="last"

These 3 parameters would be combined into:

card_holder_name="first m last"</description>
		<content:encoded><![CDATA[<p>The parameters are combined with a space.  For example:</p>
<p>first_name=&#8221;first&#8221;<br />
middle_initial=&#8221;m&#8221;<br />
last_name=&#8221;last&#8221;</p>
<p>These 3 parameters would be combined into:</p>
<p>card_holder_name=&#8221;first m last&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudibela</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-405</link>
		<dc:creator>rudibela</dc:creator>
		<pubDate>Wed, 14 Nov 2007 00:31:07 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/#comment-405</guid>
		<description>How are first_name, middle_initial, and last_name parameters combined into card_holder_name? Are they just concatenated or are they separated with space, underscore or any other character?

Thank you.</description>
		<content:encoded><![CDATA[<p>How are first_name, middle_initial, and last_name parameters combined into card_holder_name? Are they just concatenated or are they separated with space, underscore or any other character?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
