1. Set Return URL Option in Dashboard

The dashboard allows you to set the values of the parameter keys. After the KYC process is complete and the submitter selects the “Ok” button or waits 5 seconds, the page will redirect to the Dynamic Fields parameters with the Return URL. The final return URL will be same to the URL of the “Ok” button when it is connected.

2. Support to parameters in Dynamic Fields

2-1. Key Query String Parameters

userid
string

The user ID value, which is connected to the submission

cf1
string

Custom field 1 optionally added during submission

cf2
string

Custom field 2 optionally added during submission

cf3
string

Custom field 3 optionally added during submission

email
string

The email value, which is connected to the submission

kycStatus
string

KYC result. Following this parameter name is camelCase (case-sensitive). Based on the result, it returns approved, pending, or rejected.

2-2. Encrypted option applied

Encryption is enabled when the “encrypted” parameter is included in the final return URL. AES-256-ECB is required to decrypt the value. Please consult this guide section for further information.

By using this guide, you can effectively return URL with Query String in ID check to optimize your KYC process and enhance user experience.