We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are trying to board a merchant using https://apitest.cybersource.com/boarding/v1/registrations but we always get a error: UNAUTHORIZED_USER response.
error: UNAUTHORIZED_USER
It works fine when we do it from CyberSource portal but fails when we try to replicate on Postman.
{ "response": { "rmsg": "{\"error\":\"UNAUTHORIZED_USER\",\"error_description\":\"UNAUTHORIZED USER\"}" } }
So we are probably missing the required authentication headers but the documentation page for it leads to 404: https://developer.cybersource.com/docs/cybs/en-us/payments/developer/all/rest/payments/GenerateHeader/jwtTokenAuthentication.html.
Our current header is:
- Authorization: Bearer <Bearer> - Content-Type: application/json - v-c-merchant-id: alpha_001 - Host: apitest.cybersource.com
Please let us know if we are missing any authentication headers in our request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are trying to board a merchant using https://apitest.cybersource.com/boarding/v1/registrations but we always get a
error: UNAUTHORIZED_USER
response.It works fine when we do it from CyberSource portal but fails when we try to replicate on Postman.
So we are probably missing the required authentication headers but the documentation page for it leads to 404: https://developer.cybersource.com/docs/cybs/en-us/payments/developer/all/rest/payments/GenerateHeader/jwtTokenAuthentication.html.
Our current header is:
Please let us know if we are missing any authentication headers in our request.
The text was updated successfully, but these errors were encountered: