---
title: "Apply invoice"
method: POST
path: "/account/v1alpha1/invoice/apply"
tags: ["ApplyInvoice"]
---

# Apply invoice

`POST /account/v1alpha1/invoice/apply`

Apply invoice

## Request body

- HelperApplyInvoiceReq
  - `detail` string, required — invoice detail information json @Summary Invoice detail information @Description Invoice detail information @JSONSchema required
  - `kubeConfig` string
  - `owner` string
  - `paymentIDList` string[], required — payment id list @Summary Payment ID list @Description Payment ID list @JSONSchema required
  - `token` string
  - `userID` string
  - `userUID` string

## Response `200`

successfully apply invoice

- object

## Other responses

- `400` — failed to parse apply invoice request
- `401` — authenticate error
- `403` — no payment can be applied to the invoice
- `500` — failed to apply invoice

---

[API](https://skmtc.net/labring/apis/sealos-account-service.md) · [All operations](https://skmtc.net/labring/apis/sealos-account-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/sealos-account-service/revisions/185eff260477/schema)
