<?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: Original Transaction Not Issued For Payment Profile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57774#M32465</link>
    <description>&lt;P&gt;It would help to see your code or the XML/JSON request.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 20:00:14 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2017-04-20T20:00:14Z</dc:date>
    <item>
      <title>Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57766#M32457</link>
      <description>&lt;P&gt;The best way for me to explain our problem is by describing how we're authorizing payments and creating payment profiles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're creating customer payment profiles in this order:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. We create a payment nonce using Accept.js&lt;/P&gt;&lt;P&gt;2. We use the payment nonce to perform an authorization for an amount, say $500&lt;/P&gt;&lt;P&gt;3. We use the resulting transaction id to create a payment profiler&lt;/P&gt;&lt;P&gt;4. On the next day, we use the payment profile to CAPTURE the authorized transaction. But now we get an error, "the original transaction was not issued for this payment profile," presumably because the profile was created AFTER the transaction was issued.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a bug or expected behavior?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:41:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57766#M32457</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-20T18:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57767#M32458</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21288"&gt;@glyoder&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using &lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-capture-a-previously-authorized-amount" target="_self"&gt;priorAuthCaptureTransaction&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;as the transaction type, or attempting to use &lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-capture-funds-authorized-through-another-channel" target="_self"&gt;captureOnlyTransaction&lt;/A&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Richard&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:51:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57767#M32458</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-20T18:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57768#M32459</link>
      <description>&lt;P&gt;priorAuthCapture&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 19:37:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57768#M32459</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-20T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57771#M32462</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21288"&gt;@glyoder&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide a sample priorAuthCapture request for a sandbox transaction?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 19:43:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57771#M32462</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-20T19:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57772#M32463</link>
      <description>&lt;P&gt;You mean you want to see some code? Or just an example of a transaction that failed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The api login id for this sandbox account is:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="PageHeaderFont"&gt;5JNKx9n3F&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example of a failed capture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"profileId": "1811009898",&lt;BR /&gt;"resultCode": "Error",&lt;BR /&gt;"reasonCode": "E00051",&lt;BR /&gt;"reasonText": "The original transaction was not issued for this payment profile.",&lt;BR /&gt;"responseCode": null,&lt;BR /&gt;"responseSubCode": null,&lt;BR /&gt;"approvalCode": null,&lt;BR /&gt;"avsResultCode": null,&lt;BR /&gt;"transactionNumber": null,&lt;BR /&gt;"expectedTransNumber": "60022446222",&lt;BR /&gt;"amount": "500.00",&lt;BR /&gt;"cardType": null&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 19:47:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57772#M32463</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-20T19:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57774#M32465</link>
      <description>&lt;P&gt;It would help to see your code or the XML/JSON request.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:00:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57774#M32465</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-20T20:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57775#M32466</link>
      <description>&lt;P&gt;I can try to turn up the debugging and get the XML, but we're just using the authent java sdk, and the same authcapture endpoint is working for other transactions that are authorized after a profile is created. I'm pretty sure the error I'm seeing is because the profile is created after the authorization instead of the other way around.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:04:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57775#M32466</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-20T20:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57776#M32467</link>
      <description>&lt;P&gt;It sounds like you're on the right track, but I'd love to clarify a few more things and see if I can reproduce here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Has this ever worked? Is this something that has recently changed?&lt;/P&gt;
&lt;P&gt;2. Does it work if you're passing a card number instead of a payment nonce? Or, does it fail either way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:29:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57776#M32467</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-20T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57778#M32469</link>
      <description>&lt;P&gt;#1 - this particular process has never worked. We do have a working process where we create a profile, do an authorization using that profile, and then a capture using that profile. But this new process (authorize using a nonce, creating a profile from that transaction, and then capture prior auth using the profile) has never worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2 - I haven't tried yet. I'll try it when I get a chance.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 12:11:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57778#M32469</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-21T12:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57779#M32470</link>
      <description>&lt;P&gt;#2 - I've verified that this also fails if the original transaction was done with a card number instead of a payment nonce.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 13:24:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57779#M32470</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-21T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57780#M32471</link>
      <description>&lt;P&gt;OK, I've done some more debugging. I'm only able to capture the originally authorized transaction if I don't associate the transaction with a profile (not surprising).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Associated with payment profile&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
