benson 1 year ago
parent
commit
5d414b74d3

+ 58 - 0
payExclusive_CH.md

@@ -69,6 +69,10 @@
     - [21.1 H5支付](#211-h5支付)
   - [22. SPEI渠道](#22-SPEI渠道)
     - [22.1 H5支付](#221-h5支付)
+  - [23. PagoEfectivo渠道](#23-PagoEfectivo渠道)
+    - [23.1 H5支付](#231-h5支付)
+  - [24. Interbank渠道](#24-Interbank渠道)
+    - [24.1 H5支付](#241-h5支付)
 
 ### 1. WX渠道
 
@@ -1268,4 +1272,58 @@ CVV2: 123
 
 | 参数     | 类型   | 必填 | 描述                            |
 | -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |
+
+
+### 23. PagoEfectivo渠道
+
+#### 23.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| email | String | 是    | Must contain valid e-mail of customer|
+| phone | String | 是    | Must contain valid phone number of customer |
+| document_id | String | 是    | document_id of the consumer.|
+| firstname | String | 是    | Customer first name |
+| lastname | String | 是    | Customer last name |
+| address | String | 是    | address |
+| zip_code | String | 是    | ZIP code |
+| city | String | 是    | City |
+| country | String(2) | 是    |Country code in ISO 3166. Example: IN|
+| state | String(2) | 否    |State code in ISO 3166-2, required for USA and Canada|
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
+| payUrl | String | 否    | 收银台URL |
+
+
+### 24. Interbank渠道
+
+#### 24.1 H5支付
+
+ **请求参数**
+
+| 参数      | 类型   | 必填 | 描述 |
+| --------- | ------ | ---- | ---- |
+| tradeFrom | String | 是    | "H5" |
+| email | String | 是    | Must contain valid e-mail of customer|
+| phone | String | 是    | Must contain valid phone number of customer |
+| document_id | String | 是    | document_id of the consumer.|
+| firstname | String | 是    | Customer first name |
+| lastname | String | 是    | Customer last name |
+| address | String | 是    | address |
+| zip_code | String | 是    | ZIP code |
+| city | String | 是    | City |
+| country | String(2) | 是    |Country code in ISO 3166. Example: IN|
+| state | String(2) | 否    |State code in ISO 3166-2, required for USA and Canada|
+
+**响应参数parameter详情**
+
+| 参数     | 类型   | 必填 | 描述                            |
+| -------- | ------ | ---- | ------------------------------- |
 | payUrl | String | 否    | 收银台URL |

+ 1 - 1
v5/android/android_sdk/Demo/app/build.gradle

@@ -39,7 +39,7 @@ dependencies {
    testImplementation 'junit:junit:4.12'
     implementation 'androidx.appcompat:appcompat:1.1.0'
     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
-    api("io.github.goallpay:allpaysdk:5.2.10")
+    api("io.github.goallpay:allpaysdk:+")
 
 
 

+ 2 - 2
v5/android/android_sdk/Demo/build.gradle

@@ -25,8 +25,8 @@ allprojects {
     repositories {
         mavenCentral()
         maven {
-           // url 'https://s01.oss.sonatype.org/content/repositories/releases/'
-            url 'https://s01.oss.sonatype.org/content/groups/staging/'
+            url 'https://s01.oss.sonatype.org/content/repositories/releases/'
+           // url 'https://s01.oss.sonatype.org/content/groups/staging/'
         }
 
     }

BIN
v5/ios/ios_sdk/Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/bensonzhang.xcuserdatad/UserInterfaceState.xcuserstate