Browse Source

修改PO接口

tao.zhou 5 years ago
parent
commit
f620bb2eaf
2 changed files with 33 additions and 4 deletions
  1. 4 4
      AllPay_Integration_Specification_CH.md
  2. 29 0
      countrycode.md

+ 4 - 4
AllPay_Integration_Specification_CH.md

@@ -992,9 +992,9 @@ Password : 1234
 | 参数              | 类型   | 属性 | 描述                                                         |
 | ----------------- | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom         | String | M    | "H5"                                                         |
-| countrycode       | String | M    | The 2-letter ISO country code of the country in which the payment instrument is issued/operated (e.g. DE). For details see payment method specific documentation. |
+| countrycode       | String | M    | The 2-letter ISO country code of the country in which the payment instrument is issued/operated (e.g. DE). For details see [payment method specific documentation](https://git.allpayx.com/OpenAPI/common/src/master/countrycode.md). |
 | accountholdername | String | M    | The account holder - minimum of 3 characters, up to 100 charac- ters. |
-| tag               | String | M    | directpay, boleto, webpay, trustpay, skrill, singpost, sepaddmodela, safetypay, qiwi, p24, poli, paysafecard, mybank, itau, ideal, hipercard, giropay, eps, enets, dragonpay, bancodobrasil, baloto, aura, payu |
+| tag               | String | M    | 取值如下:directpay, boleto, webpay, trustpay, skrill, singpost, sepaddmodela, safetypay, qiwi, p24, poli, paysafecard, mybank, itau, ideal, hipercard, giropay, eps, enets, dragonpay, bancodobrasil, baloto, aura, payu |
 
 ##### 5.13.1.1 当 tag 为 paysafecard 时,还需另外增加下面字段
 
@@ -1052,8 +1052,8 @@ Password : 1234
 
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
-| email | String | O    | RFC compliant email address of the account holder |
-| iban  | String | O    | Valid IBAN                                        |
+| email | String | M    | RFC compliant email address of the account holder |
+| iban  | String | M    | Valid IBAN                                        |
 
 ## 6.应答码 
 

File diff suppressed because it is too large
+ 29 - 0
countrycode.md