alipay.intl.acquiring.cashier.redirectPayResultPage
The merchant uses this SPI to render the page of the payment result page.
URL path
URL path, is either introduced from 'prepareForRedirect' API call, or configured once on Alipay side. URL path does not need to be encoded, and can have parameters with itself. Given this case, Alipay will append parameters after them in right format. All parameters will be included to sign if signature is needed.
URL parameters
No | Name | Description | Type | Length | Required | Sample |
1 | merchantId | Merchant ID, which identifies the settlement target that Alipay would settle to. | string | 64 | M | 218820000000000000023 |
2 | merchantTransId | Unique merchant transaction ID | string | 64 | M | 51051001000000000002 |
3 | resultInfo | The result information | resultInfo | |||
4 | acquirementId | Unique Alipay transaction ID | string | 64 | M | |
5 | orderAmount | The order amount | orderAmount | |||
6 | createTime | The create time | datetime | C | ||
7 | extendInfo | Reserved for extended information | string | 2048 | O |
URL sample
https://www.merchant.com/payResult.html?
merchantId= 218820000000000000023
&merchantTransId=51051001000000000002