Integrate Stripe into ResellerClub

Stripe, with no doubt, is my favorite payment gateway of all time. I’ve been integrating many payment gateways into my clients and my own systems and so far Stripe has beaten all of them.

Thankfully ResellerClub allows you to integrate your own payment gateways for your reseller. I’ve created a simple PHP script that lets you integrate Stripe in your ResellerClub Supersite and PartnerSite.

You can use this script for free and integrate Stripe payment gateway in ResellerClub in a couple of minutes.

The script is pretty simple and I’ve included an instruction file in the zip folder. Please note I’ve just created this for personal use and decided to release it to you guys for free. 

It requires PHP >= 7.2. in the zip package, you can also find support files for nginx and IIS web servers.

Attention: Due to some security concerns link is now removed.

Incoming search terms:

  • resellerclub php script
  • resellerclub stripe payment gateway
  • stripe payment gateway for resellerclub

Join the Conversation

7 Comments

  1. Hi friend, I’m integrating the stripe into ResellerClub with your code and I’m having a problem.

    It processes the collection and uploads it to the card in an actual transaction, but when authorized it redirects to the /success page however it returns a 404 because there is no file or folder with that name.

    What can I do?

  2. create a .htaccess file where you’ve stored the script and then place following code in it:

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^ index.php [QSA,L]

    This should solve the issue.

Leave a comment

Leave a Reply