Prezados como eu posso adiconar ao código a opção do usários adicionar o preço que deseja pagar, e exibir a opcao de mudança de moeda em Dolar e Euro.
EX: exibir uma cx de texto em que o usuario esscreve o valor a ser pago.
<script type="text/javascript">
function onVisaCheckoutReady(){
V.init( {
apikey: ",
paymentRequest:{
currencyCode: "USD",
subtotal: "5.000,00"
}
});
V.on("payment.success", function(payment)
{alert(JSON.stringify(payment)); });
V.on("payment.cancel", function(payment)
{alert(JSON.stringify(payment)); });
V.on("payment.error", function(payment, error)
{alert(JSON.stringify(error)); });
}
Hi @AdrianaONG,
I will work on finding an answer for you and get back to you soon!
Hi @AdrianaONG,
Please send this query via email to developer@visa.com. There is some information that we will need you to provide and someone will be able to connect you to the Visa Checkout team.