<?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: Address Options for Embedded accept.js form in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68296#M41535</link>
    <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31072"&gt;@LGMizzell&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I think you’re just still getting used to the API. It has a learning curve. You can set the form to show the name and address fields. It is submitted in json like everything else in the accept suite.</description>
    <pubDate>Sat, 06 Jul 2019 07:06:11 GMT</pubDate>
    <dc:creator>Renaissance</dc:creator>
    <dc:date>2019-07-06T07:06:11Z</dc:date>
    <item>
      <title>Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68292#M41532</link>
      <description>&lt;P&gt;Clients are stupid. After approval of the new accept.js payment form, and going live with it - THEN they come up with, "Oh, we need to be able to accept 3rd party payments, so that form &lt;STRONG&gt;MUST&lt;/STRONG&gt; have billing address fields available ...".&lt;BR /&gt;&lt;BR /&gt;Currently, I don't think there's an option to actually be able to do that with the embedded form, and I'd really like to NOT have to rewrite this whole thing again using a custom form. Client is like "just add the d**n fields, what's your problem??"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody figured a hack to do this, is there a planned update to do this ... or am I screwed and I get to do a custom form? (The sample HTML pagewith the custom form doesn'tseem to actually work, by the way)&lt;BR /&gt;&lt;BR /&gt;I've got an extremely ugly hack started that will actually pass the fields to my processing page, but getting the input fields to integrate into the presented form is proving a challege...&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 00:00:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68292#M41532</guid>
      <dc:creator>LGMizzell</dc:creator>
      <dc:date>2019-07-06T00:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68293#M41533</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31072"&gt;@LGMizzell&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;First, you are not doing a custom form. Custom payment form will up your client’s PCI scope to SAQ A-EP. when you explain the implications of that they will likely scrap that idea at all costs.&lt;BR /&gt;&lt;BR /&gt;In regards to your issue, you have a form on your site and are trying to get the address on your form populated on the payment page?</description>
      <pubDate>Sat, 06 Jul 2019 01:56:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68293#M41533</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-06T01:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68295#M41534</link>
      <description>&lt;P&gt;The full app is a multi-page tourism insurance application. Normally, the person applying for the insurance is the same persion paying for it. When that's the case, the standard embedded accept.js generated form, with the name and postal code fields turned off, is more than fine, as we already have that information encrypted and stored elsewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However there's a "Option B" where the payee might be a 3rd party entity - a medical tourism travel agency or something. If that's the case, that specific information isn't recorded along with the application, and may not even be known until later after the completed application is approved and ready for payment. If that's the case, then I need to have company, name, address fields available on the payment form. Unfortunitely, the embedded generated form doesn't have the option to display address fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing some experimentation, I've found I can wrap my own extra needed fields inside the accept.js form tag inside a div, style them to look like I want, and when the form is submitted, the credit card info is passed directly to authorize.net, bypassing our servers as it should be, and the custom fields are sent directly to the processing page where I can add those fields to the processing script along with the nonce information that's submitted for payment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of conditional statements pick where the the name and address information is coming from - either a database call to the original record, or the custom fields in case of a 3rd party.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initial tests seem OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wish I understood why authorize.net decided NOT to include billing address fields on the generated forms, as that would solve my entire problem with no addition coding needed. Should be an option!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 06:29:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68295#M41534</guid>
      <dc:creator>LGMizzell</dc:creator>
      <dc:date>2019-07-06T06:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68296#M41535</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31072"&gt;@LGMizzell&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I think you’re just still getting used to the API. It has a learning curve. You can set the form to show the name and address fields. It is submitted in json like everything else in the accept suite.</description>
      <pubDate>Sat, 06 Jul 2019 07:06:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68296#M41535</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-06T07:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68297#M41536</link>
      <description>&lt;P&gt;The embeded form has an option:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data-billingAddressOptions='{"show":true, "required":true}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If set to show:false, the form shows card number, security code, and expiry date&lt;/P&gt;&lt;P&gt;If set to show:true, addiional fields for first and last name, plus postal code are generated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see any other options listed here that will add address fields:&lt;BR /&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank" rel="noopener"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 08:20:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68297#M41536</guid>
      <dc:creator>LGMizzell</dc:creator>
      <dc:date>2019-07-06T08:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68298#M41537</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31072"&gt;@LGMizzell&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I didn’t look closely enough. The setting on the accept.js form loads fewer fields than the Accept Hosted form. That is rather odd.</description>
      <pubDate>Sat, 06 Jul 2019 17:46:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68298#M41537</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-06T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68302#M41541</link>
      <description>&lt;P&gt;The hack I've got going is working well enough. If the person that entered the enrollment is the same one paying, they're presented with the simple version of the form. If it's a third party, they check a box, are are presented with the additional needed fields BEFORE they hit the "Pay" button.&lt;BR /&gt;&lt;BR /&gt;When I've got time, I'm going to go through the entire accept.js file. What I want might actually be in there, just not enabled. Seems really odd to me that you can't get address fields on the form!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 21:11:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68302#M41541</guid>
      <dc:creator>LGMizzell</dc:creator>
      <dc:date>2019-07-06T21:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Address Options for Embedded accept.js form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68304#M41542</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31072"&gt;@LGMizzell&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Have you thought of using the Accept Hosted form instead? It has the full address and you can pass it in the API call and have it prepopulated if they fill out info on your in house form? You wouldn’t have to modify your existing script much at all. Just copy and paste the sample code and pass your values.</description>
      <pubDate>Sat, 06 Jul 2019 22:13:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Address-Options-for-Embedded-accept-js-form/m-p/68304#M41542</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-06T22:13:39Z</dc:date>
    </item>
  </channel>
</rss>

