跳到主要内容

UPP 支付属性文件

备注
  • 以下参数存储在商户服务器上的属性文件中,包含了 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