acedatacloud_create_order
Creates a recharge order for an application. Set confirm=true to proceed, then use the returned order ID to obtain a payment link.
Instructions
Create a recharge order for an application. Requires confirm=true.
Returns the order (with its ``id``); call ``acedatacloud_pay_order`` next to get a
payment link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually create the order. | |
| package_id | Yes | UUID of the package (quota bundle) to buy. Required. | |
| application_id | Yes | UUID of the application to recharge. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |