Jump to content

Search the Community

Showing results for tags 'paymentgateway'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


WHMCS.Community

  • The Latest WHMCS Release
    • WHMCS 8.13 Release Discussion Board
  • WHMCS.Community
    • Community Announcements
    • Introduce Yourself
    • MarketConnect Partner Product Status Updates
  • Using WHMCS
    • Pre-Sales Questions
    • Admin & Configuration Questions
    • Installation, Upgrade, and Import Support
    • Using WHMCS
    • Troubleshooting Issues
    • Vendor Discussions
  • WHMCS Showcase
    • Showcase Your Site
    • Share Your Best Practices & Tips
  • Developing & Extending WHMCS
    • Third Party Add-ons
    • Service Offers & Requests
    • Developer Corner
    • Building Modules
    • Share Ideas for WHMCS Modules
  • Community Competitions
    • News, Announcements & Blogs from WHMCS
    • Competitions
  • General Discussions
    • General Discussion
  • General Feedback & Assistance
    • Feedback
    • WHMCS.Community Tips & Tricks
  • Third Party Developers's Topics
  • Turkish International Discussions's Topics
  • Russian International Discussions's Topics
  • Spanish International Discussions's Topics
  • Portuguese International Discussions's Topics
  • French International Discussions's Topics
  • Italian International Discussions's Topics
  • German International Discussions's Topics
  • WHMCS Brasil's Topics
  • WHMCS Brasil's Tópicos
  • ModulesGarden Club's Topics
  • Hungarian International Discussions's Segítség
  • ThemeMetro's Topics
  • WHMCS Services Club's Topics
  • WHMCS Global Services Club's Topics
  • Katamaze's Free Scripts
  • Katamaze's Module Support
  • Zomex Club's Topics
  • 0100Dev Club's Topics
  • RactStudio Club's Topics

WHMCS Version

  • V8.13.x Hotfixes
  • V8.12.x Hotfixes
  • V8.11.x Hotfixes

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 9 results

  1. The base currency in my site is the dollar USD One of the payment options with Visa is through the Egyptian pound (EGP). When the customer, for example, buys a domain at a price of 6$ and in Egyptian it is equivalent to 180 EGP The payment is completed successfully $180 is added to the client’s account and $6 is subtracted from it, leaving $174 in the account balance This is not acceptable because the amount is supposed to be 180 pounds and no credit is added to the user Because the converter converts from pounds to dollars and calculates that the price to be paid is 180 Egyptian pounds, and upon successful payment, it must show that the customer paid only $6 and does not put $180
  2. Hi, I use Paypal basic module last 6/7 years without any issue. its just last 1 week I am having issue with paypal IPN. It says HTTP error code 403 and its not sending any IPN to my site. All was working ok and I didnt do any recent change. Also in my WHMCS Gateway log it says "IPN Handshake Invalid" and no info about payment. Of course invoice not getting marked as paid. I saw few months old post where it says update whmcs to 8.4 and also untick "Default to Client Area"......its already unticked and I am using latest WHMCS 8.5.1. Can anyone help me to understand or if anyone else having same issue while everything was working all good without any change in my site.
  3. For some reason whenever I or someone else tries to add funds to their account they see the message "All payment gateways are currently under maintenance, please contact support help desk." The 1st screenshot shows that Paypal is active. I've logged out and back in and also emptied the template cache via Utilities -> Systems -> Systems Clean Up to no avail. The 2nd screenshot shows the actual error message. Also, active gateways include Paypal Basic and Stripe. Any assistance greatly appreciated!
  4. Payment gateway that allows payments and returns to WHMCS via przelewy24. Przelewy24 supports fast payments, payment cards, paypal, blik, Google Pay and Apple Pay. The module enables fast and secure payments for services, domains, servers and other products offered by WHMCS. Thanks to it, customers can also pay invoices issued by WHMCS. Module Features transaction payment handling handling of transaction returns transaction logging with the amount of commission Promotion If you want to get a lower commission in Przelewy24 and a 50% discount on this module, contact us 🙂 More: https://marketplace.whmcs.com/product/6645-przelewy24-payment-module
  5. Hi, I want to integrate WHMCS to custom payment gateway. So, I have installed the new module and uploaded it to the folder of my WHMCS. but the Custome payment gateway did not appear in the setup->payment gateway. Kindly help me this issue thank you.
  6. Hello hope everyone is doing well and keeping safe. can someone help me with some issue. basically i have made custom modules and hooks for version7 and now i installed version 8 nothing is my v7 modules are working. what will be change in the code to get it working for V8? i have 8.3.2 this version. its two files basically. for the payment module gateway. how can i get them working? thanks a million in advance
  7. Hello, I'm creating for myself the Payment Gateway for Paddle and now I have some doubts how to proceed with refunds because refunds with Paddle are not automatic, but they need to be approved by Paddle team. So, now, when I make a refund in WHMCS, in the Payment Gateway code in the "paddle_refund" I send this request to the Paddle API and I don't get success or denied response immediately, but I need to return true or false from this function. And if I return false in the WHMCS portal it is displayed the error message that is something wrong, but if I return true the refund gets accepted in WHMCS, but the refund is not yet processed by Paddle. What is the best practice in this case? Or can I return some status like "Processing" in the function "paddle_refund" in the Payment Gateway code? Then in the WHMCS hook I'm waiting for the response from Paddle. This is not the problem, but what to do, what to return in "paddle_refund" function? Thanks, Davor
  8. Hello I have been searching from A to Z on the world wide web machine 😛 and only found a paymentgateway for Klarna.com/Sofort which turns out to be an aquired company of Klarna in UK, so their module does not work for normal Klarna.com clients. So i am wondering if anyone out there have made a paymentgateway module for Klarna.com (klarna.com/se) that they would be interrested in sharing, selling a copy of, or is selling licenses to? I know i could be looking for someone to build me one, but unfortunately, even as an online business, i have been hit with the drop in income thanks to Covid and all programmers i have come by has been way over my budget, for a paymentgateway module. ps. Klarna.com does not know of a module themselves.
  9. Condition: I've create copy of banktransfer and rename it as localbank. My goal: I want to show some dynamic Virtual Account number (combination of fixed bank code + custom field) when payment method localbank is selected and client preview invoice then choose it (viewinvoice.tpl) I've try with several variable but there's no suitable value to match the selected payment method using if-else condition. Could you tell me what the correct variable for selected payment method ? Here's my custom script on viewinvoice.tpl {if $paymentmethod == "localbank"} <td>: 123123{$clientsdetails["customfields2"]}</td> {else} <td>: 77777{$clientsdetails["customfields2"]}</td> {/if} With that code, when localbank is selected the result always show the else result. Although when I change the $paymentmenthod value to banktransfer, it still show the else result.
×
×
  • 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