tonatum Posted February 24, 2019 Share Posted February 24, 2019 Hi all, im writing C# wrapper for whmcs doing some little remote operations. for register new service for user im using this api calls: 1- AddOrder (to create order for specific user) 2- UpdateInvoce (to set that invoice as paid) 3- finally AcceptOrder for finalize order. Now i have a problem in third step. when im using AcceptOrder just with passing orderId everything works fine. But i need to set username/password in this step as this document: https://developers.whmcs.com/api-reference/acceptorder/ when im passing serviceusername / servicepassword to whmcs, im get success result. but service still not completed. whats wrong? 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted February 25, 2019 Share Posted February 25, 2019 When you say service still not complete, what do you mean exactly? Is the service in WHMCS and if so does the username / password show expected values? If so, is the issue that the service didn't get created at the remote side? If so, make sure you're passing autosetup = true; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.