Browse Source

更新 'AllPay_Integration_Specification_CH.md'

benson.zhang 5 years ago
parent
commit
eeb7642a2b
1 changed files with 26 additions and 0 deletions
  1. 26 0
      AllPay_Integration_Specification_CH.md

+ 26 - 0
AllPay_Integration_Specification_CH.md

@@ -1055,6 +1055,32 @@ Password : 1234
 | email | String | M    | RFC compliant email address of the account holder |
 | iban  | String | M    | Valid IBAN                                        |
 
+
+
+
+### 5.14 FC渠道
+
+#### 5.14.1 消费
+
+ 消费/预授权接口专属字段
+
+| 参数      | 类型   | 属性 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | M    | "H5" |
+| bank_code | String | M    |NB或UI |
+| email | String | M    | Must contain valid e-mail of customer|
+| phone | String | M    | Must contain valid phone number of customer |
+| firstname | String | M    | Customer first name |
+| lastname | String | M    | Customer last name |
+| address | String | M    | address |
+| zip_code | String | M    | ZIP code |
+| city | String | M    | City |
+| country | String | M    |Country code in ISO 3166|
+| state | String | M    | State code in ISO 3166-2, required for USA and Canada |
+| document_id | String | M    | Document ID of the consumer.|
+| tag | String | M    | "online_banking" |
+
+
 ## 6.应答码 
 
 | 应答码 | 描  述      |