REST API Not Working
-
I had to roll back to previous version… updated new version and put in the correct keys but I get this error in the log when I try to submit the information on the greenpay settings page
11-02-2019 @ 20:46:41 – Preparing data, endpoint is https://greenbyphone.com/eTest.asmx/TestAuthentication
11-02-2019 @ 20:46:41 – Sending POST to GreenPay?, this is what we are sending: x_delim_data=&x_delim_char=%2C&Client_ID=107977&ApiPassword=hu6kv9gn3fq5
11-02-2019 @ 20:46:41 – Raw Response: <?xml version=”1.0″ encoding=”utf-8″?>
<TestAuthenticationResult xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”https://www.w3.org/2001/XMLSchema” xmlns=”CheckProcessing”>
<Result>0</Result>
<ResultDescription>Success.</ResultDescription>
<CompanyName>Colorado Vape</CompanyName>
</TestAuthenticationResult>
11-02-2019 @ 20:46:41 – Loaded Response: SimpleXMLElement Object
(
[Result] => 0
[ResultDescription] => Success.
[CompanyName] => Colorado Vape
)11-02-2019 @ 20:46:41 – Preparing data, endpoint is https://greenbyphone.com/WooCommerce.asmx/RegisterStore
11-02-2019 @ 20:46:41 – Sending POST to GreenPay?, this is what we are sending: Store=https%3A%2F%2Fwww.phoriakratom.com&RESTConsumerKey=ck_b04c0cdb66344cd5ce049c2450544b3d54b8070a&RESTConsumerSecret=cs_94d5035ced713e15a4d46124e202f3639e0be73e&Client_ID=107977&ApiPassword=hu6kv9gn3fq5
11-02-2019 @ 20:46:42 – Raw Response: <?xml version=”1.0″ encoding=”utf-8″?>
<WooCommerceResponse xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”https://www.w3.org/2001/XMLSchema” xmlns=”CheckProcessing”>
<Result>
<Result>7</Result>
<ResultDescription>Woocommerce REST API returned an unauthorized response for the given REST credentials</ResultDescription>
</Result>
</WooCommerceResponse>
11-02-2019 @ 20:46:42 – Loaded Response: SimpleXMLElement Object
(
[Result] => SimpleXMLElement Object
(
[Result] => 7
[ResultDescription] => Woocommerce REST API returned an unauthorized response for the given REST credentials
)
- The topic ‘REST API Not Working’ is closed to new replies.