How to verify your signature
Steps
Arrange multiple signature data items in alphabetical order. Each data item forms a string in the format "key=value."
Connect each data item string with the "&" symbol.
Append the secret_key to the end of the concatenated string.
Obtain the signature data by applying MD5 by above string
Example Data for Signature
secret_key Example
Signature Example
Last updated