Signature Key

The signature contains request parameters which are hashed using the SHA512 hashing method. Each request has a different combination, depending on the parameters. Formula:

hash("sha512", parameter1 + parameter2 + ... + partner_code + secret_key);

Last updated