pay (Cashier Payment)ACQP → Alipay+
The pay API is used by the Acquiring Service Provider (ACQP) to send a request to Alipay+ to place orders.
Note: In the following sections, Mobile Payment Provider (MPP) is also known as Payment Service Provider. For example, the pspId parameter specifies the ID that identifies an MPP.
Structure
A message consists of a header and body. The following sections are focused on the body structure. For the header structure, see:
Note:
Set the data type of each field (except array) as String. This means that you must use double quotation marks (" ") to enclose the field value. Examples:
- If the data type of a field is Integer and its value is 20, set it as "20".
- If the data type of a field is Boolean and its value is
true
, set it as "true".
Request parameters
order Order object REQUIRED
The order details that are agreed upon by the buyer and the merchant, including the information about the buyer, the merchant, the goods, the initial order amount, and so on. The order details are displayed in purchase records and used for risk and regulatory reporting.
Note:
In this scenario, apart from the required child parameters, the following child parameters must be specified:
- env.terminalType
- env.osType if the value of the env.terminalType parameter is
APP
orWAP
It is recommended that you also specify the following child parameter:
- buyer.referenceBuyerId
paymentRequestId String REQUIRED
The unique ID that is assigned by the ACQP to identify a payment order.
More information:
- This field is an API idempotency field.For requests that are initiated with the same paymentRequestId, Alipay+ regards the requests as repeated and processes the requests only once. If the values for the key parameters such as paymentAmount, paymentFactor, settlementStrategy, and paymentMethod.paymentMethodType in repeated requests are different, Alipay+ returns the REPEAT_REQ_INCONSISTENT result code.
- Maximum length: 64 characters
paymentAmount Amount object REQUIRED
The amount that the ACQP requests to receive from Alipay+. The currency of the amount must be specified to the one that the ACQP uses to create the payment order.
Note:
- The paymentAmount and settlementStrategy parameters jointly affect the amount that Alipay+ settles to the ACQP (which is returned as the settlementAmount parameter) in the following ways:
- If the payment currency (specified on the paymentAmount.currency parameter) is the same as the settlement currency (specified on the settlementStrategy.settlementCurrency parameter), the settlement amount is the same as the payment amount (specified on the paymentAmount.value parameter).
- If the payment currency (specified on the paymentAmount.currency parameter) is different from the settlement currency (specified on the settlementStrategy.settlementCurrency parameter), the settlement amount is calculated based on the payment amount (specified on the paymentAmount.value parameter) and the exchange rate between the settlement currency and payment currency.
- When you specify the paymentAmount parameter, ensure that the settlement amount is no less than the smallest amount in the settlement currency; otherwise, the API call fails.
paymentMethod PaymentMethod object REQUIRED
The payment method that is used to collect the payment.
Note: In this scenario, the value of the paymentMethodType parameter must be set to CONNECT_WALLET .
paymentFactor PaymentFactor object REQUIRED
Factors that impact payment-related items such as service fee, interchange fee (also known as interpartner fee), and regulatory reporting. This parameter is used to identify the payment scenario.
Note: In this scenario, the following child parameters must be set to the specific values as shown below:
- isInStorePayment: set the value to
false
- isCashierPayment: set the value to
true
- presentmentMode: set the value to
UNIFIED
paymentExpiryTime Datetime
The time after which the payment order is expired. If the payment order is not completed before the time that is specified for this parameter, Alipay+ closes the order and calls the notifyPayment API to notify the ACQP of the payment result.
Note:
- Required if the ACQP wants the payment order to be completed before a specific time.
- If this parameter is not required in your situation, exclude it from the request.
- In this scenario, the default value of this parameter is 10 minutes.
- The specified expiration time must be shorter than the default expiration time; otherwise, the default expiration time takes effect instead of the specified expiration time.
More information:
- The value follows the ISO 8601 standard format. For example, "2019-11-27T12:01:01+08:00".
paymentNotifyUrl URL REQUIRED
The URL that is used to receive the payment result notification from Alipay+.
More information:
- Maximum length: 2048 characters
paymentRedirectUrl URL
The URL where the user is redirected from the MPP side to after the user proceeds with the payment order to a status of success, failure or unknown (for example, give up the payment order).
Specify this parameter if the user needs to be redirected from the MPP's payment result page to a predetermined page, for example, the merchant payment result page.
More information:
- Maximum length: 2048 characters
settlementStrategy SettlementStrategy object
The settlement strategy that is applied to the payment order, for example, specify the currency that the ACQP wants to be settled against.
Important: If the settlement currency is different from the payment currency that is specified on the paymentAmount.currency parameter, you must specify this parameter correctly; otherwise, you can
- set the value of this parameter to that of the paymentAmount.currency parameter.
- set the value of this parameter to
null
(without double quotation marks). - exclude this parameter from the request body.
In the latter case, the value of the paymentAmount.currency parameter is used as that of the settlementCurrency parameter.
userRegion String
This parameter is used to sort the payment method list in descending order based on the relevance between the MPP and the user region on the Alipay+ checkout page. The value of this parameter is a 2-letter country/region code according to ISO 3166 Country Codes.
Note:
- Required if the ACQP wants to sort the payment method list on the Alipay+ checkout page based on the user region.
- If this parameter is not required in your situation, exclude it from the request.
More information:
- Maximum length: 2 characters
splitSettlementId String
The 16-digit, unique ID that is assigned by Alipay+ to the ACQP for multi-batch reconciliation. For each unique value of this parameter, Alipay+ performs a batch of clearing and settlement, and transfers a batch of funds to the ACQP's bank account.
Note:
- Required if the ACQP needs to split its settlement for transactions in one region and one currency into multiple batches.
- If this parameter is not required in your situation, exclude it from the request.
More information:
- Maximum length: 16 characters
Response parameters
result Result object REQUIRED
The result of the business processing, including the result status, result code, and result message. For more information about how to handle the result of the pay API, see Result processing logic.
acquirerId String
The unique ID that is assigned by Alipay+ to identify an ACQP.
Note: Returned by Alipay+ if the value of the result.resultCode parameter is PAYMENT_IN_PROCESS
, which means that the request is accepted.
More information:
- Maximum length: 64 characters
paymentId String
The unique ID that is assigned by Alipay+ to identify a payment order.
Note: Returned by Alipay+ if the value of the result.resultCode parameter is PAYMENT_IN_PROCESS
, which means that the request is accepted.
More information:
- Maximum length: 64 characters
normalUrl URL
The payment URL that redirects users to a WAP or Web page in the browser or in the WebView.
Note:
- Returned by Alipay+ if the value of the result.resultCode parameter is
PAYMENT_IN_PROCESS
. - The auth client needs to trust all URLs returned by Alipay+, instead of adding them to the whitelist.
More information:
- Maximum length: 2048 characters
paymentAmount Amount object
The amount that the ACQP requests to receive from Alipay+. The currency of the amount is the one that the ACQP uses to create the payment order.
Note: Returned if the value of the result.resultCode parameter is PAYMENT_IN_PROCESS
, which means that the request is accepted.
paymentData String
The payment data that is used by the Alipay+ client SDK to render the checkout page.
Note: Returned if the merchant app has integrated the Alipay+ client SDK, the value of the order.env.terminalType parameter is APP
, and the value of the paymentMethod.paymentMethodType parameter is CONNECT_WALLET
. After receiving this parameter, the ACQP must send it to the merchant app so the app can call the showPaymentSheet API of the Alipay+ client SDK.
More information:
- Maximum length: 20000 characters
pspId String
The unique ID that is assigned by Alipay+ to identify an MPP.
Note: Returned by Alipay+ if the value of the result.resultCode parameter is PAYMENT_IN_PROCESS
and the value of the paymentMethod.paymentMethodType parameter is not CONNECT_WALLET
.
More information:
- Maximum length: 64 characters
Request
Response
More information
Result processing logic
You might receive different results from Alipay+. Follow the instructions below to handle the result.
result.resultStatus | result.resultCode | Payment status | Actions |
F | ... | Payment fails. | Take actions according to the result code (specified on the result.resultCode parameter). For more information, see the Result code section. |
U |
| Payment is in processing. | Redirect the user to the Alipay+ checkout page to confirm the payment. |
U | Values other than
| Unknown. | Retry the same request. Ensure that the value specified on the paymentRequestId parameter is the same as the one specified in the previous request. |
No result received | Unknown. | Retry the same request. Ensure that the value specified on the paymentRequestId parameter is the same as the one specified in the previous request. |
Result/Error codes
Code | Value | Message | Further action |
---|---|---|---|
ACCESS_DENIED | F | Access is denied. | It is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
BUSINESS_NOT_SUPPORT | F | The payment business is not supported. | Check whether the parameter values in the request message, such as merchant ID and transaction currency, conform to the contract. If yes, it is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue; otherwise, correct the parameters to align with the contract. |
CURRENCY_NOT_SUPPORT | F | The currency is not supported. | Ensure the currencies used in the request, such as payment currency and settlement currency, conform to the contract. If the issue persists, it is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
INVALID_CLIENT | F | The client is invalid. | It is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
INVALID_CONTRACT | F | The contract is invalid. | Check whether the parameter values in the request message, such as merchant ID and transaction currency, conform to the contract. If yes, it is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue; otherwise, correct the parameters to align with the contract. |
INVALID_SIGNATURE | F | The signature is invalid. | Check whether the public key, signed message, and signature algorithm are as expected. |
KEY_NOT_FOUND | F | The key is not found. | It is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
MEDIA_TYPE_NOT_ACCEPTABLE | F | The server does not implement the media type that is acceptable to the client. | Use a media type that is accepted by Alipay+. |
MERCHANT_NOT_REGISTERED | F | The merchant is not registered. | It is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
METHOD_NOT_SUPPORTED | F | The server does not implement the requested HTTPS method. | Ensure the HTTP method is POST. |
NO_INTERFACE_DEF | F | API is not defined. | Check whether the request URL is correct. Ensure that the endpoint of the called API is correct. |
ORDER_IS_CLOSED | F | The order is closed. | Close the order at the ACQP side. |
PARAM_ILLEGAL | F | Illegal parameters. For example, non-numeric input, invalid date. | Check whether the request parameters, including the header parameters and body parameters, are correct and valid. For more information about the parameters of each API, see the Structure section of the specific API reference topic. |
PAYMENT_AMOUNT_EXCEED_LIMIT | F | The payment amount exceeds the limit that is specified by Alipay+. | It is recommended that you inform the user of the error. |
PAYMENT_AMOUNT_INVALID | F | Payment amount is invalid. | It is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
PAYMENT_COUNT_EXCEED_LIMIT | F | The number of payments exceeds the limit. | Wait until the MPP server allows more requests. |
PROCESS_FAIL | F | A general business failure occurred. Do not retry. | It is recommended that you contact connect_support@service.alipay.com to troubleshoot the issue. |
REPEAT_REQ_INCONSISTENT | F | Repeated requests are inconsistent. | Ensure that the values of the parameters in the repeated requests are the same. |
RISK_REJECT | F | The request is rejected because of the risk control. | It is recommended that you inform the user of the error. |
UNAVAILABLE_PAYMENT_METHOD | F | The payment method is unavailable. | It is recommended that you inform the user of the error. |
USER_AMOUNT_EXCEED_LIMIT | F | The payment amount exceeds the payment limit that is specified by the user's digital wallet. | It is recommended that you inform the user of the error. |
USER_BALANCE_NOT_ENOUGH | F | The user balance is not enough for the payment. | It is recommended that you inform the user of the error. |
USER_KYC_NOT_QUALIFIED | F | User is not qualified for the KYC verification. | It is recommended that you inform the user of the error. |
USER_NOT_EXIST | F | The user does not exist. | It is recommended that you inform the user of the error. |
USER_PAYMENT_VERIFICATION_FAILED | F | User fails to pass the payment verification in the methods like OTP, PIN and so on. | It is recommended that you inform the user of the error. |
USER_STATUS_ABNORMAL | F | The user status is abnormal. | It is recommended that you inform the user of the error. |
PAYMENT_IN_PROCESS | U | The payment is being processed. | Redirect the user to the Alipay+ checkout page to confirm the payment. |
REQUEST_TRAFFIC_EXCEED_LIMIT | U | The request traffic exceeds the limit. | Reduce the frequency of API calls. |
UNKNOWN_EXCEPTION | U | An API call failed, which is caused by unknown reasons. | Try to recall the API. |