Set country when open visa checkout
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2018
April 2018
Set country when open visa checkout
Hi, how can I set a default country when open Visa checkout? I'm try this, but not work:
function onVisaCheckoutReady(){ V.init({ country: "BR", locale: "es-BR", apikey: "VisaCheckoutApiKey" }); V.on("payment.success", function(payment) { console.log('cancel', JSON.stringify(payment)); }); V.on("payment.cancel", function(payment) { console.log('cancel', JSON.stringify(payment)); }); V.on("payment.error", function(payment, error) { console.log('error', JSON.stringify(payment)); }); }
Thanks!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2018
April 2018
Re: Set country when open visa checkout
Hi akiranukamoto,
We have an expert team that manages questions specific to the Visa Checkout product. Please submit this inquiry to Developer@visa.com and someone will connect you to the expert team soon!
Thank you,
Diana
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2018
April 2018
Re: Set country when open visa checkout
Thanks!