create_payment
Send order placement requests to Alipay+ as an Acquiring Service Provider. Specify payment request ID, order amount with currency and description to initiate a payment.
Instructions
The tool is used by the Acquiring Service Provider (ACQP) to send a request to Alipay+ to place orders.
Args:
payment_request_id: TThe unique ID assigned by a merchant to identify a payment request. Maximum length: 64 characters
order_amount_currency: The transaction currency that is specified in the contract. A 3-letter currency code that follows the ISO 4217 standard.Maximum length: 3 characters
order_amount_value: The amount to charge as a positive integer in the smallest currency unit. (That is, 100 cents to charge $1.00, or 100 to charge JPY 100, a 0-decimal currency).Value range: 1 - unlimited
order_description: Summary description of the order, which is used for user consumption records display or other further actions.Maximum length: 256 characters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_description | Yes | ||
| order_amount_value | Yes | ||
| payment_request_id | Yes | ||
| order_amount_currency | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |