|
@@ -27,16 +27,16 @@ AllPay provides customers with unified API access to help them implement fast, s
|
|
|
```
|
|
|
#### 4. Common interface
|
|
|
|
|
|
-Common interface includes notification, asynchronous notification of transactions, transaction inquiry, refund, refund inquiry interface
|
|
|
+Common interface includes notification, asynchronous notification of transactions, transaction inquiry, refund, refund inquiry interface.
|
|
|
|
|
|
##### 4.1. General API access address
|
|
|
|
|
|
| Interface Name | Test URL | Production URL |
|
|
|
| -------------- | ----------------------------------------- | ------------------------------------- |
|
|
|
| Purchase | <https://mchapi.allpayx.com/testjspay> | <https://mchapi.allpayx.com/jspay> |
|
|
|
-| inquiry | <https://testapi.allpayx.com/pay> | <https://api.allpayx.com/pay> |
|
|
|
-| refund | <https://testapi.allpayx.com/refund> | <https://api.allpayx.com/refund> |
|
|
|
-| refund inquiry | <https://testapi.allpayx.com/refundquery> | <https://api.allpayx.com/refundquery> |
|
|
|
+| Inquiry | <https://testapi.allpayx.com/pay> | <https://api.allpayx.com/pay> |
|
|
|
+| Refund | <https://testapi.allpayx.com/refund> | <https://api.allpayx.com/refund> |
|
|
|
+| Refund inquiry | <https://testapi.allpayx.com/refundquery> | <https://api.allpayx.com/refundquery> |
|
|
|
|
|
|
##### 4.2. Purchase interface
|
|
|
|