Jump to content

Search the Community

Showing results for tags 'API Action'.

  • 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 6 results

  1. Hi all, This is my first time using Whmcs API. I tried to access this endpoint : https://developers.whmcs.com/api-reference/resetpassword/ But then I received this json message : { "result": "error", "message": "Invalid Permissions: API action \"resetpassword\" is not allowed" } Does it have to do with the API Roles > Role Management in this article ? Somehow I believe the API action "ResetPassword" was unchecked. https://docs.whmcs.com/API_Roles FYI, I don't have the access to the Whmcs dashboard. Any clue? Regards, Budianto IP
  2. domain DomainRegister api "message":"Domain Not Found" curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query( array( 'action' => 'DomainRegister', // See https://developers.whmcs.com/api/authentication 'identifier' => $api_identifier, 'secret' => $api_secret, // 'domainid' => '1', 'domain' => $domain_name, // 'domain' => 'tee444ndevs.com', 'responsetype' => 'json', ) ) ); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); curl_close($ch); $response = curl_exec($ch); dd($response);
  3. Hello, I have a website example.com and a WHMCS on examplebilling.net I have used API to sign up from example.com to examplebilling.net Problem: When anyone signup, they don't get logged in into examplebilling.net upon signup (I only want then to signup and login session start but they should be not redirected to examplebilling.net). What I want to get. 1) Signup and Login into examplebilling,net but I don't want user to get redirected to examplebilling.net How can I get it done?
  4. Hi there, We're in the process of creating a custom Frontend to serve the shopping cart experience and payment screens for all new users using WHMCS APIs to create clients, addPaymentMethods, create orders, capture Payments, and confirm orders. We're currently using eWAY as our payment gateway and trying to make the payments using the AddPayMethod API which is sadly returning "Unsupported Gateway Type for Storage" error for the 'ewayv4' gateway_module_name. The information we're passing is: ( [action] => AddPayMethod [username] => xxxx [password] => xxxx [clientid] => 4582 [description] => Mr Happy Gilmore [type] => RemoteCreditCard [gateway_module_name] => ewayv4 [set_as_default] => 1 [card_number] => 4444333322221111 [card_expiry] => 0421 [responsetype] => json ) We've reached out to eWAY directly about this and they've recommended if the payments is not working through WHMCS APIs then we should utilise their custom Payment widgets for our Frontend and then apply the payment to the invoice using WHMCS AddInvoicePayment API. This is kind of helpful but doesn't give us a clear way forward. If we were to pursue this route of payment, our client wants to be able to store the credit card token such as the AddPayMethod API would do, so that we can allow customers to renew their invoices without having to enter in their details again. Otherwise we need to find a way to get eWAY to accept this RemoteCreditCard via the AddPayMethod API. Has anyone had any experience with this or recommendations how we could move forward? Thank you, BP
  5. Hi there! Is there a way to access the variables of a payment gateway? With "GetModuleConfigurationParameters" I get the names of the parameters, but not their variables or content. If you can help me, that would be great !! Thanks in advance!
  6. Hello, I am a reseller on 20i.com and purchased my WHMCS license from them. But I am faced with a problem which I believe to you help me or give a better advice to solve. I need a solution to enable clients to host multiple(specified number of) website with a single subscription via their whmcs clietarea. 20i reseller only allows for creation of multiple domain mappings per hosting package but does not by default allow for separate packages with a single subscription. I am using their whmcs module which handles all the integration with whmcs. For instance, I have packages that should host upto 5 domains(website) but by default this can only be achieved via domain mappings in the initial subscribed package's control panel (via 20i's stackcp.com) which is not professional or user-friendly to non-technical customers. They have API documentations that can solve this problem but I do not have the resources to do this at this moment and if I should hire a developer to do custom work for me will mean I will not be using WHMCS to management clients which I badly want to use due to WHMCS vast benefits and simplification. I would like to know if this possible on WHMCS by modifying some configurations or you can provide me with experts or module(s) from your marketplace to handle this task. Please note that 20i.com does not use Cpanel or WHM, they've their own custom cp called stackcp I would very much appreciate your swift feedback. Thank You. Kind Regards.
×
×
  • 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