cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Hosted payment payment page country dropdown empty

When my customer is directed the to the Hosted Payment page, the dropdown for Country is blank.  I am not trying to prefill it and do not send any info for it.  The other fields say City, State, etc. but the Country dropdown is blank so it is somewhat confusing as to what this field is unless the user clicks on the arrow. 

 

Is this by design or should it say Country?  If it is supposed to say Country is there a trick to it?

 

Thanks you.

jmorgret
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

By default, it should say "COUNTRY" for the Country dropdown with arrow on the right.

 

Are you trying to prefilling other fields of <billTo> or <shipTo> in your request?

If yes, please try to add <country></country> and check if it works for you.

 

   <billTo>
      <firstName>xxx</firstName>
      <lastName>xxx</lastName>
      <company>xxx</company>
      <address>xxx</address>
      <city>xxx</city>
      <state>xxx</state>
      <zip>xxx</zip>
      <country></country>
      <phoneNumber>xxx</phoneNumber>
      <faxNumber>xxx</faxNumber>
   </billTo>

 

Thanks!

View solution in original post

angie
Authorize.Net Developer Authorize.Net Developer
Authorize.Net Developer
2 REPLIES 2

By default, it should say "COUNTRY" for the Country dropdown with arrow on the right.

 

Are you trying to prefilling other fields of <billTo> or <shipTo> in your request?

If yes, please try to add <country></country> and check if it works for you.

 

   <billTo>
      <firstName>xxx</firstName>
      <lastName>xxx</lastName>
      <company>xxx</company>
      <address>xxx</address>
      <city>xxx</city>
      <state>xxx</state>
      <zip>xxx</zip>
      <country></country>
      <phoneNumber>xxx</phoneNumber>
      <faxNumber>xxx</faxNumber>
   </billTo>

 

Thanks!

angie
Authorize.Net Developer Authorize.Net Developer
Authorize.Net Developer

I'm also facing the same issue on the hosting payment page. If someone has a solution, then plz give me one.

Robert13
Member