簽名算法
mchId:IPq15ZFXBFLIqRuY
mchTransNo:123456789
coinName:INR
amount:100
notifyUrl:https://test.com
paymentNotifyUrl:https://test.comLast updated
mchId:IPq15ZFXBFLIqRuY
mchTransNo:123456789
coinName:INR
amount:100
notifyUrl:https://test.com
paymentNotifyUrl:https://test.comLast updated
stringA="amount=100&coinName=INR&mchId=IPq15ZFXBFLIqRuY&mchTransNo=123456789¬ifyUrl=https://test.com&paymentNotifyUrl=https://test.com";MD5簽名方式:
stringSignTemp=stringA+"&key=IPq15ZFXBFLIqRuY" //注:key為商戶ApiKey
sign=MD5(stringSignTemp).toUpperCase()="F694ED4D44A60DB500045184BD13AF84" //注:MD5簽名方式