In my sandbox I have successfully created a postman and called the following endpoints (and used the “Try It” on the web pages below successfully):
- https://docs.clover.com/reference/getapikey
- https://docs.clover.com/reference/create-card-token
- https://docs.clover.com/reference/createcustomer
- https://docs.clover.com/reference/createcharge
- https://docs.clover.com/reference/createrefund
- https://docs.clover.com/reference/getcharges
BUT I have one call that does not work and I have been unsuccessful figuring out why (it fails in postman or using the url belows “Try It”).. It fails with 401 Unauthorized and points to Bearer token, but I know that bearer token is valid because it works on every other call.