Skip to content
New issue

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

Unable To Board a Merchant #132

Open
vsrvalor opened this issue Nov 26, 2024 · 0 comments
Open

Unable To Board a Merchant #132

vsrvalor opened this issue Nov 26, 2024 · 0 comments

Comments

@vsrvalor
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant