<?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 How to Show Customize or Dynamic Descriptor/Merchant Name in Cardholder's Account Statement in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/How-to-Show-Customize-or-Dynamic-Descriptor-Merchant-Name-in/m-p/87778#M1198</link>
    <description>&lt;P&gt;I am using Cybersource for Capturing Payment and it is Working Fine. Now I want to change the descriptor or merchant name as per requirements. by default Descriptor name is showing Merchant Business name which is ok.&lt;/P&gt;&lt;P&gt;Documentation Saying that i need to send "invoiceHeader_merchantDescriptor" in request to Change the Descriptor Name . and What should be the Payout it is not clearly Declared and that particular parameter not even showing in request parameters in Documentation.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://i.stack.imgur.com/mWsVG.png" target="_blank" rel="nofollow noopener noreferrer"&gt;Cyber Source Documentation Screenshot&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;document Link -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.cybersource.com/content/cybsdeveloper2021/amer/en/library/documentation/sbc/SB_Merchant_Descriptors/SB_Merchant_Descriptors.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cybersource.com/content/cybsdeveloper2021/amer/en/library/documentation/sbc/SB_Merchant_Descriptors/SB_Merchant_Descriptors.pd&lt;/A&gt;&lt;A href="https://www.electronicadhesive.com/" target="_self"&gt;f&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I did the Same&lt;/P&gt;&lt;P&gt;&lt;A href="https://i.stack.imgur.com/XBpch.png" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="XBpch.png" style="width: 836px;"&gt;&lt;img src="https://community.developer.cybersource.com/t5/image/serverpage/image-id/2449iCDA78885A965CA6C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="XBpch.png" alt="XBpch.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But its Not Working.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;$orderInformationArr&lt;/SPAN&gt; = [&lt;SPAN class=""&gt;"amountDetails"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$orderInformationAmountDetails&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"billTo"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$orderInformationBillTo&lt;/SPAN&gt;];

&lt;SPAN class=""&gt;$orderInformation&lt;/SPAN&gt; = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;CyberSource\Model\Ptsv2paymentsOrderInformation&lt;/SPAN&gt;(&lt;SPAN class=""&gt;$orderInformationArr&lt;/SPAN&gt;);

&lt;SPAN class=""&gt;$merchantDefinedInformation&lt;/SPAN&gt; = &lt;SPAN class=""&gt;array&lt;/SPAN&gt;();

&lt;SPAN class=""&gt;$merchantDefinedInformation_0&lt;/SPAN&gt; = [ &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;"AirlineServices"&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"alternateName"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;"AirlineServices"&lt;/SPAN&gt;];

&lt;SPAN class=""&gt;$merchantDefinedInformation&lt;/SPAN&gt; = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;CyberSource\Model\Ptsv2paymentsMerchantInformationMerchantDescriptor&lt;/SPAN&gt;(&lt;SPAN class=""&gt;$merchantDefinedInformation_0&lt;/SPAN&gt;);

&lt;SPAN class=""&gt;$requestObjArr&lt;/SPAN&gt; = [&lt;SPAN class=""&gt;"clientReferenceInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$clientReferenceInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"processingInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$processingInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"paymentInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$paymentInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"orderInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$orderInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"invoiceHeader_merchantDescriptor"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;"AirlineServices"&lt;/SPAN&gt;];

&lt;SPAN class=""&gt;$requestObj&lt;/SPAN&gt; = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;CyberSource\Model\CreatePaymentRequest&lt;/SPAN&gt;(&lt;SPAN class=""&gt;$requestObjArr&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 09:03:20 GMT</pubDate>
    <dc:creator>riyans</dc:creator>
    <dc:date>2023-10-12T09:03:20Z</dc:date>
    <item>
      <title>How to Show Customize or Dynamic Descriptor/Merchant Name in Cardholder's Account Statement</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/How-to-Show-Customize-or-Dynamic-Descriptor-Merchant-Name-in/m-p/87778#M1198</link>
      <description>&lt;P&gt;I am using Cybersource for Capturing Payment and it is Working Fine. Now I want to change the descriptor or merchant name as per requirements. by default Descriptor name is showing Merchant Business name which is ok.&lt;/P&gt;&lt;P&gt;Documentation Saying that i need to send "invoiceHeader_merchantDescriptor" in request to Change the Descriptor Name . and What should be the Payout it is not clearly Declared and that particular parameter not even showing in request parameters in Documentation.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://i.stack.imgur.com/mWsVG.png" target="_blank" rel="nofollow noopener noreferrer"&gt;Cyber Source Documentation Screenshot&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;document Link -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.cybersource.com/content/cybsdeveloper2021/amer/en/library/documentation/sbc/SB_Merchant_Descriptors/SB_Merchant_Descriptors.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cybersource.com/content/cybsdeveloper2021/amer/en/library/documentation/sbc/SB_Merchant_Descriptors/SB_Merchant_Descriptors.pd&lt;/A&gt;&lt;A href="https://www.electronicadhesive.com/" target="_self"&gt;f&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I did the Same&lt;/P&gt;&lt;P&gt;&lt;A href="https://i.stack.imgur.com/XBpch.png" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="XBpch.png" style="width: 836px;"&gt;&lt;img src="https://community.developer.cybersource.com/t5/image/serverpage/image-id/2449iCDA78885A965CA6C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="XBpch.png" alt="XBpch.png" /&gt;&lt;/span&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But its Not Working.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;$orderInformationArr&lt;/SPAN&gt; = [&lt;SPAN class=""&gt;"amountDetails"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$orderInformationAmountDetails&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"billTo"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$orderInformationBillTo&lt;/SPAN&gt;];

&lt;SPAN class=""&gt;$orderInformation&lt;/SPAN&gt; = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;CyberSource\Model\Ptsv2paymentsOrderInformation&lt;/SPAN&gt;(&lt;SPAN class=""&gt;$orderInformationArr&lt;/SPAN&gt;);

&lt;SPAN class=""&gt;$merchantDefinedInformation&lt;/SPAN&gt; = &lt;SPAN class=""&gt;array&lt;/SPAN&gt;();

&lt;SPAN class=""&gt;$merchantDefinedInformation_0&lt;/SPAN&gt; = [ &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;"AirlineServices"&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"alternateName"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;"AirlineServices"&lt;/SPAN&gt;];

&lt;SPAN class=""&gt;$merchantDefinedInformation&lt;/SPAN&gt; = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;CyberSource\Model\Ptsv2paymentsMerchantInformationMerchantDescriptor&lt;/SPAN&gt;(&lt;SPAN class=""&gt;$merchantDefinedInformation_0&lt;/SPAN&gt;);

&lt;SPAN class=""&gt;$requestObjArr&lt;/SPAN&gt; = [&lt;SPAN class=""&gt;"clientReferenceInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$clientReferenceInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"processingInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$processingInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"paymentInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$paymentInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"orderInformation"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;$orderInformation&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"invoiceHeader_merchantDescriptor"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class=""&gt;"AirlineServices"&lt;/SPAN&gt;];

&lt;SPAN class=""&gt;$requestObj&lt;/SPAN&gt; = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;CyberSource\Model\CreatePaymentRequest&lt;/SPAN&gt;(&lt;SPAN class=""&gt;$requestObjArr&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 09:03:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/How-to-Show-Customize-or-Dynamic-Descriptor-Merchant-Name-in/m-p/87778#M1198</guid>
      <dc:creator>riyans</dc:creator>
      <dc:date>2023-10-12T09:03:20Z</dc:date>
    </item>
  </channel>
</rss>

