<?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: API Error E00142 when resubmitting a transaction with a valid credit card in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63390#M37526</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Can you kindly run this API (&lt;A href="https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile&lt;/A&gt;) and tell us what the response is for your payment profile ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) How are you charging the customer the second time. Are you updating the customer profile or are you simply charging a new valid credit card ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 09:01:39 GMT</pubDate>
    <dc:creator>Akash_shah</dc:creator>
    <dc:date>2018-06-14T09:01:39Z</dc:date>
    <item>
      <title>API Error E00142 when resubmitting a transaction with a valid credit card</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63380#M37518</link>
      <description>&lt;P&gt;What I am sending&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createTransactionRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;XXXXX&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;XXXXXX&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;clientId&amp;gt;sdk-dotnet-1.9.3&amp;lt;/clientId&amp;gt;&amp;lt;transactionRequest&amp;gt;&amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;&amp;lt;amount&amp;gt;7.45&amp;lt;/amount&amp;gt;&amp;lt;profile&amp;gt;&amp;lt;customerProfileId&amp;gt;1914XXXXX&amp;lt;/customerProfileId&amp;gt;&amp;lt;paymentProfile&amp;gt;&amp;lt;paymentProfileId&amp;gt;18276XXXX&amp;lt;/paymentProfileId&amp;gt;&amp;lt;/paymentProfile&amp;gt;&amp;lt;/profile&amp;gt;&amp;lt;order&amp;gt;&amp;lt;invoiceNumber&amp;gt;86b87e40-9053-4f30-a&amp;lt;/invoiceNumber&amp;gt;&amp;lt;description /&amp;gt;&amp;lt;/order&amp;gt;&amp;lt;/transactionRequest&amp;gt;&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00142&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;RecurringBilling setting is a required field for recurring tokenized payment transactions.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;transactionResponse /&amp;gt;&amp;lt;/createTransactionResponse&amp;gt;

&lt;/PRE&gt;&lt;P&gt;The integration I am setting up handles subscription-based payments, but does not use ARB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This happens whenever I charge an amount against a profile where the credit card has expired, then try to rebill the same customer for the same amount, but with a different, valid credit card. The transaction fails on authCaptureTransaction as well as fails on a separate authorize call.&lt;/P&gt;&lt;P&gt;I do not believe this is AuthNet's protection against repeated similar transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have never seen this error before, and it's not documented anywhere. What exactly does it mean, and what can I do to avoid getting this error in the future? I have tried to set recurringBilling to true/false and that didn't work either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 15:24:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63380#M37518</guid>
      <dc:creator>authorize</dc:creator>
      <dc:date>2018-06-13T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: API Error E00142 when resubmitting a transaction with a valid credit card</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63390#M37526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Can you kindly run this API (&lt;A href="https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile&lt;/A&gt;) and tell us what the response is for your payment profile ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) How are you charging the customer the second time. Are you updating the customer profile or are you simply charging a new valid credit card ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 09:01:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63390#M37526</guid>
      <dc:creator>Akash_shah</dc:creator>
      <dc:date>2018-06-14T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: API Error E00142 when resubmitting a transaction with a valid credit card</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63398#M37532</link>
      <description>&lt;P&gt;1.&lt;/P&gt;&lt;PRE&gt;{
    "paymentProfile": {
        "customerProfileId": "1914010837",
        "customerPaymentProfileId": "1827684746",
        "payment": {
            "creditCard": {
                "cardNumber": "XXXX8713",
                "expirationDate": "XXXX",
                "cardType": "Visa",
                "issuerNumber": "455651",
                "isPaymentToken": true
            }
        },
        "customerType": "individual",
        "billTo": {
            "phoneNumber": "XX",
            "firstName": "newcard",
            "lastName": "forsubscription",
            "address": "asdfa",
            "city": "XX",
            "state": "XX",
            "zip": "XX",
            "country": "United States"
        }
    },
    "messages": {
        "resultCode": "Ok",
        "message": [
            {
                "code": "I00001",
                "text": "Successful."
            }
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;For the second charge, I had created a new payment profile to attach to the profile for the attempt, then made the call. It shows up as void from the dev portal.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:55:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63398#M37532</guid>
      <dc:creator>authorize</dc:creator>
      <dc:date>2018-06-14T16:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: API Error E00142 when resubmitting a transaction with a valid credit card</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63404#M37537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24870"&gt;@authorize&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you passing this field&amp;nbsp;&lt;STRONG&gt;"isPaymentToken": true&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp; the request when adding or updating a payment profile for credit card ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This shouldnt be passed in if you are adding a creditCard or bankAccount .&amp;nbsp; This is only needed if you passing in a network Token for card .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the updatePaymentProfile to remove this field and try again .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#customer-profiles-update-customer-payment-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-update-customer-payment-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:43:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63404#M37537</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-06-14T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: API Error E00142 when resubmitting a transaction with a valid credit card</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63412#M37542</link>
      <description>&lt;P&gt;That worked, thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 14:17:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Error-E00142-when-resubmitting-a-transaction-with-a-valid/m-p/63412#M37542</guid>
      <dc:creator>authorize</dc:creator>
      <dc:date>2018-06-15T14:17:04Z</dc:date>
    </item>
  </channel>
</rss>

