<?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: Accept Customer Hosted Page - how to determine result? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64161#M38134</link>
    <description>&lt;P&gt;I think you need to use the&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#customer-profiles-get-customer-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and pass the customer ID in it . The payment profiles linked to it comes in the response .&amp;nbsp;&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>Mon, 13 Aug 2018 18:44:01 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-08-13T18:44:01Z</dc:date>
    <item>
      <title>Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/63921#M37935</link>
      <description>&lt;P&gt;If we use&amp;nbsp;getHostedProfilePageRequest to obtain a token for a customer to enter their payment information on an Accept Customer Hosted Form, and we are using a full page redirect to that hosted page, is there a way for us to determine whether the customer successfully saved a payment method on that form, both in cases where they returned to a page under our control (presumably using the parameter&amp;nbsp;hostedProfileReturnUrl, and we note there is no "cancelURL" variant for this API), and via a Webhook if they close their browser before returning?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:58:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/63921#M37935</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-07-27T13:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64038#M38035</link>
      <description>&lt;P&gt;Please, is there any response to this question?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:22:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64038#M38035</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-08-06T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64125#M38105</link>
      <description>&lt;P&gt;For the lack of any responses to the above,&amp;nbsp;I'm investigating the possibility of using the API call&amp;nbsp;&lt;EM&gt;getCustomerPaymentProfileListRequest&lt;/EM&gt; to retrieve the customer and check if a default payment profile has been configured.&amp;nbsp; However,&amp;nbsp;I have been unable to locate any documentation of the options for the&amp;nbsp;&lt;EM&gt;searchType&lt;/EM&gt; element of this API request, so I don't know if it is possible to search by a customer profile ID or not.&amp;nbsp; Can anyone point me to documentation of the options for&amp;nbsp;&lt;EM&gt;searchType&lt;/EM&gt; on this API, or at a minimum tell me if it is possible to use this API to search for any/all saved payment profiles for a specific customer profile ID?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 18:29:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64125#M38105</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-08-10T18:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64127#M38107</link>
      <description>&lt;P&gt;Now I am becoming&amp;nbsp;quite concerned.&amp;nbsp; Judging from the declaration of CustomerPaymentProfileSearchTypeEnum in the C# API sample project, it appears that the ONLY search option with that API is for cards expiring in the current month?&amp;nbsp; Is that the case?&amp;nbsp; There's no way to search for a list of payment profiles associated with a particular customer profile ID?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our payment application needs to be able to display a page to indicate whether or not payment profile information for the customer has been updated after control is rerouted back to us from the Accept Customer page.&amp;nbsp; Since there doesn't seem to be a way to pass back this information from an Accept Customer page via a unique URL (e.g., success vs. cancel, such as in the case of single payments), and also there apparently isn't a way to query to see if a default payment profile has been configured for a customer, it seems that the only way to get the result of a customer profile edit on an Accept Hosted page is via a webhook, and while that would allow us to eventually update our database correctly, it won't work for the UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know ASAP if I am wrong about this - otherwise I'll probably need to document this as a shortcoming of Authorize.net for purposes of choosing our payment provider.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 21:21:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64127#M38107</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-08-10T21:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64128#M38108</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23365"&gt;@dsandberg&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to use our Customer Webhooks for listening for such events .&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/features/webhooks.html#Event_Types_and_Payloads" target="_blank"&gt;https://developer.authorize.net/api/reference/features/webhooks.html#Event_Types_and_Payloads&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="Payment_Profiles_Events" class="feature-item-subtitle subtitle2"&gt;PAYMENT PROFILES EVENTS&lt;/H4&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;Event&lt;/TH&gt;
