Re: Possible to integrate via REST APIs only ?

Solved! Go to solution
ovidiulatcu
Newbie

Possible to integrate via REST APIs only ?

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 ?

9 REPLIES 9
API_Managers
Visa Developer Support Specialist

Re: Possible to integrate via REST APIs only ?

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




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.

ricardo_visa
Community Scholar

Re: Possible to integrate via REST APIs only ?

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 




Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
ErickForte
Regular Visitor

Re: Possible to integrate via REST APIs only ?

Olá Ricardo, encontrei seu perfil aqui no Forum e gostaria de saber se você poderia me auxiliar no uso e implantação do VisaCheckout no nosso portal. E se você for um desenvolvedor que trabalhe com este tipo de serviço, podemos falar a respeito também. Grato por sua atenção.
vedurocks
Helper

Re: Possible to integrate via REST APIs only ?

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 

paul_earnest
Regular Contributor

Re: Possible to integrate via REST APIs only ?

Hello Expert,

Can I please get the REST API for MobilePushPayment used for QR Payment. I got MobilePushPayment SDK but it contains payMerchant only.

Please advise

 

Thank You

Paul

API_Managers
Visa Developer Support Specialist

Re: Possible to integrate via REST APIs only ?

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 

 




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.

paul_earnest
Regular Contributor

Re: Possible to integrate via REST APIs only ?

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

API_Managers
Visa Developer Support Specialist

Re: Possible to integrate via REST APIs only ?

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 

 

 




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.

rohitlopes
Regular Visitor

Re: Possible to integrate via REST APIs only ?

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.