Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Relayed Archive developed for OpusCapita Invoice Sending clients to search invoices via API stored to OpusCapita Archive. The solutions can be also used to download invoices from the archive with high level of security. Relayed Archive is an additional feature to the OpusCapita Archive solution available in the Business Network Portal application.

...

  • Relayed Archive allows OpusCapita clients to grant access to their customers to download their own invoices with a high level of security. Relayed Archive is an addition to the OpusCapita eArchive solution available in the Business Network Portal application.​

  • Client is required to generate a JWT and it is used while end user is requesting via in the customer portal (HTTP GET) to download an invoice from the archive.

...

Authentication - JWT Token

When sending a request to Relayed Archive API, all search values should be sent in a JWT token. This ensures high security as confidential values are encrypted.

...

Example requests pass the token in the query parameter https://api.develop.businessnetwork.opuscapita.com/relayed-archive?token=... but the token can be also passed as a request header (recommended): curl https://api.develop.businessnetwork.opuscapita.com/relayed-archive -H 'Authorization: Bearer ...' where ... is replaced with the token.

...