跳到主要内容

查询属性文件

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

必填字段

字段名类型长度描述示例
VersionNo字符串2版本号"06"
PaymasterEntryPoint字符串512PayMaster入口点"D:/XXX/XXX/XXX/PaymasterEntryPoint.json"
UPPSchema字符串512UPP支付模式"D:/XXX/XXX/XXX/UPPPaymentSchema.json"
ServiceID字符串3服务ID"FNX"
MerchantID字符串15商户ID"D1022012123"
TxnChannel字符串3交易渠道"WEB" - Web渠道(默认),
"API"- 通过API,
"DIR" - 直接,
"GDS" - GDS渠道,
"OTH" – 其他
LangLocale字符串5语言"en"
SuccRespURL字符串512成功支付页面"https://xxx.xxxxx.xxx/approved.jsp"
UnsuccRespURL字符串512支付失败页面"https://xxx.xxxxx.xxx/declined.jsp"
CancelRespURL字符串512取消支付页面"https://xxx.xxxxx.xxx/cancel.jsp"
QueryRespURL字符串512查询响应页面"https://XXX.XXXXX.XXX/query.jsp"
SHAlgorithmType字符串3安全哈希算法类型"SH2"
SecretKey字符串64密钥"..."
query_gateway字符串512查询网关"https://xxx.finexusgroup.com/upp/services/Gateway"

示例配置

File Name: UPPPayment.properties
VersionNo=06
ServiceID=FNX
MerchantID=D1022012123
TxnChannel=WEB
LangLocale=en
SuccRespURL=https://xxx.xxxxx.xxx/approved.jsp
UnsuccRespURL=https://xxx.xxxxx.xxx/declined.jsp
CancelRespURL=https://xxx.xxxxx.xxx/cancel.jsp
QueryRespURL=https://XXX.XXXXX.XXX/query.jsp
SHAlgorithmType=SH2
SecretKey=B9XXX6FA91749XXX9F71340E3XXXC3478524320XXX8587D22XXXA35DD4E7BXXX
PaymasterEntryPoint=D:/XXX/XXX/XXX/PaymasterEntryPoint.json
UPPSchema=D:/XXX/XXX/XXX/UPPPaymentSchema.json
query_gateway=https://xxx.finexusgroup.com/upp/services/Gateway