Browse Source

add 扣帐币种

benson 4 years ago
parent
commit
2a90f15a5e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      AllPay_Other_Integration_Specification_CH.md

+ 2 - 0
AllPay_Other_Integration_Specification_CH.md

@@ -73,6 +73,8 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 | orderNum       | String(6)  | M    | 商户订单号                                                   |
 | allpayOrderNum | String(4)  | M    | AllPay系统的转换商户订单号                                   |
 | schemaTransId  | String(60) | M    | 支付渠道的交易ID                                             |
+| billCurrency   | String(3)  | O    | 扣账币种 :ISO标准。如:人民币填写“CNY”,美元填写"USD"       |
+| billAmount     | String(12) | O    | 扣账金额 如 100 元,表示为 100 或 100.00                     |
 | transID        | String(32) | M    | GW 系统生成的交易 ID,每笔交易保持唯一                       |
 | paymentSchema  | String(10) | M    | 渠道代码:[点击这里](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
 | RespCode       | String(2)  | M    | 应答码 00-成功                                               |