Callback notification interface (customized by the merchant)
POST
notifyUrl
Signature rules: After JSONifying the request parameters (parameters are ordered), the obtained signature is placed in the header. The signature can be directly obtained from the response header, and the verification method uses the verifyEcdsaSignature() method in the utility class.
Tips
OK
and no need to return JSON formatted data. The merchant is responsible for ensuring the idempotence of the business, and the notification is processed only once regardless of the number of times it is received.Request
Header Params
X-RESP-SIGNATURE
string
optional
Example:
3046022100ae8634a9db66c069030483012e7d0e38ebca6d924b82d8bb2e240764dafeb4f3022100ba3e3bd90346652e681b4b1b25e55d983002d84160fb9c696fb20ea3e4742e76
Body Params application/json