---
title: "Set payment invoice"
method: POST
path: "/account/v1alpha1/payment/set-invoice"
tags: ["PaymentInvoice"]
---

# Set payment invoice

`POST /account/v1alpha1/payment/set-invoice`

Set payment invoice

## Request body

- HelperSetPaymentInvoiceReq
  - `kubeConfig` string
  - `owner` string
  - `paymentIDList` string[], required — @Summary Payment ID list @Description Payment ID list @JSONSchema required
  - `token` string
  - `userID` string
  - `userUID` string

## Response `200`

successfully set payment invoice

- object

## Other responses

- `400` — failed to parse set payment invoice request
- `401` — authenticate error
- `500` — failed to set payment 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)
