Hey guys, just wanna say thanks for the great hardware!
I have a NODEJS App (using that sdk). that serves and the customers main access point. I have created a couple oauth client credentials and I have successfully set them and I can login using loginAsClientOwner.
But when I try and createCustomer, the API responds with permission denied and invalid scope. This happens with FULL permissions as well as CREATE CUSTOMER permissions.
Also I made sure that I AM sending the client credentials to the API.
The client_id and client_secret for a POST to the customer endpoint (create customer) go into the HTTP basic authentication parameters, not to the POST body JSON.
thats not how createCustomer is written ?
Im trying to use the SDK and its failing, so im trying to trouble shoot how to use the API, but no matter how i go about it, i get permission denied…