|
@@ -22,7 +22,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
3.示例签名串 acqID=99020344&backURL=https://www.baidu.com&charSet=UTF-8&frontURL=nil&goodsInfo=iPhone x&merID=800039253992510&merReserve=&orderAmount=1.00&orderCurrency=INR&orderNum=ap0180417163142&paymentSchema=EB&signType=MD5&transTime=20180417163142&transType=PURC&trxn_email_id=benson.zhang@allpayx.com&trxn_firstname=benson zhang&trxn_is_coupon_enabled=1&trxn_phone=15026528888&unique_id=abcde12345&version=VER000000002f3e0e436cd24430aa4aaaed597450f26
|
|
|
```
|
|
|
|
|
|
-
|
|
|
#### 4.通用API说明
|
|
|
|
|
|
商户服务器和 AllPay 网关对接的通用接口,每个渠道都具有的功能,包括:消费,查询,退款,退款查询接口。
|
|
@@ -45,8 +44,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
|
|
|
下面列举的字段为通用字段,每个渠道都需要上送,部分渠道有渠道专属字段,具体字段请到该渠道的专属渠道字段说明处查看。消费接口分为跳转型和参数返回型,默认为跳转型,参数返回型会在第5章(渠道专属配置)里面说明。
|
|
|
|
|
|
-
|
|
|
-
|
|
|
| 参数 | 类型 | 属性 | 描述 |
|
|
|
| ------------- | ------------ | ---- | ------------------------------------------------------------ |
|
|
|
| version | String(12) | M | 统一填写为“VER000000002” |
|
|
@@ -69,7 +66,7 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
|
|
|
2.跳转型消费接口响应报文
|
|
|
|
|
|
- 商户需要提供一个 http/https 协议的接口,包含在参数里传递给 SDK,即 backURL。AllPay
|
|
|
+商户需要提供一个 http/https 协议的接口,包含在参数里传递给 SDK,即 backURL。AllPay
|
|
|
服务器在支付完成后,会以 Get 方式调用 backURL,通知支付结果。
|
|
|
|
|
|
参数如下表:
|
|
@@ -97,8 +94,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
| signType | String(3) | M | MD5 |
|
|
|
| signature | String(32) | M | signature |
|
|
|
|
|
|
-
|
|
|
-
|
|
|
##### 4.3. 查询交易接口
|
|
|
|
|
|
1.接口说明
|
|
@@ -107,8 +102,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
|
|
|
2.请求报文格式
|
|
|
|
|
|
-
|
|
|
-
|
|
|
| 参数 | 类型 | 属性 | 描述 |
|
|
|
| ------------- | ------------ | ---- | ------------------------------------------------------------ |
|
|
|
| version | String(12) | M | 统一填写为“VER000000002” |
|
|
@@ -123,8 +116,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
| signType | String(3) | M | MD5 |
|
|
|
| signature | String(32) | M | 采用 MD5 签名 |
|
|
|
|
|
|
-
|
|
|
-
|
|
|
3.响应报文格式
|
|
|
|
|
|
| 参数 | 类型 | 属性 | 描述 |
|
|
@@ -144,8 +135,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
| signType | String(3) | M | MD5 |
|
|
|
| signature | String(32) | M | signature |
|
|
|
|
|
|
-
|
|
|
-
|
|
|
##### 4.4 退款交易接口
|
|
|
|
|
|
1.接口说明
|
|
@@ -154,8 +143,6 @@ AllPay 为客户提供统一的api接入,以帮助客户实现快速、安全
|
|
|
|
|
|
2.请求报文格式
|
|
|
|
|
|
-
|
|
|
-
|
|
|
| 参数 | 类型 | 属性 | 描述 |
|
|
|
| ------------- | ------------ | ---- | ------------------------------------------------------------ |
|
|
|
| version | String(12) | M | 统一填写为“VER000000002” |
|
|
@@ -422,7 +409,13 @@ Note: iDEAL only works for the countrycode “NL” and currency “EUR”.
|
|
|
|
|
|
Here is the list of currently available issuers and their associated BIC:
|
|
|
|
|
|
-![image]()
|
|
|
+```javascript
|
|
|
+| Bank Name | BIC |
|
|
|
+| ----------------- | ------------------------------------------------------------ |
|
|
|
+| countrycode | 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. |
|
|
|
+| accountholdername | The account holder - minimum of 3 characters, up to 100 charac- ters. |
|
|
|
+| email | RFC compliant email address of the account holder |
|
|
|
+```
|
|
|
|
|
|
###### 5.4.13 PPRO_IT
|
|
|
|