Can I directly interface with the api without using SDK


#1

Is it possible to call requests to the api without using the sdk?
My reason for wanting this is because I dont know how to implement the sdk in the platform im learning with (kodular) which takes extensions of type aix.

Any help is appreciated
Regards!


#2

Absolutely. Its a very simple API, just follow the API reference starting here https://developers.paynow.co.zw/docs/paynow_api.html

Pay close attention to the hash generation, thats the only relatively tricky part but all the required information is shared in the API reference docs.