Partner Integration Docs
  • Getting Started
  • Architecture Overview
  • Survey Wall Integration
  • UAT Test
  • Troubleshooting
  • Code Snippet
    • Golang
    • Nodejs
    • Flutter
    • Java / Kotlin
Powered by GitBook
On this page

Getting Started

Welcome to the Responova Partner Integration Docs! This guide will help you quickly integrate your platform with responova survey platform. To get started, you'll need to obtain your Partner ID key from our account manager.

System Requirements

There are no specific hardware and software requirements. But to be able to integrate into Responova Survey Platform, please uses system dependency below regardless programming language you use:

Base64 Encoding/Decoding

Libraries or functions capable of handling Base64 encoding/decoding operations.

AES-128-CFB Encryption/Decryption

Libraries or functions implementing AES-128-CFB encryption/decryption algorithms.

Crypto SHA-256

Ensure the use of a cryptographically secure implementation of SHA-256.

All the dependencies above will be used to sign the request between Partner’s platform and Responova survey platform to make sure all the traffic is secure and legit.

NextArchitecture Overview

Last updated 10 months ago