API and SDK INTEGRATION

Good day every one, a payment processor company wants to upload it’s API and SDK for their payment gateway, must this come in as an extension? for a while i have been doing some research on the extension, and i discovered that it is used by users who want to make their project suit their needs in ways they want. So will this be actually possible(with respect to the company integrating the API and SDK for their payment gateway?).

it depends on the API... RESTful APIs you also can access using the Web component, see also How to work with the web component and an API by Stephen

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

2 Likes

Hmmmm so there is a possibility of it not working if this API is not offered in JSON?

if that API is a RESTful API, then you can use the web component to access it
https://www.google.com/search?q=what+is+a+restful+api
if that API offers a jar file for Android, then you can write your own extension to access it
you might want to provide a link to that API, then someone could say more…

Taifun

2 Likes

Alright thanks, once i get in partnership with this company, i’ll provide more info