acedatacloud_create_order
Create a recharge order for an application. Set confirm=true to submit, then use the returned order id to get a payment link via pay_order.
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 |