&amp;lt;merchantAuthentication&amp;gt;
&amp;lt;name&amp;gt;****&amp;lt;/name&amp;gt;
&amp;lt;transactionKey&amp;gt;*****&amp;lt;/transactionKey&amp;gt;
&amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;clientId&amp;gt;sdk-java-1.9.2&amp;lt;/clientId&amp;gt;
&amp;lt;transactionRequest&amp;gt;
&amp;lt;transactionType&amp;gt;priorAuthCaptureTransaction&amp;lt;/transactionType&amp;gt;
&amp;lt;amount&amp;gt;956&amp;lt;/amount&amp;gt;
&amp;lt;profile&amp;gt;
&amp;lt;customerProfileId&amp;gt;1810971237&amp;lt;/customerProfileId&amp;gt;
&amp;lt;paymentProfile&amp;gt;
&amp;lt;paymentProfileId&amp;gt;1806151346&amp;lt;/paymentProfileId&amp;gt;
&amp;lt;/paymentProfile&amp;gt;
&amp;lt;/profile&amp;gt;
&amp;lt;refTransId&amp;gt;60022499131&amp;lt;/refTransId&amp;gt;
&amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;
'
[2017-04-21 09:57:11.702] boot - 8711 DEBUG [pool-25-thread-1] --- HttpCallTask: Raw Response: '&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;E00051&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;The original transaction was not issued for this payment profile.&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;
'
[2017-04-21 09:57:11.705] boot - 8711 DEBUG [http-nio-8443-exec-2] --- HttpUtility: Response: 'net.authorize.api.contract.v1.CreateTransactionResponse@281f5840'
[2017-04-21 09:57:11.706] boot - 8711 DEBUG [http-nio-8443-exec-2] --- ApiOperationBase: Received Response:'net.authorize.api.contract.v1.CreateTransactionResponse@281f5840' for request:'net.authorize.api.contract.v1.CreateTransactionRequest@659ddcaf'
[2017-04-21 09:57:11.706] boot - 8711 DEBUG [http-nio-8443-exec-2] --- ApiOperationBase: Setting response: 'net.authorize.api.contract.v1.CreateTransactionResponse@281f5840'
Failed Transaction.
Error Code: E00051
Error message: The original transaction was not issued for this payment profile.&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Not associated with payment profil&lt;/STRONG&gt;e&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
&amp;lt;merchantAuthentication&amp;gt;
&amp;lt;name&amp;gt;****&amp;lt;/name&amp;gt;
&amp;lt;transactionKey&amp;gt;*****&amp;lt;/transactionKey&amp;gt;
&amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;clientId&amp;gt;sdk-java-1.9.2&amp;lt;/clientId&amp;gt;
&amp;lt;transactionRequest&amp;gt;
&amp;lt;transactionType&amp;gt;priorAuthCaptureTransaction&amp;lt;/transactionType&amp;gt;
&amp;lt;amount&amp;gt;956&amp;lt;/amount&amp;gt;
&amp;lt;refTransId&amp;gt;60022499131&amp;lt;/refTransId&amp;gt;
&amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;
'
[2017-04-21 09:58:56.726] boot - 8711 DEBUG [pool-28-thread-1] --- HttpCallTask: Raw Response: '&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;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;transactionResponse&amp;gt;&amp;lt;responseCode&amp;gt;1&amp;lt;/responseCode&amp;gt;&amp;lt;authCode&amp;gt;NNNGKB&amp;lt;/authCode&amp;gt;&amp;lt;avsResultCode&amp;gt;P&amp;lt;/avsResultCode&amp;gt;&amp;lt;cvvResultCode /&amp;gt;&amp;lt;cavvResultCode /&amp;gt;&amp;lt;transId&amp;gt;60022499131&amp;lt;/transId&amp;gt;&amp;lt;refTransID&amp;gt;60022499131&amp;lt;/refTransID&amp;gt;&amp;lt;transHash&amp;gt;4395D736CD1635A173B7517AAEF3200C&amp;lt;/transHash&amp;gt;&amp;lt;testRequest&amp;gt;0&amp;lt;/testRequest&amp;gt;&amp;lt;accountNumber&amp;gt;XXXX0027&amp;lt;/accountNumber&amp;gt;&amp;lt;accountType&amp;gt;Visa&amp;lt;/accountType&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;&amp;lt;description&amp;gt;This transaction has been approved.&amp;lt;/description&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;transHashSha2 /&amp;gt;&amp;lt;/transactionResponse&amp;gt;&amp;lt;/createTransactionResponse&amp;gt;
'
[2017-04-21 09:58:56.732] boot - 8711 DEBUG [http-nio-8443-exec-9] --- HttpUtility: Response: 'net.authorize.api.contract.v1.CreateTransactionResponse@6535e9bf'
[2017-04-21 09:58:56.732] boot - 8711 DEBUG [http-nio-8443-exec-9] --- ApiOperationBase: Received Response:'net.authorize.api.contract.v1.CreateTransactionResponse@6535e9bf' for request:'net.authorize.api.contract.v1.CreateTransactionRequest@317294e9'
[2017-04-21 09:58:56.733] boot - 8711 DEBUG [http-nio-8443-exec-9] --- ApiOperationBase: Setting response: 'net.authorize.api.contract.v1.CreateTransactionResponse@6535e9bf'
Successfully created transaction with Transaction ID: 60022499131
Response Code: 1
Message Code: 1
Description: This transaction has been approved.
Auth Code: NNNGKB&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 14:02:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57780#M32471</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-21T14:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57783#M32474</link>
      <description>&lt;P&gt;Just to be clear, capturing the prior auth without the payment profile association isn't an acceptable solution for us because that payment doesn't show up in the payment profile history.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:28:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57783#M32474</guid>
      <dc:creator>glyoder</dc:creator>
      <dc:date>2017-04-21T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57784#M32475</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21288"&gt;@glyoder&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Just to be clear, capturing the prior auth without the payment profile association isn't an acceptable solution for us because that payment doesn't show up in the payment profile history.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll bring this up internally. What it looks like is happening is that a call to&amp;nbsp;&lt;EM&gt;createCustomerProfileFromTransactionRequest&lt;/EM&gt; just takes the payment information/customer information from the existing transaction and uses that to create a profile, but doesn't retroactively associate the transaction with the profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a philosophical discussion to be had about what is the expected behavior, since it's not really documented either way. Parsing the name of the function literally, the function is indeed creating a profile from a transaction. The function's not called&amp;nbsp;&lt;EM&gt;createCustomerProfileFromTransactionAndThenAssociateThatTransactionWithTheProfileRequest&lt;/EM&gt;, for example. However, I tend to agree with you that if you're taking an existing transaction and turning it into a profile, my expectation would be that the transaction was then part of the profile record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I don't know if the current behavior was just an oversight in the design or deliberate. It may not even be an easy change on our end depending on how things are architected. If we really want this to be the behavior, we can at least document the limitation on our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd encourage you to post this onto our &lt;A href="https://community.developer.cybersource.com/t5/Ideas/idb-p/ideas" target="_self"&gt;Ideas Forum&lt;/A&gt; where others can take a look, contribute feedback, and vote for new features. I'll escalate this internally as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 18:22:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57784#M32475</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-21T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Original Transaction Not Issued For Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57785#M32476</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21288"&gt;@glyoder&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to clarify one thing. If you have made your initial authorization request in such a way that it was correctly associated with a profile, you &lt;EM&gt;do not&lt;/EM&gt; have to provide the profile information in the subsequent capture request. If the auth is already associated to the profile, you just need to send the amount and the transaction ID.&amp;nbsp;I want to follow up with my testing of a couple of possible workarounds, to possibly save you a little time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 1&lt;/STRONG&gt; would be to use the nonce you get from Accept.js to create a profile, then do that initial authorization through the profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Get a nonce.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://developer.authorize.net/api/reference/#customer-profiles-create-customer-profile" target="_self" rel="nofollow noopener noreferrer"&gt;Create a customer profile&lt;/A&gt; using that nonce in place of the creditCard data.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://developer.authorize.net/api/reference/#payment-transactions-charge-a-customer-profile" target="_self" rel="nofollow noopener noreferrer"&gt;Charge the customer profile&lt;/A&gt;&amp;nbsp;(as auth only) for the transaction.&lt;/LI&gt;
