<?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: Trying to create a CIM record with an auth and capture in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54608#M29579</link>
    <description>&lt;P&gt;when I add that I get this response:&lt;/P&gt;&lt;PRE&gt;{
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00003",
                "text": "The element 'profile' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'merchantCustomerId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'customerProfileId, paymentProfile, shippingProfileId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'."
            }
        ]
    }
}&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 May 2016 21:41:00 GMT</pubDate>
    <dc:creator>8Ball</dc:creator>
    <dc:date>2016-05-12T21:41:00Z</dc:date>
    <item>
      <title>Trying to create a CIM record with an auth and capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54590#M29565</link>
      <description>&lt;P&gt;Here is the JSON I post to try an auth and capture while creating a CIM record as well:&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "MY_MERCHANT_NAME",
            "transactionKey": "MY_TRANSACTION_KEY"
        },
        "refId": "123456",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "5",
            "payment": {
                "creditCard": {
                    "cardNumber": "4111111111111111",
                    "expirationDate": "1220",
                    "cardCode": "999"
                }
            },
              "profile" : {
                "createProfile":"true"
              },
            "order": {
                "invoiceNumber" : "1010"
            },
            "billTo": {
                "firstName": "DJ_Praetzel",
                "lastName": "Johnson",
                "company": "Souveniropolis",
                "address": "14 Main Street",
                "city": "Pecan Springs",
                "state": "TX",
                "zip": "44628",
                "country": "USA"
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;But I get the response:&lt;/P&gt;&lt;PRE&gt;{
    "transactionResponse": {
        "responseCode": "1",
        "authCode": "A6NJYQ",
        "avsResultCode": "Y",
        "cvvResultCode": "P",
        "cavvResultCode": "2",
        "transId": "2258470210",
        "refTransID": "",
        "transHash": "E3FF4745A64EDBA7424EAB360ED21F01",
        "testRequest": "0",
        "accountNumber": "XXXX1111",
        "entryMode": "Keyed",
        "accountType": "Visa",
        "messages": [
            {
                "code": "1",
                "description": "This transaction has been approved."
            }
        ]
    },
    "profileResponse": {
        "messages": {
            "resultCode": "Error",
            "message": [
                {
                    "code": "E00102",
                    "text": "Customer Info is missing."
                }
            ]
        }
    },
    "refId": "123456",
    "messages": {
        "resultCode": "Ok",
        "message": [
            {
                "code": "I00001",
                "text": "Successful."
            }
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;What customer info am I missing in the request to successfully create a profile?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 13:54:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54590#M29565</guid>
      <dc:creator>8Ball</dc:creator>
      <dc:date>2016-05-11T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a CIM record with an auth and capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54598#M29573</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19930"&gt;@8Ball﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll also need to specify a merchantCustomerId created by your system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/#payment-transactions" target="_blank"&gt;http://developer.authorize.net/api/reference/#payment-transactions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 16:51:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54598#M29573</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-05-11T16:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a CIM record with an auth and capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54608#M29579</link>
      <description>&lt;P&gt;when I add that I get this response:&lt;/P&gt;&lt;PRE&gt;{
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00003",
                "text": "The element 'profile' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'merchantCustomerId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'customerProfileId, paymentProfile, shippingProfileId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'."
            }
        ]
    }
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 May 2016 21:41:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54608#M29579</guid>
      <dc:creator>8Ball</dc:creator>
      <dc:date>2016-05-12T21:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a CIM record with an auth and capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54609#M29580</link>
      <description>&lt;P&gt;not in the profile but in customer&lt;/P&gt;&lt;P&gt;also is just id&lt;/P&gt;&lt;P&gt;look at the ref&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/#payment-transactions" target="_blank"&gt;http://developer.authorize.net/api/reference/#payment-transactions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 21:55:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54609#M29580</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-05-12T21:55:19Z</dc:date>
    </item>
  </channel>
</rss>

