aquiss Posted June 5, 2020 Share Posted June 5, 2020 Can anyone else confirm a bug with the OrderFraudCheck API as seen https://developers.whmcs.com/api-reference/orderfraudcheck/ If we pass over the order id, as shown in the code below, then the details, such as address details are not actually sent over for fraud checking, instead it appears to be using our local server details rather than the ones stored against the client/order? http_build_query( array( 'action' => 'OrderFraudCheck', // See https://developers.whmcs.com/api/authentication 'username' => 'IDENTIFIER_OR_ADMIN_USERNAME', 'password' => 'SECRET_OR_HASHED_PASSWORD', 'orderid' => '1', 'responsetype' => 'json', ) ) If an order comes in via an order form, everything appears fine and checks take place. We are adding customers in fine via AddClient and AddOrder just fine, full details are stored and the order id given in the AddOrder response is the one we are passing over for fraud checks. From what I can see, via API the following data we get no response to Arrays [postal] => Array [city] => Array [subdivisions] => Array There certainly seems to be some inconsistences between the order form and api methods. Emails to WHMCS support, whilst responsive, seem to be drawing blank and not really taking too much of an interest in what I think might be an issue. 0 Quote Link to comment Share on other sites More sharing options...
souzadavi Posted August 24, 2021 Share Posted August 24, 2021 Did you fix it? I have similar problem. 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.