&lt;LI&gt;Later, capture the transaction&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This is less than ideal because you &lt;SPAN&gt;you create the profile before you've seen whether the first authorization is good or not, so you'd end up with extra profiles for customers that aren't proceeding to the rest of the purchase process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I don't know why you are doing the auth only followed by a capture, but it might be specifically so that you aren't creating a profile until you know that the card is good. In that case, if you were to do the above, you could just switch to a one-step auth/capture transaction.&amp;nbsp;You'd still probably want to&amp;nbsp;include a followup step of deleting the extraneous profile created for a non-good card.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If&amp;nbsp;you still want to&amp;nbsp;verify that the card is good&amp;nbsp;&lt;EM&gt;before&lt;/EM&gt; creating the profile, &lt;STRONG&gt;Option 2&lt;/STRONG&gt; would be&amp;nbsp;something like the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. Get a nonce&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Do an auth-only with the nonce&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. If good, create a profile from the transaction,&amp;nbsp;&lt;EM&gt;and then void the initial auth&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Now redo the auth and capture through the profile.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The drawback with this is that voiding the auth doesn't necessarily remove the hold on funds that was placed on the card when you did the auth. Whether that hold gets removed and when has a lot to do with the card issuer and in some ways is out of our control. If you're talking about small amounts, like $1 or $2, that's probably not a big deal to just let those expire on their own. However, if that initial auth is for any significant amount, you'd probably want to avoid this strategy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Option 3&lt;/STRONG&gt; would be to do a normal auth-only transaction with the&amp;nbsp;&lt;EM&gt;createProfile&lt;/EM&gt; flag set to true. If that transaction is successful, a profile is created. Then, theoretically, you could do the capture. The problem with this is that a transaction with &lt;EM&gt;createProfile&lt;/EM&gt; set to true is basically just a one step version of "first do the transaction, then do&amp;nbsp;&lt;EM&gt;&lt;U&gt;&lt;/U&gt;createProfileFromTransaction&lt;/EM&gt;". So, that initial transaction is still not associated with the profile. A second more immediate problem is that the &lt;EM&gt;createProfile&lt;/EM&gt; flag&amp;nbsp;currently doesn't work if a nonce is involved (although that should be fixed at some point).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;None of these options are great, but at least option 1 would get you what you want, albeit with a couple of extra API calls.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 21:00:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Original-Transaction-Not-Issued-For-Payment-Profile/m-p/57785#M32476</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-21T21:00:52Z</dc:date>
    </item>
  </channel>
</rss>

