B4J Question Include payment gateway in B4J application(s)

sivakrith

Member
Licensed User
Longtime User
Hello,
Is it possible to include payment gateway in B4j applications? Any code snippet or sample code available to do the same?

Happiness Always
BKR Sivaprakash
 

MegatenFreak

Active Member
Licensed User
As far as I'm aware (as I'm using one myself), you would need an API from that particular company or system, and then you'll probably have to port it into B4J code or library. Still, it depends on the nature of the gateway. If, for example, it provides a web service API, you can write PHP code on your server and connect to it from an online B4J app.
 
Upvote 0

MichalK73

Well-Known Member
Licensed User
Longtime User
Here you have, for example, the code and library that I wrote for the Perfect Money Gateway. Works flawlessly for web services.
 
Upvote 0
Top