acedatacloud_pay_order
Create a payment session for an order and obtain the pay_url where the user completes payment. Confirmation is required.
Instructions
Create a payment session for an order and return its pay_url.
Requires ``confirm=true``. The returned ``pay_url`` is where the user completes
payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to create the payment session. | |
| pay_way | No | Payment method: WechatPay/AliPay/Stripe/X402/PayPal/Reward. | Stripe |
| order_id | Yes | UUID of the order to pay. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |