For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction API

Operations related to Peppol messaging

Get Partner accounts transactions

get
/partner/{partnerRegNo}/transaction/{accountRegNo}/(message-type)/(direction)

NB! This documented endpoint has a pseudo path URI! (read below)

An API to fetch (GET) your Partner accounts transactions.

Using the prefix of /partner/{partnerRegNo} you, as a partner, can access your accounts transactions through Qvalia Transaction API.

(message-type) and (direction) attributes in URI refers to Transaction API endpoints, e.g. invoices and incoming, which results in /partner/{partnerRegNo}/transaction/{accountRegNo}/invoices/incoming.

(message-type) and (direction) are interchangable for all Transaction API endpoints, as well as for the read endpoints, by adding the read attribute to the URI.

Refer to documentation for handling transactions at Qvalia Transaction API

Authorizations
AuthorizationstringRequired
Path parameters
partnerRegNostringRequired

Partner registration number issued by Qvalia

accountRegNostringRequired

Account registration number issued by Qvalia

get/partner/{partnerRegNo}/transaction/{accountRegNo}/(message-type)/(direction)

Last updated

Was this helpful?