<?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 Error E00001 on when creating transaction using AcceptJS data in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70523#M43310</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When using Accept.js and then creating a payment transaction we are seeing E00001 on sandbox. We are also using OAuth. Can you please tell what can be going wrong below. How can we get the sandbox to provide more details than a general error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "createTransactionRequest": {
    "merchantAuthentication": {
      "accessToken": "eyJraWQiOi------Y0QHl2RSJLjqtA"
    },
    "clientId": null,
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": 27,
      "payment": {
        "opaqueData": {
          "dataDescriptor": "COMMON.ACCEPT.INAPP.PAYMENT",
          "dataValue": "eyJjb2RlIjoiNTBfMl8wNjAwMDUzQUMzOUIyODg2ODM5MzFFREI1MzNEQUE4RDlBNzgyNkVBNkY0ODhBOTQzMTVFMzlDRjE5
OTVEQzRENzJERDUwMDcxRkI1M0NEOUI3MkVGN0FBOUZBRTZCRkVCOTU4QTI3IiwidG9rZW4iOiI5NTgwOTE5OTc2MjYxNTc1MTA0NjAyIiwidiI6IjEuMSJ9
"
        }
      },
      "order": {
        "invoiceNumber": "3388",
        "description": "Payment for invoice 3388"
      },
      "lineItems": {
        "lineItem": [
          {
            "itemId": "3388",
            "name": "Invoice 3388",
            "description": "Invoice 3388",
            "quantity": 1,
            "unitPrice": 27
          }
        ]
      },
      "billTo": {
        "firstName": "Ellen",
        "lastName": "Johnson",
        "company": "Souveniropolis",
        "address": "14 Main Street",
        "city": "Pecan Springs",
        "state": "TX",
        "zip": "44628",
        "country": "USA"
      },
      "shipTo": {
        "firstName": "China",
        "lastName": "Bayles",
        "company": "Thyme for Tea",
        "address": "12 Main Street",
        "city": "Pecan Springs",
        "state": "TX",
        "zip": "44628",
        "country": "USA"
      },
      "transactionSettings": {
        "setting": [
          {
            "settingName": "duplicateWindow",
            "settingValue": "120"
          },
          {
            "settingName": "recurringBilling",
            "settingValue": "false"
          }
        ]
      },
      "userFields": {
        "userField": [
          {
            "name": "meta_invoice_number",
            "value": "3388"
          },
          {
            "name": "meta_business_id",
            "value": "5cfe"
          },
          {
            "name": "meta_is_manual_capture",
            "value": 0
          }
        ]
      }
    }
  }
}
CreateTransactionController {
  _request:
   { createTransactionRequest:
      CreateTransactionRequest {
        merchantAuthentication: [MerchantAuthenticationType],
        clientId: null,
        transactionRequest: [TransactionRequestType] } },
  _response: null,
  _endpoint: 'https://apitest.authorize.net/xml/v1/request.api' }
{
  "messages": {
    "resultCode": "Error",
    "message": [
      {
        "code": "E00001",
        "text": "An error occurred during processing. Please try again."
      }
    ]
  },
  "transactionResponse": {}
}&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Feb 2020 16:32:58 GMT</pubDate>
    <dc:creator>kiranks</dc:creator>
    <dc:date>2020-02-05T16:32:58Z</dc:date>
    <item>
      <title>Error E00001 on when creating transaction using AcceptJS data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70523#M43310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When using Accept.js and then creating a payment transaction we are seeing E00001 on sandbox. We are also using OAuth. Can you please tell what can be going wrong below. How can we get the sandbox to provide more details than a general error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "createTransactionRequest": {
    "merchantAuthentication": {
      "accessToken": "eyJraWQiOi------Y0QHl2RSJLjqtA"
    },
    "clientId": null,
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": 27,
      "payment": {
        "opaqueData": {
          "dataDescriptor": "COMMON.ACCEPT.INAPP.PAYMENT",
          "dataValue": "eyJjb2RlIjoiNTBfMl8wNjAwMDUzQUMzOUIyODg2ODM5MzFFREI1MzNEQUE4RDlBNzgyNkVBNkY0ODhBOTQzMTVFMzlDRjE5
OTVEQzRENzJERDUwMDcxRkI1M0NEOUI3MkVGN0FBOUZBRTZCRkVCOTU4QTI3IiwidG9rZW4iOiI5NTgwOTE5OTc2MjYxNTc1MTA0NjAyIiwidiI6IjEuMSJ9
"
        }
      },
      "order": {
        "invoiceNumber": "3388",
        "description": "Payment for invoice 3388"
      },
      "lineItems": {
        "lineItem": [
          {
            "itemId": "3388",
            "name": "Invoice 3388",
            "description": "Invoice 3388",
            "quantity": 1,
            "unitPrice": 27
          }
        ]
      },
      "billTo": {
        "firstName": "Ellen",
        "lastName": "Johnson",
        "company": "Souveniropolis",
        "address": "14 Main Street",
        "city": "Pecan Springs",
        "state": "TX",
        "zip": "44628",
        "country": "USA"
      },
      "shipTo": {
        "firstName": "China",
        "lastName": "Bayles",
        "company": "Thyme for Tea",
        "address": "12 Main Street",
        "city": "Pecan Springs",
        "state": "TX",
        "zip": "44628",
        "country": "USA"
      },
      "transactionSettings": {
        "setting": [
          {
            "settingName": "duplicateWindow",
            "settingValue": "120"
          },
          {
            "settingName": "recurringBilling",
            "settingValue": "false"
          }
        ]
      },
      "userFields": {
        "userField": [
          {
            "name": "meta_invoice_number",
            "value": "3388"
          },
          {
            "name": "meta_business_id",
            "value": "5cfe"
          },
          {
            "name": "meta_is_manual_capture",
            "value": 0
          }
        ]
      }
    }
  }
}
CreateTransactionController {
  _request:
   { createTransactionRequest:
      CreateTransactionRequest {
        merchantAuthentication: [MerchantAuthenticationType],
        clientId: null,
        transactionRequest: [TransactionRequestType] } },
  _response: null,
  _endpoint: 'https://apitest.authorize.net/xml/v1/request.api' }
{
  "messages": {
    "resultCode": "Error",
    "message": [
      {
        "code": "E00001",
        "text": "An error occurred during processing. Please try again."
      }
    ]
  },
  "transactionResponse": {}
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 16:32:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70523#M43310</guid>
      <dc:creator>kiranks</dc:creator>
      <dc:date>2020-02-05T16:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00001 on when creating transaction using AcceptJS data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70524#M43311</link>
      <description>&lt;P&gt;Is it possible that merchantAuthentication is missing "name"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;When accessToken is set, name is already in that object, right?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 20:17:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70524#M43311</guid>
      <dc:creator>kiranks</dc:creator>
      <dc:date>2020-02-05T20:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00001 on when creating transaction using AcceptJS data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70527#M43314</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-string"&gt;One possibility is the 'dataValue' is not valid in&lt;/SPAN&gt;&amp;nbsp;the JSON in the&amp;nbsp;createTransactionRequest,&lt;SPAN class="hljs-string"&gt;&amp;nbsp;because it contains spaces or&lt;/SPAN&gt;&amp;nbsp;\n,\r&lt;SPAN class="hljs-string"&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"dataValue": "eyJjb2RlIjoiNTBfMl8wNjAwMDUzQUMzOUIyODg2ODM5MzFFREI1MzNEQUE4RDlBNzgyNkVBNkY0ODhBOTQzMTVFMzlDRjE5
OTVEQzRENzJERDUwMDcxRkI1M0NEOUI3MkVGN0FBOUZBRTZCRkVCOTU4QTI3IiwidG9rZW4iOiI5NTgwOTE5OTc2MjYxNTc1MTA0NjAyIiwidiI6IjEuMSJ9
"&lt;/PRE&gt;&lt;P&gt;Try it with the 'dataValue' string trimmed:&lt;/P&gt;&lt;PRE&gt;"dataValue": "eyJjb2RlIjoiN8wNjAwMDUzQUMzOUIyODg2ODM5MzFFREI1MzNEQUE4RDlBNzgyNkVBNkY0ODhBOTQzMTVFMzlDRjE5OTVEQzRENzJERDUwMDcxRkI1M0NEOUI3MkVGN0FBOUZBRTZCRkVCOTU4QTI3IiwidG9rZW4iOiI5NTgwOTE5OTc2MjYxNTc1MTA0NjAyIiwidiI6IjEuMSJ9"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 12:21:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70527#M43314</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2020-02-06T12:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00001 on when creating transaction using AcceptJS data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70530#M43317</link>
      <description>&lt;P&gt;Thanks for the suggestion. In our db there was no extra space still we added a trim to try . It did not make a diff. What did help was adding apiloginid.&lt;/P&gt;&lt;P&gt;At this stage, we are curious why apiloginid is needed if we are providing the oauth access token.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:56:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70530#M43317</guid>
      <dc:creator>kiranks</dc:creator>
      <dc:date>2020-02-06T16:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00001 on when creating transaction using AcceptJS data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70547#M43331</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@&lt;FONT size="2"&gt;&lt;A title="Chick-fil-A survey" href="https://www.mycfavisit.us/" target="_blank" rel="noopener"&gt;Chick-fil-A survey&lt;/A&gt;&lt;/FONT&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-string"&gt;One possibility is the 'dataValue' is not valid in&lt;/SPAN&gt;&amp;nbsp;the JSON in the&amp;nbsp;createTransactionRequest,&lt;SPAN class="hljs-string"&gt;&amp;nbsp;because it contains spaces or&lt;/SPAN&gt;&amp;nbsp;\n,\r&lt;SPAN class="hljs-string"&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"dataValue": "eyJjb2RlIjoiNTBfMl8wNjAwMDUzQUMzOUIyODg2ODM5MzFFREI1MzNEQUE4RDlBNzgyNkVBNkY0ODhBOTQzMTVFMzlDRjE5
OTVEQzRENzJERDUwMDcxRkI1M0NEOUI3MkVGN0FBOUZBRTZCRkVCOTU4QTI3IiwidG9rZW4iOiI5NTgwOTE5OTc2MjYxNTc1MTA0NjAyIiwidiI6IjEuMSJ9
"&lt;/PRE&gt;&lt;P&gt;Try it with the 'dataValue' string trimmed:&lt;/P&gt;&lt;PRE&gt;"dataValue": "eyJjb2RlIjoiN8wNjAwMDUzQUMzOUIyODg2ODM5MzFFREI1MzNEQUE4RDlBNzgyNkVBNkY0ODhBOTQzMTVFMzlDRjE5OTVEQzRENzJERDUwMDcxRkI1M0NEOUI3MkVGN0FBOUZBRTZCRkVCOTU4QTI3IiwidG9rZW4iOiI5NTgwOTE5OTc2MjYxNTc1MTA0NjAyIiwidiI6IjEuMSJ9"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you for sharing article and information. this is very helpful&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 09:04:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70547#M43331</guid>
      <dc:creator>Badgericho</dc:creator>
      <dc:date>2020-02-08T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00001 on when creating transaction using AcceptJS data</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70586#M43361</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21382"&gt;@Anurag&lt;/a&gt;&amp;nbsp;-- Is it possible to comment?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 00:06:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00001-on-when-creating-transaction-using-AcceptJS-data/m-p/70586#M43361</guid>
      <dc:creator>kiranks</dc:creator>
      <dc:date>2020-02-12T00:06:58Z</dc:date>
    </item>
  </channel>
</rss>

