Customer with ID not found.
-
Hi,
I am getting an error with user getting failed orders.
Here’s the log:
04-26-2020 @ 15:12:52 – Response
code: 404
message:
headers: Array
(
[0] => HTTP/1.1 404 Not Found
[Content-Type] => application/json
[Square-Version] => 2019-08-14
[Vary] => Origin, Accept-Encoding
[X-Content-Type-Options] => nosniff
[X-Download-Options] => noopen
[X-Frame-Options] => SAMEORIGIN
[X-Permitted-Cross-Domain-Policies] => none
[X-Xss-Protection] => 1; mode=block
[Date] => Sun, 26 Apr 2020 21:12:52 GMT
[Content-Length] => 136
[Strict-Transport-Security] => max-age=631152000; includeSubDomains; preload
)
body: Array
(
[errors] => Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => NOT_FOUND
[detail] => Customer with ID0Q2T38XTKMV99AJWC1ADSTZZJCnot found.
)
)
)I checked the user's account and there are no card information saved on his profile. If this is the issue then how can we update the information on our end? Can we delete the Customer ID and leave it empty?
The topic ‘Customer with ID not found.’ is closed to new replies.