Signature Support

Introduction

This section explains the signature support in our Widget and API integrations. In both approaches, we will be verifying that the sensitive data passed remains untampered.

How It Works

The signature should be generated using a secret key and a set of parameters identified by us. The signature is then appended to the URL as a query parameter or sent in the API request body. When the server receives a request, it verifies the signature and parameters on our end to ensure the request is legitimate.

Note: We will provide a separate secret key specifically for signing the signContent. Please contact our customer support for assistance in obtaining the key.

Two Approaches Depending on Your Integration Type

  1. Widget Signature Support
  2. API Signature Support