Signature Verification Tool
This tool is designed for developers. It can quickly verify the accuracy of signatures for API request and obtain the correct signature results in real time after submitting the parameters.
Fields involved in the signature: nonce (a random string generated by the developer), timestamp (the current timestamp generated by the developer), body (request body, not required by GET requests), secretKey (the payment API key generated in the merchant dashboard)
If the signature verification fails, please check the message body and verify the signature based on the returned content. Do not perform serialization or deserialization operations.
timestamp
nonce
body
secretKey