Skip to content

Tag: whmcs

How do I translate a PHP cURL request to python

I’m coding a tool to get Whois info, and I need to use the WHMCS API for it. This is the code they provide: I want to use this request without PHP, and inside Python. What library should I use and how do I set the variables in the payload?(php or python-style?) Answer What library should I use requests …

WHMCS payment gateway: recurring but not credit card

I’m working on a custom WHMCS payment gateway module for the Mollie payment gateway. So far I integrated one-off payments with no issue, but I’m having some trouble implementing recurring payments. The flow for either a subscription or authorization to charge the customer on-demand differs slightl…