My Products
Help
junxie
CONTRIBUTOR *

Invalid Token from Visma.net ERP

by junxie

Hi!

 

Yesterday many of my Visma.net integration started failing with the following error.  

ExceptionType: 'IPPException',
ExceptionMessage: 'Invalid Token',
ExceptionFaultCode: '12010',

 

I checked https://integration.visma.net/API-index/, it used to have many endpoints, now most of them are gone, e.g sales orders, purchase order, customer, product etc

 

I believe there is a general problem on the Visma.net ERP API itself and that caused invalid token issue. Can you please look into this and solve it as soon as possible?

 

Thank you

4 REPLIES 4

by Oskar Jansson

Hi,

 

The issue should be resolved by now. Do you still get any errors?

 

All endpoints is now being displayed at: https://integration.visma.net/API-index/ 

 

Best regards

Oskar Jansson

However, for the invalid token error message: Please double check that you have entered the correct token.

 

Best regards

Oskar Jansson

subas
CONTRIBUTOR *

by subas

Hi

We are getting the same issue when attempting to send customer_invoice. We tried both API V1 and V2 but received the same error as mentioned by Junxie above:

  • ExceptionType: 'IPPException'
  • ExceptionMessage: 'Invalid Token'
  • ExceptionFaultCode: '12010'

Token generation is successful with both APIs, but when we try using these tokens to send the request, we receive this error message. I haven’t been able to find any guidance on resolving this error.

Thank you

by Oskar Jansson

Hi! 
I received a 201 status code when trying the GET /api/v1/customerinvoice/{invoiceNumber} and the POST /api/v2/customerinvoice endpoints. Are you still experiencing issues with the IPPException?