News:

Support the VirtueMart project and become a member

Main Menu

RPG - Dummy / Fake payment method

Started by smalldragoon, April 27, 2015, 11:40:47 AM

Previous topic - Next topic

smalldragoon

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 !!!

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

smalldragoon