Changing Billing Country for Visa CheckOut Profile

doris
Regular Visitor

Changing Billing Country for Visa CheckOut Profile

How to change Billing Country in my Visa Checkout Profile in such a way that we only want to access local card.

1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: Changing Billing Country for Visa CheckOut Profile

Hi @doris,

 

Excellent question! The billing country may be limited in 2 ways. First, you can set the accepted billing countries for the Visa Checkout lightbox by going into your Visa Checkout developer dashboard and opening the project. Click on Configuration in the menu. Select the dropdown next to Visa Checkout and click to open Checkout Profiles. Click the plus sign / 'create new' button. Give your new profile a name and select which billing countries you would like to accept. Save your changes. Add the profile ID to your v.init event handler.

The second option is overriding the default billing countries by adding the billingCountries accepted list directly to the v.init event handler. You can see an example of this on pages 51-52 of the Visa Checkout Integration Guide.

 

PDFs for Merchants Integrating with Visa Checkout
https://developer.visa.com/capabilities/visa_checkout/docs#pdfs_for_merchants_integrating_with_visa_...

 

If you have more questions, please reach out.

 

 

 

 

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.