1.Authentication (matching client’s key with server’s key).2.Data tamper-proofing (parameters are transmitted in plain text; parameters and the key are encrypted to form a signature for server matching). Request parameters are AES encrypted for transmission in ciphertext. Requests must carry a signature. The API will process requests only after signature verification passes. Upon onboarding, the platform will provide you with a Merchant Account and a 32-character Secret Key. This key is divided into two parts: First 16 characters: Signature Key (signKey). Last 16 characters: AES Encryption Key (encryptKey).