Is it possible to integrate VISA Checkout without using the SDKs ? Only the REST APIs ? Can't find anything in the docs. I want to integrate VISA Checkout in a react-native application. I di...
Hello!Our company is a merchant who operating in card not present area and we have transactions processing via different processors and banks. And we are very interested of how we...
Hello,I'm trying to prepare test cases for card validation API. When I use this request:{"cardCvv2Value": "227","cardExpiryDate": "2020-10","primaryAccountNumber": "4957030420210488"}It returns with s...
I tried calling the VisaCheckout with dataLevel = FULL like below:function onVisaCheckoutReady() {V.init({apikey: "....",settings: {dataLevel:"FULL"},}); But then I got the following in the respo...
I want to get all the info in the Consumer payload via GetPaymentInfo api call, including full credit card number and not just the last four digits. How can I use dataLevel=FULL in the query parameter...