Android Question How to Integrate Payfast payment gateway into App

JohanFourie

New Member
Hi, I am building an app and are struggling to integrate the Payfast payment gateway into the app. Does anybody have any experience on how to do this? Your help will be much appreciated.
 

DonManfred

Expert
Licensed User
Longtime User
Does Payfast provide any Api?
 
Upvote 0

JohanFourie

New Member
All API communications with Payfast are organized around REST.

So all you need is probably only okhttputils2 to communicate with the api.

Hi @DonManfred, I,m using low-code FlutterFlow to build the app and are using Payfast's API guides (https://developers.payfast.co.za/api#ping-response) to populate the API call in FlutterFlow to make the API call, but with no success. I have no idea what okhttputils2 is or how to implement it.
 
Upvote 0
Top