visacheckout V.on("payment.succes"),need to do any other process?

mounica
Regular Visitor

visacheckout V.on("payment.succes"),need to do any other process?

I'm trying to integrate Visa Checkout on an e-commerce site.  I just finished reading this guide: https://developer.visa.com/products/visa_checkout/guides and have a question on it.  

 

Let's say I have the Javascript SDK on my e-commerce checkout page.  The shopper signs in through the lightbox, checks out, and I'll render an order confirmation page using the payment success event handler, something like this:

 

V.on("payment.success", function(payment) { render_order_confirmation(payment)})

 

At this point when the payment success event is triggered, has the user's credit card been charged?

But Amount not charged?

 

1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: visacheckout V.on("payment.succes"),need to do any other process?

Hey @mounica,

 

Visa Checkout Support is no longer directly offering integration assistance. If you are interested in using Visa Checkout, please reach out to one of our Partners to integrate with Visa Checkout: https://globalcheckout.visa.com/visacheckoutPartners  

 

 




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.