&lt;TH&gt;Description&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;net.authorize.customer.paymentProfile.created&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;Notifies you that a payment profile has been created.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;net.authorize.customer.paymentProfile.updated&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;Notifies you that a payment profile has been updated.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;net.authorize.customer.paymentProfile.deleted&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;Notifies you that a payment profile has been deleted.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 10 Aug 2018 21:24:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64128#M38108</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-10T21:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64148#M38124</link>
      <description>&lt;P&gt;Anurag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd already said that about the webhook above, if you read my most recent message.&amp;nbsp; The problem is that we can't block the customer UI while waiting for the webhook response, and the customer UI needs to know&amp;nbsp;whether a payment profile was successfully configured before it can display the next screen.&amp;nbsp; Is there no way of making an API call to get a list of any/all payment profiles for a specific customer profile ID?&amp;nbsp; All we need to know is if a default payment profile has been created for that customer profile.&amp;nbsp; If there is such an API, we could possibly use that for&amp;nbsp;deciding how to display the next&amp;nbsp;UI screen, but as I said above, from the sample code it appears such searches are not supported.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:26:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64148#M38124</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-08-13T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64157#M38130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23365"&gt;@dsandberg&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this API for getting the list of payment profileIDs&amp;nbsp; for a customer ID&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#customer-profiles-get-customer-payment-profile-list" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile-list&lt;/A&gt;&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>Mon, 13 Aug 2018 17:30:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64157#M38130</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-13T17:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64160#M38133</link>
      <description>&lt;P&gt;How would I use that API?&amp;nbsp; It doesn't provide a field for specifying what customer profile ID, and according to the sample code, the only supported searchType value is to look up profiles that are about to expire.&amp;nbsp; If there is a way for it to do what you say, then can you please direct me to some documentation thereof (the API documentation and "Try It" sample that you linked do not support the notion that this API can be used for that purpose).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 18:15:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64160#M38133</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-08-13T18:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64161#M38134</link>
      <description>&lt;P&gt;I think you need to use the&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#customer-profiles-get-customer-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and pass the customer ID in it . The payment profiles linked to it comes in the response .&amp;nbsp;&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>Mon, 13 Aug 2018 18:44:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64161#M38134</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-13T18:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64162#M38135</link>
      <description>&lt;P&gt;Ok, thanks Anurag.&amp;nbsp; That one is closer to being what we need, but the response XML for GetCustomerProfile doesn't appear to include anything to identify the default payment profile (or even if a default has been specified).&amp;nbsp; Is there a way for us to retrieve information about the default payment profile for a customer profile (even just the ID thereof, in order to use it in conjunction with GetCustomerProfile)?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 18:57:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/64162#M38135</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-08-13T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Customer Hosted Page - how to determine result?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/72074#M44461</link>
      <description>&lt;P&gt;I am using the Host to Add a New credit card, and I could not find how to change the URL if the end user clicks on CANCEL, if the end user clicks on Cancel, I want a different page url, and if they&lt;/P&gt;&lt;P&gt;succesfully completed, then, a to go the link below, I can add a parameter to it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Can we change the text to Cancel?&lt;/P&gt;&lt;P&gt;2- Can we change the URL if the user clicks on CANCEL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it's available on the "hostedPayment", but, I am using "getHostedProfilePageRequest" and need to add these requirements to the "getHostedProfilePageRequest".&amp;nbsp; &amp;nbsp;Be aware that the example provided on GitHub, shows it as a PopUp, but I need it as an IFrame, the issue I am encountering, the only values that are being returned are the width, and height, but I need to know if A) the end user clicked on Cancel, or B, if they went all the way through and completed it.&amp;nbsp; I am aware that the last button also does not have an Id, which was an option for me to listen to it being clicked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are we limited with what we can do?&amp;nbsp; is it even possible?&amp;nbsp; for the&amp;nbsp;getHostedProfilePageRequest, and it cannot be the&amp;nbsp; "hostedPayment...", i know it's possible through "hostedPayment...", but it doesn't appear to be in "hostedProfile..." options available.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See example below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;settings[0] = new settingType();&lt;BR /&gt;settings[0].settingName = settingNameEnum.hostedProfileSaveButtonText.ToString();&lt;BR /&gt;settings[0].settingValue = "Add Me";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;settings[2] = new settingType();&lt;BR /&gt;settings[2].settingName = settingNameEnum.hostedProfileReturnUrlText.ToString();&lt;BR /&gt;settings[2].settingValue = "Done";&lt;/P&gt;&lt;P&gt;settings[3] = new settingType();&lt;BR /&gt;settings[3].settingName = settingNameEnum.hostedProfileReturnUrl.ToString();&lt;BR /&gt;settings[3].settingValue = "https://localhost:53967/Customer/";&lt;/P&gt;&lt;P&gt;settings[4] = new settingType();&lt;BR /&gt;settings[4].settingName = settingNameEnum.hostedProfileIFrameCommunicatorUrl.ToString();&lt;BR /&gt;settings[4].settingValue = "https://localhost:53967/IFrameCommunicator/";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var request = new getHostedProfilePageRequest();&lt;BR /&gt;request.customerProfileId = customerProfileId;&lt;BR /&gt;request.hostedProfileSettings = settings;&lt;/P&gt;&lt;P&gt;var controller = new getHostedProfilePageController(request);&lt;/P&gt;&lt;P&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;var response = controller.GetApiResponse();&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 03:49:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Customer-Hosted-Page-how-to-determine-result/m-p/72074#M44461</guid>
      <dc:creator>aestrada101</dc:creator>
      <dc:date>2020-05-29T03:49:51Z</dc:date>
    </item>
  </channel>
</rss>

