User Profile
guidol
47
Posts
4
Kudos
2
Solutions
02-10-2024
11:17
Hi Guido, in addition to our talk via email, I've checked that with the team, and "CompanyIntervalLimit" is what we set as value for X-RateLimit-Policy HTTP header when throttling is done by TenantIntervalLimitPolicy so that this should be related to
Hourly number of requests per company reached
1 Hour
15000 requests
I've also updated the throttling configuration thread accordingly. Can that be the case ?
... View more
02-09-2024
15:43
Terzijde: Invantive is implementatiepartner.
... View more
20-12-2023
10:15
Ah, I see. I needed to click save, while all fields were filled correctly, before the Invitation codes box came up.
... View more
15-12-2023
13:39
Many thanks, Guido ! Would you be able to share some details via developersupport@visma.com so maybe we can figure it out? Would be great if you could share the following info. 1) Print screen from Developer Portal > Your Application Details (where we can see its client_ID, type, enabled options etc)
2) Print screen from Integrations part (So that we can see what are the integrations & granted scopes ) whether they're approved.
3)company name & ID that you're trying to integrate with
4) Email of the Visma.net user that granted access to your integration. Thanks !
... View more
15-12-2023
09:16
The URL provided is correct. The bug reported seems to be user-specific. I have tried the link with another Visma .net user and now it does work. So the tenant consent update error is specific for this user, who has consented with other OAuth settings before.
... View more
14-12-2023
16:46
1 Kudo
Still you'd like to know who you are connected to. As an ISV you do not know on beforehand who connects to your application, so some context is useful. You can get that though a call to https://connect.visma.com/connect/userinfo, although that needs openid scopes to be present. For Visma .net ERP you can call `controller/api/v1/organization`, which will yield one single company.
... View more
21-09-2023
15:58
Sample [
{
"type":"VoidPayment",
"refNbr":"405812",
"status":"Closed",
"hold":false,
...
"paymentLines":[
{
"documentType":"Invoice",
"refNbr":"987654321",
"amountPaid":1234.7700,
"cashDiscountTaken":0.0,
"balanceWriteOff":0.0000,
"writeOffReasonCode":{
"id":"BK01",
"description":"DESC"
},
"date":"2023-12-31T00:00:00",
"dueDate":"2021-07-23T00:00:00",
"cashDiscountDate":"2023-12-31T00:00:00",
"balance":0.0,
"cashDiscountBalance":0.0,
"description":"FAKTUUR ORDER456",
"currency":"EUR",
"postPeriod":"202106",
"customerOrder":"ORDER456",
"crossRate":1.0
},
{
"documentType":"Invoice",
"refNbr":"987654321",
"amountPaid":-1234.7700,
"cashDiscountTaken":0.0,
"balanceWriteOff":0.0000,
"writeOffReasonCode":{
"id":"BK01",
"description":"DESC"
},
"date":"2023-12-31T00:00:00",
"dueDate":"2021-07-23T00:00:00",
"cashDiscountDate":"2023-12-31T00:00:00",
"balance":0.0,
"cashDiscountBalance":0.0,
"description":"FAKTUUR ORDER456",
"currency":"EUR",
"postPeriod":"202106",
"customerOrder":"ORDER456",
"crossRate":1.0
},
{
"documentType":"Invoice",
"refNbr":"987654321",
"amountPaid":1234.7700,
"cashDiscountTaken":0.0,
"balanceWriteOff":0.0000,
"writeOffReasonCode":{
"id":"BK01",
"description":"DESC"
},
"date":"2023-12-31T00:00:00",
"dueDate":"2024-01-01T00:00:00",
"cashDiscountDate":"2023-12-31T00:00:00",
"balance":0.0,
"cashDiscountBalance":0.0,
"description":"FAKTUUR ORDER456",
"currency":"EUR",
"postPeriod":"202312",
"customerOrder":"ORDER456",
"crossRate":1.0
}
],
...
]
... View more
16-02-2023
09:57
1 Kudo
Don't know why, but had to manually delete records for integrations.visma.net from the sqlite cookies file in AppData\Local\Microsoft\Edge\User Data\Default\Network Now Issue 2 is working on both Chrome and Edge.
... View more
10-02-2023
09:23
Was there a specific introduction date for invalidating all previous tokens when a new one is acquired? We have one customer with that problem.
... View more
10-02-2023
08:14
My privileges on the forums seem to be flip flopping, leading to disappearing posts/replies. The Bad Requests seem related due to breaking changes in the swagger. I have created a separate topic on the problems with Swagger (can't find it back but maybe it will appear again). I will try to close this topic.
... View more
10-02-2023
08:13
Apologies for the test. My privileges on the forums seem to be flip flopping, leading to disappearing posts/replies. I have created a separate topic on the problems with Swagger, since this one has been marked already as solved.
... View more
02-11-2022
12:22
Thank you for the clarity! We will disable pagination on this endpoint for now.
... View more
01-09-2020
08:41
Hi,
The maxPage size can change at any time depending on the need, this will be reflected the upcoming release of such a change, please read this from the news page:
Enforcement of pagination on API endpoints and change of maxPagesize - September release (8.25)
... View more
31-08-2020
19:16
Apologies for delay; mails got lost in spam. All customers up again. Thanks for assistance!
... View more
Activity Feed for guidol
- Posted Re: New ratelimit policy CompanyIntervalLimit on Forum in Developers Visma.net. 24-09-2024 15:41
- Posted Re: New ratelimit policy CompanyIntervalLimit on Forum in Developers Visma.net. 03-09-2024 08:33
- Posted Re: Visma Connect: invalid_tenant on exchanging authorization code for access token on Forum in Visma Net Financials. 02-09-2024 15:43
- Posted Re: New ratelimit policy CompanyIntervalLimit on Forum in Developers Visma.net. 02-09-2024 15:35
- Posted Re: New ratelimit policy CompanyIntervalLimit on Forum in Developers Visma.net. 07-06-2024 12:27
- Posted New ratelimit policy CompanyIntervalLimit on Forum in Developers Visma.net. 07-06-2024 10:14
- Posted Re: invalid_tenant when authenticating using client_credentials on Forum in Developers Visma.net. 20-12-2023 10:15
- Posted invalid_tenant when authenticating using client_credentials on Forum in Developers Visma.net. 20-12-2023 09:54
- Posted Re: Can't delete token - HTTP 404 on Forum in Developers Visma.net. 15-12-2023 13:07
- Posted Re: Can't delete token - HTTP 404 on Forum in Developers Visma.net. 15-12-2023 10:29
- Posted Re: Can't assign App Store “Integration Administrator" role on Forum in Developers Visma.net. 15-12-2023 09:16
- Got a Kudo for Re: context endpoint gone in swagger doc for service api + invalid scope. 14-12-2023 17:45
- Posted Re: context endpoint gone in swagger doc for service api + invalid scope on Forum in Developers Visma.net. 14-12-2023 16:46
- Posted Re: Can't delete token - HTTP 404 on Forum in Developers Visma.net. 14-12-2023 16:44
- Posted Re: Can't delete token - HTTP 404 on Forum in Developers Visma.net. 14-12-2023 16:26
- Posted Can't delete token - HTTP 404 on Forum in Developers Visma.net. 14-12-2023 14:52
- Posted Re: Can't assign App Store “Integration Administrator" role on Forum in Developers Visma.net. 14-12-2023 13:02
- Posted Re: Can't assign App Store “Integration Administrator" role on Forum in Developers Visma.net. 14-12-2023 12:48
- Posted Re: Can't assign App Store “Integration Administrator" role on Forum in Developers Visma.net. 14-12-2023 11:41
- Posted Re: Can't assign App Store “Integration Administrator" role on Forum in Developers Visma.net. 13-12-2023 15:17