<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question about tokens / transaction keys in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56690#M31469</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21110"&gt;@dan1101&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct that the Accept.js payment nonce&amp;nbsp;must be used within 15 minutes before it expires. &amp;nbsp;It can be used to create a one-time, transaction, but it can also be used to create a customer profile for future charges. &amp;nbsp;Simply include the the payment nonce returned by Accept.js in the payment object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2017 17:49:03 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2017-01-16T17:49:03Z</dc:date>
    <item>
      <title>Question about tokens / transaction keys</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56689#M31468</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I want to use Accept.js to tokenize customer cards so I don't have to store them on my server. I have created a simple form that returns a transaction key&amp;nbsp;(returns a COMMON.ACCEPT.INAPP.PAYMENT number), but it seems if I wait more than a few minutes to do the test charge it gets rejected with E00114 or E00115. I assume that means I have a limited amount of time to do the charge after generating the token?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The way my business works, we don't charge the customer until right before we ship their order. Is there any way to generate a token / transaction key at the time the customer places the order and then charge using the token X number of hours or days later?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 17:25:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56689#M31468</guid>
      <dc:creator>dan1101</dc:creator>
      <dc:date>2017-01-16T17:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about tokens / transaction keys</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56690#M31469</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21110"&gt;@dan1101&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct that the Accept.js payment nonce&amp;nbsp;must be used within 15 minutes before it expires. &amp;nbsp;It can be used to create a one-time, transaction, but it can also be used to create a customer profile for future charges. &amp;nbsp;Simply include the the payment nonce returned by Accept.js in the payment object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 17:49:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56690#M31469</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-16T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about tokens / transaction keys</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56691#M31470</link>
      <description>&lt;P&gt;Ok thanks I will study that. &amp;nbsp;The example shows&amp;nbsp;&amp;lt;cardNumber&amp;gt;, so a nonce can be substituted instead? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 17:58:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56691#M31470</guid>
      <dc:creator>dan1101</dc:creator>
      <dc:date>2017-01-16T17:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question about tokens / transaction keys</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56692#M31471</link>
      <description>&lt;P&gt;Correct. &amp;nbsp;If you need a sample, just use the payment nonce object from this:&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-create-an-accept-payment-transaction" target="_blank"&gt;https://developer.authorize.net/api/reference/#payment-transactions-create-an-accept-payment-transaction&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 18:08:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Question-about-tokens-transaction-keys/m-p/56692#M31471</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-16T18:08:01Z</dc:date>
    </item>
  </channel>
</rss>

