<?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 Acceptjs in case of merchant to partner account connection in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65948#M39547</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I try to use&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in case of merchant to partner account connection (&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/oauth.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/oauth.html&lt;/A&gt;&lt;SPAN&gt;). So I have an application configured in partners account. I do an oauth flow for my second merchant account. The problem is to configure acceptjs. I am able to take merchants public key. But I am not able to take its api client id (Taking it in dashboard is not available because the application has only api access to merchants account. In solution I am trying to make there will be one partner account and unlimited number of merchant accounts).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 11:51:59 GMT</pubDate>
    <dc:creator>timofey_twist</dc:creator>
    <dc:date>2019-01-22T11:51:59Z</dc:date>
    <item>
      <title>Acceptjs in case of merchant to partner account connection</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65948#M39547</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I try to use&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in case of merchant to partner account connection (&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/oauth.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/oauth.html&lt;/A&gt;&lt;SPAN&gt;). So I have an application configured in partners account. I do an oauth flow for my second merchant account. The problem is to configure acceptjs. I am able to take merchants public key. But I am not able to take its api client id (Taking it in dashboard is not available because the application has only api access to merchants account. In solution I am trying to make there will be one partner account and unlimited number of merchant accounts).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:51:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65948#M39547</guid>
      <dc:creator>timofey_twist</dc:creator>
      <dc:date>2019-01-22T11:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Acceptjs in case of merchant to partner account connection</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65961#M39558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28210"&gt;@timofey_twist&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to call the API getMerchantDetails with the OAuth accessToken of the merchant .&amp;nbsp;&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#transaction-reporting-get-merchant-details" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-merchant-details&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This API will&amp;nbsp; generate if needed and return the&amp;nbsp;publicClientKey&amp;nbsp; of the merchant .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the API login ID of the merchant you should be able to decode the JWT accessToken and retrieve it from there if needed .&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, 22 Jan 2019 19:38:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65961#M39558</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2019-01-22T19:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Acceptjs in case of merchant to partner account connection</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65978#M39575</link>
      <description>&lt;P&gt;Thank you! Great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I have made the import:&lt;/P&gt;&lt;P&gt;compile group: 'com.auth0', name: 'java-jwt', version: '3.5.0'&lt;/P&gt;&lt;P&gt;- And got apiClientId:&lt;/P&gt;&lt;P&gt;String additionalInfoString = decodedJWT.getClaims().get("additionalInfo").asString();&lt;BR /&gt;AdditionalInfo additionalInfo = objectMapper.reader().forType(AdditionalInfo.class).readValue(additionalInfoString);&lt;BR /&gt;String apiClientId = additionalInfo.apiLoginId.trim();&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 08:32:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65978#M39575</guid>
      <dc:creator>timofey_twist</dc:creator>
      <dc:date>2019-01-23T08:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Acceptjs in case of merchant to partner account connection</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65984#M39580</link>
      <description>&lt;P&gt;So I have an ability to connect merchant account to my partner account application. I can process transactions in merchant account. The question is:&lt;/P&gt;&lt;P&gt;Can I&amp;nbsp;configure some application fees for each transaction? If I can, how it can be done (some parameters in api calls)?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 11:53:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Acceptjs-in-case-of-merchant-to-partner-account-connection/m-p/65984#M39580</guid>
      <dc:creator>timofey_twist</dc:creator>
      <dc:date>2019-01-23T11:53:58Z</dc:date>
    </item>
  </channel>
</rss>

