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.
 

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

John Naylor

Active Member
Licensed User
Longtime User
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.
I am struggling to figure out why you are asking for help with FlutterFlow on B4X Forum. I suggest you ask in a Flutter / Dart group on Stack. You can use Custom Actions to call Dart functions where you write in the relevant Dart code to access the API. B4X Forum is a long way from where you should be asking this question.
 
Upvote 0
Top