hostinger-api-mcp

Official

billing_createNewServiceOrderV1

Create a new service order by specifying payment method ID, catalog items, and optional coupons. Orders are set for automatic renewal; credit card payments may require additional verification.

Instructions

This endpoint creates a new service order.

To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation.

Orders created using this endpoint will be set for automatic renewal.

Some credit_card payments might need additional verification, rendering purchase unprocessed. We recommend use other payment methods than credit_card if you encounter this issue.

Input Schema

NameRequiredDescriptionDefault
couponsNocoupons property
itemsYesitems property
payment_method_idYesPayment method ID

Input Schema (JSON Schema)

{ "properties": { "coupons": { "description": "coupons property", "type": "array" }, "items": { "description": "items property", "type": "array" }, "payment_method_id": { "description": "Payment method ID", "type": "integer" } }, "required": [ "payment_method_id", "items" ], "type": "object" }

You must be authenticated.

Other Tools from hostinger-api-mcp

Related Tools

ID: wckq3bznm6