跳到主要内容

配置属性

  • 以下参数存储在商家服务器上的属性文件中,其中包含 PayMaster MPI 软件使用的静态信息。
  • 仅需要相应更新MerchantID
  • CheckoutUrlPaymasterEntryPointUPPSchemaCCSchema的值将由 WordPress WooCommerce 内置函数自动生成,以检索文件的位置。
  • debug_log 的更改将影响 WooCommerce 中付款设置页面 上的调试模式复选框。
  • 定期付款属性应在CCPayment.ini文件中配置。
  • 以下参数存储在商户服务器上的属性文件中,其中包含 PayMaster MPI 软件要使用的静态信息。

必填字段

字段名称类型长度描述示例
MerchantIDString15商户 ID"000010000022572"
PayMasterUrlString512PayMaster 支付 URL 页面"https://xxx.finexusgroup.com/upp/faces/upp/payment.xhtml?"
EcommMerchIndString1电子商务商户指示符"0" - 非电子商务商户,
"1" - 电子商务(3D 安全),
"2" - 电子商务(非 3D 安全/MOTO)
VersionNoString2版本号"06"
ServiceIDString3服务 ID"FNX"
TokenFlagString1卡令牌化"Y" – 同意将用于支付的卡详细信息存储到 PayMaster 系统中,
"N" – 不同意/FPX 支付
RecurringUrlString512PayMaster 循环 URL 页面"https://xxx.finexusgroup.com/upp/faces/ccpayment.xhtml?"
countryCodeString2ISO 3166-1 定义的国家代码"MY
PreAuthFlagString1预授权交易"A" – 帐户验证交易,
"N" – 正常交易,
"Y" – 预授权交易
TxnChannelString3交易渠道"WEB" - 网络渠道(默认),
"API"- 通过 API,
"DIR" - 直接,
"GDS" - GDS 渠道,
"OTH" – 其他
PaymentIDString3支付方式/功能"C04" - 循环交易
SHAlgorithmTypeString3安全哈希算法类型"SH2"
ExpTxnAmtString1交易金额的指数"2"
CurrCodeString3ISO 4217 货币数字代码"458"
LangLocaleString5语言"en"
CheckoutUrlString512结账 URL 页面"https://xxx.xxxxx.xxx/checkout"
PaymasterEntryPointString512PayMaster 入口点"var/www/vhosts/xxx/xxx/wp-content/plugins/finexus-payment-gateway-for-woocommerce-V45/src/PaymasterEntryPoint.json"
UPPSchemaString512UPP 支付模式"var/www/vhosts/xxx/xxx/wp-content/plugins/finexus-payment-gateway-for-woocommerce-V45/src/UPPPaymentSchema.json"
debug_logString3启用调试模式"Yes", "No"
CCSchemaString512CC 支付模式"var/www/vhosts/xxx/xxx/wp-content/plugins/finexus-payment-gateway-for-woocommerce-V45/src/CardPaymentSchema.json"

配置示例

文件名: CCPayment.ini
MerchantID=000010000022572
PayMasterUrl=https://xxx.finexusgroup.com/upp/faces/upp/payment.xhtml?
EcommMerchInd=0
VersionNo=06
ServiceID=FNX
TokenFlag=N
RecurringUrl=https://xxx.finexusgroup.com/upp/faces/ccpayment.xhtml?
CountryCode=MY
PreAuthFlg=N
TxnChannel=WEB
PaymentID=C04
SHAlgorithmType=SH2
ExpTxnAmt=2
CurrCode=458
LangLocale=en
CheckoutUrl=https://xxx.xxxxx.xxx/checkout/
PaymasterEntryPoint=var/www/vhosts/xxx/xxx/wp-content/plugins/finexus-payment-gateway-for-woocommerce-V45/src/PaymasterEntryPoint.json
UPPSchema=var/www/vhosts/xxx/xxx/wp-content/plugins/finexus-payment-gateway-for-woocommerce-V45/src/UPPPaymentSchema.json
debug_log=no
CCSchema=var/www/vhosts/xxx/xxx/wp-content/plugins/finexus-payment-gateway-for-woocommerce-V45/src/CardPaymentSchema.json