cancel
Showing results for 
Search instead for 
Did you mean: 

Hosted CIM - Pass Billing Address

With a CIM hosted page, is it possible to pass values to fill in the billing address automatically?

 

 

creston
Member
6 REPLIES 6

Yes, you just POST the fields you want to populate. For example, x_billing_city will populate the billing city field.

 

Chapter 3 of the SIM guide covers all the fields:

 

http://www.authorize.net/support/SIM_guide.pdf

jasonjudge
Contributor

There are no x_billing_* fields.

 

In addition when using the correct fields, this does not work for a Hosted CIM form as I tried posting billing fields already and it did not work. CIM appears different than SIM.

Aghh, yes, sorry. I read that wrong.

 

My answer would refer to SIM. I don't know anything about CIM. Sorry for the confusion.

We're also looking for a solution for this on CIM. We take the customer's billing info on an earlier step and even if we need to display it again, it would be nice to pull that info into the hosted form so the user does not have to type it again.

TanyaC
Member

Hello @zocheyado

It is currently not possible to pre-populated the an address using CIM and the hosted payment form.

You are welcome to post this as a new feature using our Ideas forum. This will allow others to vote on and make suggestions to improve the request.

Richard

I am also looking for this feature with AuthNet CIM hosted order page (form). I want to pass billing address with XML call. But as I checked, we can pass billing address to create paymentProfile request.

 

I am using below form to redirect to the hosted order page.

 

<form method="post" id="token-form" action="https://test.authorize.net/profile/addPayment">
<input type="hidden" name="token" value="TOKEN_HERE"/>
</form>

 

is it possible to pass the billing address with this form so that on profile/addPayment page, billing address will be pre-filled.

 

 

Thanks

hiramanpatil
Member