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.
{
"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.
We are trying to board a merchant using https://apitest.cybersource.com/boarding/v1/registrations but we always get a
error: UNAUTHORIZED_USERresponse.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.