<?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 Hosted Customer form default country in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/90924#M57162</link>
    <description>&lt;P&gt;The createCustomerProfileRequest seems to require that you pass in billing information with payment information like a credit card number, which is infeasible when we're about to open /addPayment to ask the customer for said card information&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2024 22:25:30 GMT</pubDate>
    <dc:creator>Akhack</dc:creator>
    <dc:date>2024-12-10T22:25:30Z</dc:date>
    <item>
      <title>Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87488#M55040</link>
      <description>&lt;P&gt;I'm displaying an add payment form for CIM customers using&amp;nbsp;&lt;A href="https://accept.authorize.net/customer/addPayment" target="_blank"&gt;https://accept.authorize.net/customer/addPayment&lt;/A&gt;&amp;nbsp;with a billing address required.&lt;/P&gt;&lt;P&gt;The country field appears to default to USA. Is it possible to choose another default? I'm implementing a solution for a Canadian customer.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 18:18:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87488#M55040</guid>
      <dc:creator>monki</dc:creator>
      <dc:date>2023-09-06T18:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87491#M55042</link>
      <description>&lt;P&gt;Monki,&lt;BR /&gt;&lt;BR /&gt;Are you passing the country property in the billing information?&lt;BR /&gt;&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 05:46:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87491#M55042</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-07T05:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87497#M55047</link>
      <description>&lt;P&gt;Can I pass billing information in the token request? I don't see that as part of the API for&amp;nbsp;&lt;EM&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#accept-suite-create-an-accept-payment-transaction" target="_self"&gt;getHostedProfilePageRequest&lt;/A&gt;, only for&amp;nbsp;&lt;SPAN&gt;getHostedPaymentPageRequest...&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:45:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87497#M55047</guid>
      <dc:creator>monki</dc:creator>
      <dc:date>2023-09-07T12:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87531#M55074</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/64929"&gt;@marine2026&lt;/a&gt;&amp;nbsp;do you know it's possible to pass billing information in the token request for&amp;nbsp;&lt;EM&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#accept-suite-create-an-accept-payment-transaction" target="_self" rel="nofollow noopener noreferrer"&gt;getHostedProfilePageRequest&lt;/A&gt;&lt;/EM&gt;?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 19:12:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87531#M55074</guid>
      <dc:creator>monki</dc:creator>
      <dc:date>2023-09-11T19:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87532#M55075</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hostedProfileBillingAddressOptions may be what you are looking for within the getHostedProfilePageRequest&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 19:18:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87532#M55075</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-11T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87533#M55076</link>
      <description>&lt;P&gt;According to &lt;A href="https://developer.authorize.net/api/reference/features/customer-profiles.html#settings" target="_self"&gt;the docs&lt;/A&gt;, &lt;SPAN&gt;&lt;EM&gt;hostedProfileBillingAddressOptions&lt;/EM&gt;&amp;nbsp;is a string set to either&amp;nbsp;&lt;EM&gt;showBillingAddress&lt;/EM&gt; or &lt;EM&gt;showNone&lt;/EM&gt;, it describes nothing related to the default country...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 22:57:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87533#M55076</guid>
      <dc:creator>monki</dc:creator>
      <dc:date>2023-09-11T22:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87553#M55091</link>
      <description>&lt;P&gt;The abbreviated request is shown below, and it includes "billing information". And it has an option for showing this "billing information" in the requested form.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "getHostedPaymentPageRequest": {
    "merchantAuthentication": {
      "name": "5KP3u95bQpv",
      "transactionKey": "346HZ32z3fP4hTG2"
    },
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": "20.00",
      "profile": {
        "customerProfileId": "123456789"
      },
      "customer": {
        "email": "ellen@mail.com"
      },
      "billTo": {
        "firstName": "Ellen",
        "lastName": "Johnson",
        "company": "Souveniropolis",
        "address": "14 Main Street",
        "city": "Pecan Springs",
        "state": "TX",
        "zip": "44628",
        "country": "US"
      }
    },
    "hostedPaymentSettings": {
      "setting": [{
        "settingName": "hostedPaymentReturnOptions",
        "settingValue": "{\"showReceipt\": true, \"url\": \"https://mysite.com/receipt\", \"urlText\": \"Continue\", \"cancelUrl\": \"https://mysite.com/cancel\", \"cancelUrlText\": \"Cancel\"}"
      }, {
        "settingName": "hostedPaymentButtonOptions",
        "settingValue": "{\"text\": \"Pay\"}"
      }, {
        "settingName": "hostedPaymentStyleOptions",
        "settingValue": "{\"bgColor\": \"blue\"}"
      }, {
        "settingName": "hostedPaymentPaymentOptions",
        "settingValue": "{\"cardCodeRequired\": false, \"showCreditCard\": true, \"showBankAccount\": true}"
      }, {
        "settingName": "hostedPaymentSecurityOptions",
        "settingValue": "{\"captcha\": false}"
      }, {
        "settingName": "hostedPaymentShippingAddressOptions",
        "settingValue": "{\"show\": false, \"required\": false}"
      }, {
        "settingName": "hostedPaymentBillingAddressOptions",
        "settingValue": "{\"show\": true, \"required\": false}"
      }, {
        "settingName": "hostedPaymentCustomerOptions",
        "settingValue": "{\"showEmail\": false, \"requiredEmail\": false, \"addPaymentProfile\": true}"
      }, {
        "settingName": "hostedPaymentOrderOptions",
        "settingValue": "{\"show\": true, \"merchantName\": \"G and S Questions Inc.\"}"
      }, {
        "settingName": "hostedPaymentIFrameCommunicatorUrl",
        "settingValue": "{\"url\": \"https://mysite.com/special\"}"
      }]
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 18:11:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87553#M55091</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-13T18:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87560#M55098</link>
      <description>&lt;P&gt;My mistake, I responded about a transaction type you are not asking about. Sorry!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 18:34:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87560#M55098</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-13T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87561#M55099</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I believe that getHostedProfilePageRequest shows a form that is configured by the options passed in the request.&lt;BR /&gt;&lt;BR /&gt;The form that shows can include billing information.&lt;BR /&gt;&lt;BR /&gt;If you firstly&amp;nbsp;createCustomerProfileRequest, you'll have a&amp;nbsp;customerProfileId that will be passed in the&amp;nbsp;getHostedProfilePageRequest, that can show the billing information you passed in the&amp;nbsp;createCustomerProfileRequest.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 18:40:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87561#M55099</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-13T18:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87574#M55108</link>
      <description>&lt;P&gt;I can't rely on creating a customer profile before this, this is a function accessed by existing users to add a credit card to their existing CIM profile.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 14:30:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/87574#M55108</guid>
      <dc:creator>monki</dc:creator>
      <dc:date>2023-09-14T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Customer form default country</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/90924#M57162</link>
      <description>&lt;P&gt;The createCustomerProfileRequest seems to require that you pass in billing information with payment information like a credit card number, which is infeasible when we're about to open /addPayment to ask the customer for said card information&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 22:25:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Customer-form-default-country/m-p/90924#M57162</guid>
      <dc:creator>Akhack</dc:creator>
      <dc:date>2024-12-10T22:25:30Z</dc:date>
    </item>
  </channel>
</rss>

