<?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: E00001 error on createTransactionRequest in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00001-error-on-createTransactionRequest/m-p/65057#M38785</link>
    <description>&lt;P&gt;I've narrowed down the issue to the Accept.js opaqueData. The transaction works successfully if I replace that paymentType with creditCard payment and correct credit card information. But when I try to use the nonce that accept.js gives me for the transaction, it throws the error. Still not sure how to fix this.. I need to use accept.js.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Nov 2018 17:50:45 GMT</pubDate>
    <dc:creator>jdoyle112</dc:creator>
    <dc:date>2018-11-13T17:50:45Z</dc:date>
    <item>
      <title>E00001 error on createTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00001-error-on-createTransactionRequest/m-p/65056#M38784</link>
      <description>&lt;P&gt;I'm getting an E00001 error when trying to charge a cretid card in production mode using the node sdk. Below is my request with sensitave data removed. It is not an issue with merchant authentication as the same access token works for other requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{ createTransactionRequest:
   CreateTransactionRequest {
     merchantAuthentication:
      MerchantAuthenticationType {
        accessToken: ***** },
     clientId: null,
     transactionRequest:
      TransactionRequestType {
        transactionType: 'authCaptureTransaction',
        amount: 0.1,
        payment:
         PaymentType {
           opaqueData:
            OpaqueDataType {
              dataDescriptor: 'COMMON.ACCEPT.INAPP.PAYMENT',
              dataValue: *** } },
        order: OrderType { invoiceNumber: '34490' },
        tax: ExtendedAmountType { amount: 0 },
        billTo:
         CustomerAddressType {
           firstName: ***,
           lastName: ***,
           address: *** 
          } 
       } 
    } 
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Nov 2018 16:57:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00001-error-on-createTransactionRequest/m-p/65056#M38784</guid>
      <dc:creator>jdoyle112</dc:creator>
      <dc:date>2018-11-13T16:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: E00001 error on createTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00001-error-on-createTransactionRequest/m-p/65057#M38785</link>
      <description>&lt;P&gt;I've narrowed down the issue to the Accept.js opaqueData. The transaction works successfully if I replace that paymentType with creditCard payment and correct credit card information. But when I try to use the nonce that accept.js gives me for the transaction, it throws the error. Still not sure how to fix this.. I need to use accept.js.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 17:50:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00001-error-on-createTransactionRequest/m-p/65057#M38785</guid>
      <dc:creator>jdoyle112</dc:creator>
      <dc:date>2018-11-13T17:50:45Z</dc:date>
    </item>
  </channel>
</rss>

