Architecture Overview

This section will provide you with an in-depth understanding of the E2E system integration, interactions, and some principles.

Overview

Integration Overview

Sequence Diagram

Here is the sequence diagram to get an in-depth understanding how the data will be proceed between two systems.

Sequence Diagram

About the Personal Identifiable Information (PII):

  • Responova will only receive hashed PII data, which cannot be decoded or matched to verify the exact value.

  • The PII will be encrypted again to ensure it remains secure during transmission between the two systems.

  • We use TLS to encrypt data in transit, providing secure communication channels.

  • We do not grant any user access to PII that does not belong to them.

Last updated