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 did the same with other payment providers, I used REST APIs to create orders, WebView with redirect URLs to authenticate users etc. I am looking in doing the same with VISA Checkout, but can't find anything in the docs.
Is this possible ?
Solved! Go to Solution
Hi,
Thanks for your question! 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
Hey @ovidiulatcu,
Currently we don't have a REST API, but you can use the JavaScript, here is link to help you. Hope this helps!
Thanks!
Ricardo
Hi,
Please have a look at the Visa Direct documentaion.
https://developer.visa.com/capabilities/visa_direct
I think you can use this API to solve your use case. Its available as REST API.
Regards
Ved
Hey @paul_earnest,
All the REST APIs that can be used for mobile push payment are available in VDP. Below are the links.
https://developer.visa.com/capabilities/visa_direct/reference#visa_direct__mvisa
https://developer.visa.com/capabilities/visa_direct/reference#visa_direct__receive_side
https://developer.visa.com/capabilities/visa_direct/reference#visa_direct__alias_api
Hello Diana,
Thank you for your reply. In fact, the links that you sent contains API for mVISA, VISA Alias, Visa Receive. Whereas I am looking for MobilePushPayment REST API (not the MobilePushPayment Refund API), a similar one in the Push Payments - Android - Consumer SDK Documentation for QR Payment.
Kindly please advise.
Thank You
Paul
Hey @paul_earnest,
For Merchant Payment using QR, please use MerchantPushPayments API in the following link -
https://developer.visa.com/capabilities/visa_direct/reference#visa_direct__mvisa
REST determines how the API looks like. It stands for “Representational State Transfer”. It is a set of rules that developers follow when they create their API. One of these rules states that you should be able to get a piece of data (called a resource) when you link to a specific URL.