Jump to content

Selling plimus gateway


Recommended Posts

  • 1 month later...

OK, a bit here about my experiences with the module.

 

It connects ok with whmcs and connects ok with the payment gateway.

 

Plimus is not as dynamic a gateway as others which can allow the client to input the payment amount before checkout. Plimus considers each product a contract, so it would seem that you have to create a separate contract for each product.

 

Example: I sell domain names. My understanding is that I have to create a separate contract for a 1 year registration of a .com/ another contract for a 2 year registration of a .com, etc, etc, and so on for other domain extensions. Each payment link has to be unique, because when it "leaves" whmcs to the payment gateway, you are supposed to have created equivalent products on your Plimus control panel.

 

A bit cumbersome, but well...better than nothing I think, for those of us who cannot use other payment platforms.

Link to comment
Share on other sites

T

 

BTW, you have setup products in Plimus as recurring plans or one time payments?

 

I'm still setting up and don't seem to understand anything much yet :) I tried recurring with an initial setup fee and that seems likely to work.

 

I'll keep you posted here.

Link to comment
Share on other sites

  • 2 weeks later...
For anyone interested, I've just bought this from Eduardo and it works ok. I'll try to post my experiences here.

 

Hi gingerol

 

Is the guy still around? Does the script work? And with recurring payments?

 

I'd like to get a copy of it if possible.

 

Thanks in advance.

Warwick

Link to comment
Share on other sites

You can write Eduardo at: eduardo AT nuxsoft.com

 

The script is not too dynamic, but it may well be ignorance in customization. I don't very much like the idea of creating a "contract" for each product.

 

My present use of it is as follows: if a client makes a purchase on WHMCS, I will modify the plimus gateway each time inputting there the specific "contract" for this "specific" client. It's like a new gateway per client!

 

There is however a previous discussion here: http://forum.whmcs.com/showthread.php?t=9962&highlight=plimus which shows a script that someone may be able to modify for all our benefits:

 

And this is my PhpCoin Plimus code

 

<form action="https://www.plimus.com/jsp/checkout.jsp"

method="post">

 

<input type=hidden name=developerId value=AAA>

<input type=hidden name=submitAction value="buynow">

<input type=hidden name=numberOfContracts value=3>

 

<input type=hidden name=contractId1 value=XXX>

<input type=hidden name=quantity1 value=1>

 

<input type=hidden name=contractId2 value=YYY>

<input type=hidden name=quantity2 value=2>

 

<input type=hidden name=contractId3 value=ZZZ>

<input type=hidden name=quantity3 value=4>

</form>

 

Where AAA is your vendor id, XXX, YYY and ZZZ are the contract ids.

 

* Note that you can also post contracts with quantity=0 and it will not be added to the order.

 

* Additional parameters you can post: currency, bCur, couponCode, custom1, custom2, custom3, custom4, custom5

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated