tripletex
= Not yet supported
How to Connect to Tripletex
Tripletex uses token-based authentication. Two tokens are combined into a session token: aconsumer token that identifies your integration (configured once on your maesn tenant), and an employee token that identifies the Tripletex account, which the end user enters when connecting.
1
Prerequisites
You need an active Tripletex account. Creating API tokens requires administrator access.
2
Get your consumer token
Obtain the
consumer token for the integration in Tripletex. The consumer token identifies the integration (not an individual user) and is the same for all of your end users.See Tripletex’s authentication and tokens documentation for how consumer tokens are issued.3
Get your employee token
In Tripletex, an administrator creates an
employee token under “user settings” > “API access”. This token identifies the account whose data you want to access, and is the value each end user enters when connecting.4
Send your consumer token to maesn
Before connecting, share your
consumer token with your contact person at maesn so we can configure it on your API tenant. This is a one-time setup.If you are not sure who your technical contact is, do not hesitate to reach out to us.Once it is configured, connect through maesn Connect — or the create account endpoint — by entering your employee token.Sandbox environment
TARGET_SYSTEM:tripletex-sandbox
Tripletex provides a separate test environment. To connect against it, use the sandbox target system identifier:
The sandbox behaves exactly like production but points at Tripletex’s test environment (https://api-test.tripletex.tech) and requires its own consumer and employee tokens.
Multi-company (accountant) access
A regular employee token accesses a single company, and no company selection is required. Anaccountant (company-owned) token can access several client companies. For those tokens, the list of accessible companies is available through the Get companies endpoint, and the desired company can be selected during the connection flow.