Enter your credentials to Maventa testing environment, to authenticate and try things out with the Swagger UI. This will fetch a Bearer token using OAuth2 with the endpoint POST https://ax-stage.maventa.com/oauth2/token. The token is stored in your browser's session storage (cleared when you close the tab) and used in Swagger calls done from this documentation website. The token is valid for 1 hour.

Never use your production credentials here. This is only for testing the Maventa test environment in the Swagger UI.
All | None
eui global company lookup document:receive document:send invoice:receive invoice:send company:read company:write validate receivables:assignments analysis billing:reports partner:invoice_delivery_actions partner:lookups partner:takeovers partner:lyanthe_scan_service fi_bank_message:send fi_bank_message:receive
Cancel Sign In
Search
Product Changelog Developer Changelog

Removed no_vat parameter from registration APIs

The no_vat parameter has been removed from all company registration endpoints across REST and SOAP APIs. This parameter previously allowed skipping VAT validation when registering companies, but is no longer needed or supported.

Affected API endpoints

SOAP API:

REST API:

What this means

The system now automatically handles business identifier validation without requiring manual specification of whether the identifier is a VAT number or not. Any no_vat parameter sent to registration endpoints will be ignored.

If you’re currently using the no_vat parameter in your integration, you can simply remove it from your API calls. The registration process will continue to work correctly without it.

Published
Change Type
Removed
Tags
Swagger Links (swagger.maventa.com)
Back to top