Browse Source

添加PF和FC测试卡

tao.zhou 5 years ago
parent
commit
9cf46de493
2 changed files with 32 additions and 0 deletions
  1. 16 0
      AllPay_Integration_Specification_CH.md
  2. 16 0
      AllPay_Integration_Specification_EN.md

+ 16 - 0
AllPay_Integration_Specification_CH.md

@@ -713,6 +713,14 @@ cvv:123
 | email             | String | M    | 用户email |
 | transport_express | String | M    | 快递单号  |
 
+```javascript
+测试卡:
+
+Card Number: 4242424242424242
+Expriation Date: 1220
+CVC: 123
+```
+
 ### 5.9 APHK渠道
 
 #### 5.9.1 H5支付
@@ -751,6 +759,14 @@ cvv:123
 | --------- | ------ | ---- | ---- |
 | tradeFrom | String | M    | "H5" |
 
+```javascript
+测试卡:
+
+卡号: 4761340000000019
+有效期: 1217
+CVV2: 830
+```
+
 #### 6.应答码 
 
 | 应答码 | 描  述      |

+ 16 - 0
AllPay_Integration_Specification_EN.md

@@ -714,6 +714,14 @@ cvv:123
 | email             | String | M    | email |
 | transport_express | String | M    | tracking number  |
 
+```javascript
+Test card:
+
+Card Number: 4242424242424242
+Expriation Date: 1220
+CVC: 123
+```
+
 ### 5.9 APHK
 
 #### 5.9.1 H5 mode
@@ -752,6 +760,14 @@ Response message:
 | --------- | ------ | ---- | ---- |
 | tradeFrom | String | M    | "H5" |
 
+```javascript
+Test card:
+
+Card Number: 4761340000000019
+Expiry Date: 1217
+CVV2: 830
+```
+
 ## 6.RespCode 
 
 | RespCode | Description      |