MyPaperflow configurations

  • Updated

MyPaperflow is our online self-service platform, where you can view and edit documents in the system and configure organizations and users.

Access MyPaperflow via

Users

User management is based on users you create in the API. Please see this article regarding user levels: Users of Paperflow

See API docs on the endpoints for user management:

 

Full flow vs training flow

You can use MyPaperflow with two different flows:

  1. A full flow where you validate each document in the system in MyPaperflow, before it is pushed to your integration

  2. A reactive training flow, where you only validate documents, that you see has errors, to train the engine.

The reactive flow is standard, as all documents can be accessed and validated in MyPaperflow at all times. If you wish to use the entire flow, you must activate it as a product. MyPaperflow has product ID 4. See more here: Paperflow Products

See the flows below:

blobid1.pngblobid0.png

Our Deeplink functionality can be used for embedding the MyPaperflow platform into your current solution, to create a seamless integration for your users.

With Deeplink, your users do not need to log in to MyPaperflow, as you can parse a token in the URL.

In order to Deeplink into my.paperflow.com with a specific authentication you can append a ?token=<TOKEN> in the URL. Example: https://my.paperflow.com/?token=myPaperflowAuthenticationToken

The token parameter can be added on all pages, so you can add it at the end of the validation page on specific vouchers, to directly access the validation view.

 

When you click “Submit” on the validation page, we have added the following javascript trigger:

1window.parent.postMessage('PaperflowDone', '*');

You can use this trigger to add your own autoclose functionality, for an even more seamless experience.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.