Hi, we are implementing the Accept form solution where the payment form is hosted on Authorize.net and we invoke the Authorize form by code. The authorize.net merchant interface has the toggles to turn on the billing information fields and other fields but we are not seeing the same reflected in the implemented form.
I am referring to https://developer.authorize.net/api/reference/features/acceptjs.html#Using_the_Hosted_Payment_Inform...
The payment form i have has the below code
<button type="button" class="AcceptUI" data-apiloginid="REDACTED" data-clientkey="REDACTED"
data-acceptuiformbtntxt="Submit" data-billingaddressoptions="{"show":true,"required":true}" data-acceptuiformheadertxt="Add a new card" data-responsehandler="savedCardResponseHandler">Pay </button>Specifically we want to enable the billing street address, city, state and phon number fields.
We have tried turning on/off the toggles from both the old and new merchant interfaces
07-18-2025 04:25 PM