Update existing WHMCS tokenised payment gateway module
Budget: $30 – $250 USD
WHMCS doesn't have a module for our payment gateway (first data merchant services).
Bidders should be familiar with WHMCS, and ideally have previous experience building payment/gateway modules in WHMCS.
The current module is working, though due to the recent PSD2 changes, I'd like to adjust how the module works. I would estimate this work to take 1-2 hours.
At present, the module uses the built in credit card page in WHMCS to process the payment. Instead, we can adjust one of the parameters in the code to send the customer directly to the payment providers payment page. We just need to ensure the 'callback' works to store the token into WHMCS using the built in WHMCS function.
At present with the module, the token is created and stored within WHMCS.
WHMCS can then use that token to attempt future payments.
This is all working, although we have started to see a few customers have issues with repeat payments, due to the PSD2 changes, which requires two new parameters to be added, and also another 'token' type ID to be stored in WHMCS.
The original code is a bit sloppy in places, and isn't using the built in WHMCS functions to store the token, so we'd like to take the opportunity to get the code tweaked. At present, it's storing the token by inserting it directly into the database which isn't best practice.
To summarise, the module already exists, it just needs tweaking as mentioned above.
Minimal research will be required as we have specific instructions on what needs to be added. I could add the two extra bits my self, it would take me all of 5 minutes to do.
The main reason I'm making this request is to adjust the code to use the built in WHMCS token functions and to work out the best way to store this additional token, as that's a bit beyond my knowledge.
Bidders should be familiar with WHMCS, and ideally have previous experience building payment/gateway modules in WHMCS.
The current module is working, though due to the recent PSD2 changes, I'd like to adjust how the module works. I would estimate this work to take 1-2 hours.
At present, the module uses the built in credit card page in WHMCS to process the payment. Instead, we can adjust one of the parameters in the code to send the customer directly to the payment providers payment page. We just need to ensure the 'callback' works to store the token into WHMCS using the built in WHMCS function.
At present with the module, the token is created and stored within WHMCS.
WHMCS can then use that token to attempt future payments.
This is all working, although we have started to see a few customers have issues with repeat payments, due to the PSD2 changes, which requires two new parameters to be added, and also another 'token' type ID to be stored in WHMCS.
The original code is a bit sloppy in places, and isn't using the built in WHMCS functions to store the token, so we'd like to take the opportunity to get the code tweaked. At present, it's storing the token by inserting it directly into the database which isn't best practice.
To summarise, the module already exists, it just needs tweaking as mentioned above.
Minimal research will be required as we have specific instructions on what needs to be added. I could add the two extra bits my self, it would take me all of 5 minutes to do.
The main reason I'm making this request is to adjust the code to use the built in WHMCS token functions and to work out the best way to store this additional token, as that's a bit beyond my knowledge.