cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Full billing address in AcceptUI integration

Hello,

 

I read this manual https://developer.authorize.net/api/reference/features/acceptjs.html and trying to implement AcceptUI.js

 

It opens such popup: https://cl.ly/19171D3g012d

 

 

The button opening it contains "data-billingAddressOptions" allowing to enable / disable billing address in that form:

 

<form id="paymentForm"
method="POST"
action="https://YourServer/PathToExistingPaymentProcessingScript">
<input type="hidden" name="dataValue" id="dataValue" />
<input type="hidden" name="dataDescriptor" id="dataDescriptor" />
<button type="button"
class="AcceptUI"
data-billingAddressOptions='{"show":true, "required":false}'
data-apiLoginID=".."
data-clientKey=".."
data-acceptUIFormBtnTxt="Submit"
data-acceptUIFormHeaderTxt="Card Information"
data-responseHandler="responseHandler">Pay
</button>
</form>

 

But "billing address"  means there just 3 fields - First Name / Last Name and Zip Code. But I need full address.. Is it possible to retreive full billing address? With address, city, etc..

shabalin
Member
Who Me Too'd this topic