Hello,
Wondering if something is up with adding a customer with a source ID?
I can get the public token fine, which then I use to create a tokenized card ("
https://token-sandbox.dev.clover.com/v1/tokens"). When using the Bearer to create a /charges I get back the cl_token.
When I try to use that card token to create a customer I get an 401 unauthorized. Even why I try to use the "https://docs.clover.com/reference/createcustomer"
Same Bearer in both requests except this one give me there 401 unauthorized.
I'm at a loss as to why my Bearer Token works for /charges but not /customers.
It's also giving me the same Unauthorized error for
https://sandbox.dev.clover.com/v3/merchants/{mId}/customers
end point too.
Odd.