Search code examples
android-studiopayment-gatewaypayfort

How can we integrate pay fort payment gateway in our android application?


I want to integrate pay fort payment gateway in my android application. I searched for it on google, but could not find its solution. Can anyone help me?


Solution

  • Pay Fort API is only available in Ruby and PHP . Or if you want to integrate using your preferred language Pay Fort provides something called as RestSharp to connect to their API end points . They have provided documentation for payment gateway integration for Ruby and PHP for Android devices which you can find here at this link , and start coding https://docs.start.payfort.com/references/api/#introduction . They have provided start-up code hosted on GitHub on this link , which you can start to use and modify according to your needs . Let me know if that helped you :) .