to get a personalized navigation.
to get a personalized navigation.
When doing a POST https://integration.visma.net/API/controller/api/v1/customerpayment/400013/action/release
with body like :
I get error 403 - Forbidden
If I just change to the old static token the same request works fine. All scopes are allowed in the app.
Solved! Go to Solution.
Hi Sitter, after some testing, I was able to Release it without error: "Scope requirement not met"
POST:
https://integration.visma.net/API/controller/api/v1/customerPayment/400069/action/release
RequestBody:
{
"type": {
"value": "Payment"
}
}
You should grant "vismanet_erp_service_api:update" scope to your application and generate a new token after. (including that scope in the token request together with read - write - delete)
I have that. Creating new token, works well to create new invoice, read customers, suppliers and more. I can also create the payment, but the action release will not work
Still get error 403 - Forbidden message=Scope requirement not met
Hi,
1) Please make sure that Tenant(company) has granted the following scopes. (Service_Type Applicaton Example, if your application is web application then follow the same steps for the Interactive_API type.)
2) Generate a token with the granted scopes.
Copyright © 2022 Visma.com. All rights reserved.