VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: smalldragoon on April 27, 2015, 11:40:47 AM

Title: RPG - Dummy / Fake payment method
Post by: smalldragoon on April 27, 2015, 11:40:47 AM
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 !!!
Title: Re: RPG - Dummy / Fake payment method
Post by: GJC Web Design on April 27, 2015, 13:34:57 PM
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
Title: Re: RPG - Dummy / Fake payment method
Post by: smalldragoon on April 30, 2015, 09:39:09 AM
Ok, Thanks
Will go through that then