Hello, I have done the development of integrating VISA checkout to our ecommerce website. I have a couple of questions,
1. Where do I see the transactions made using VISA checkout? Is there any portal in dev for viewing the transactions? If so, can you please provide me with the dev URL ?
2. How to do a capture or refund or add to an existing transaction?
Hi Deepan,
Currently there is no way to see VCO transactions, at least form a merchant perspective. Anyone who has access to the developer tool find them, with a callID or an API Key, but merchants won't have access. The merchant doesn't actually see any difference, as they are required to decode the encrypted payload.
Merchant only use VCO to receive customer PAN information. VCO does not process an authorization, much less a capture. The customer must have their own ability to process credit card transactions. VCO only is a delivery mechanism.
Does this help?
Cheers,
Ricardo
Thanks Ricardo. That helps.
So how do we perform an authorize call if a customer opts for a VISA Checkout? Also how do we get a cybersource token for a VISA checkout transaction?