<?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: Create transaction with merchant oauth accessToken and shared CIM vault in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66378#M39928</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28560"&gt;@zulfiqarali&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When doing the payment with the shared payment nonce , you only need to pass the connected merchant api credentials .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if any other questions please reach out at developer_feedback@authorize.net&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2019 19:00:57 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2019-02-12T19:00:57Z</dc:date>
    <item>
      <title>Create transaction with merchant oauth accessToken and shared CIM vault</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66375#M39925</link>
      <description>&lt;P&gt;I am getting E00001 error when I try to make a payment transaction using shared vault payment profile nonce and merchant access token authorization method. The transaction is successful if I try with payment nonce and merchant name/key authentication method. And the transaction is also successful if I try with card details (number, expiry and code) and merhcant access token authorization.&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;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;accessToken&amp;gt;******&amp;lt;/accessToken&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;clientId&amp;gt;&amp;lt;![CDATA[sdk-php-1.9.9]]&amp;gt;&amp;lt;/clientId&amp;gt;
  &amp;lt;refId&amp;gt;&amp;lt;![CDATA[ref1545156017]]&amp;gt;&amp;lt;/refId&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;&amp;lt;![CDATA[AuthCaptureTransaction]]&amp;gt;&amp;lt;/transactionType&amp;gt;
    &amp;lt;amount&amp;gt;12&amp;lt;/amount&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;opaqueData&amp;gt;
        &amp;lt;dataDescriptor&amp;gt;&amp;lt;![CDATA[COMMON.CIM.INAPP.PAYMENT]]&amp;gt;&amp;lt;/dataDescriptor&amp;gt;
        &amp;lt;dataValue&amp;gt;&amp;lt;![CDATA[eyJ0b2tlbiI6Ijk1NDUxNTYwMjE3NTIyNTkyMDQ2MDQiLCJ2IjoiMS4xIn0=]]&amp;gt;&amp;lt;/dataValue&amp;gt;
      &amp;lt;/opaqueData&amp;gt;
    &amp;lt;/payment&amp;gt;
    &amp;lt;order&amp;gt;
      &amp;lt;invoiceNumber&amp;gt;&amp;lt;![CDATA[6]]&amp;gt;&amp;lt;/invoiceNumber&amp;gt;
      &amp;lt;description&amp;gt;&amp;lt;![CDATA[2--New Auction aff1]]&amp;gt;&amp;lt;/description&amp;gt;
    &amp;lt;/order&amp;gt;
    &amp;lt;customerIP&amp;gt;&amp;lt;![CDATA[0.0.0.0]]&amp;gt;&amp;lt;/customerIP&amp;gt;
  &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;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;refId&amp;gt;ref1545156017&amp;lt;/refId&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;E00001&amp;lt;/code&amp;gt;
      &amp;lt;text&amp;gt;An error occurred during processing. Please try again.&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;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 12:44:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66375#M39925</guid>
      <dc:creator>zulfiqarali</dc:creator>
      <dc:date>2019-02-12T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create transaction with merchant oauth accessToken and shared CIM vault</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66378#M39928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28560"&gt;@zulfiqarali&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When doing the payment with the shared payment nonce , you only need to pass the connected merchant api credentials .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if any other questions please reach out at developer_feedback@authorize.net&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 19:00:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66378#M39928</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2019-02-12T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create transaction with merchant oauth accessToken and shared CIM vault</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66413#M39958</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21382"&gt;@Anurag&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for such a quick response. I thought that with OAuth integration, connected merchant access token can be used instead of connected merchant API credentials. So that we don't have to ask for API credentials from a connected merchant. Please let me know if there are plans for adding support for payments with the shared payment nonce and connected merchant access token. If so, is there any timeline for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 07:38:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66413#M39958</guid>
      <dc:creator>zulfiqarali</dc:creator>
      <dc:date>2019-02-14T07:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create transaction with merchant oauth accessToken and shared CIM vault</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66414#M39959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28560"&gt;@zulfiqarali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need to understand your use case for using shared profile .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you email me on&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;developer_feedback@authorize.net ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Anurag&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 08:34:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/66414#M39959</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2019-02-14T08:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create transaction with merchant oauth accessToken and shared CIM vault</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/69733#M42704</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've faced the same problem. Seems like after half of a year issue still exist.&lt;/P&gt;&lt;P&gt;Maybe somebody has a solution how to deal with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will appreciate any help&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 09:10:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-transaction-with-merchant-oauth-accessToken-and-shared/m-p/69733#M42704</guid>
      <dc:creator>nazik888</dc:creator>
      <dc:date>2019-11-18T09:10:27Z</dc:date>
    </item>
  </channel>
</rss>

