跳到主要内容

QR支付属性文件

备注
  • 以下参数存储在商家服务器上的属性文件中,该文件包含了 PayMaster MPI 软件要使用的静态信息。
  • 属性文件必须位于与 PayMaster MPI 相同的目录下。

强制性字段

字段名类型长度描述示例
VersionNo字符串2版本号"06"
ServiceID字符串3服务ID"FNX"
MerchantID字符串15商家ID"000010000099939"
SuccRespURL字符串512支付成功页面"https://xxx.xxxxx.xxx/approved.jsp "
SHAlgorithmType字符串3安全哈希算法类型"SH2"
SecretKey字符串64秘钥"B9XXX6FA91749XXX9F71340E3XXXC3478524320XXX8587D22XXXA35DD4E7BXXX"
PaymasterEntryPoint字符串512PayMaster入口点"D:/XXX/XXX/XXX/PaymasterEntryPoint.json"
QRSchema字符串512QR交易模式"D:/XXX/XXX/XXX/QRPaymentSchema.json"

配置示例

File Name: QRPayment.properties
VersionNo=06
ServiceID=FNX
MerchantID=000010000099939
SuccRespURL=https://xxx.xxxxx.xxx/approved.jsp
SHAlgorithmType=SH2
SecretKey=B9XXX6FA91749XXX9F71340E3XXXC3478524320XXX8587D22XXXA35DD4E7BXXX
PaymasterEntryPoint=D:/XXX/XXX/XXX/PaymasterEntryPoint.json
QRSchema=D:/XXX/XXX/XXX/QRPaymentSchema.json