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!
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!