Hello
in the scope of a roleplaying game, I have the following scenario that is I think the easiest way to implement :
Web site 1 : The Bank - A joomla 3 + community builder extension
I added fields, like :
Bank Account number
Credit card number ...etc
I have a file which will be used as "an API", for transfers and checks.
Web site 2 : The shop - A joomla 3 with Virtuemart extension.
The idea would be to have a Fake payment method ( as I checked and I was not able to find one in the existing ) which could query via a HTTP request the site 1, like thebank.com/bank_API?Account=XXXX&Amount=XXXX
The API would answer back a configurable answer code ( 1=ok, 2=no credit ...etc..)
I was wondering if you see anything easily possible without asking a formal dev to site like "get a coder" as I know a little bit the PHP ...
Im open to any suggestion of course !
Thx !!!
if u can't code it yourself then you already answered your question-> "get a coder"
you need to do a request and a return - operate on the return
Ok, Thanks
Will go through that then