---
title: "Create"
method: POST
path: "/v1/billing"
tags: ["Billings"]
---

# Create

`POST /v1/billing`

Register a newly created payment method in database.

## Request body

- BillingCreate — Billing creation request parameters
  - `organization_id` integer, required — User organization ID
  - `payment_token` string, required — Stripe token

## Response `204`

No Content, only status `204` to indicate that the payment method was registered

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Can not associate payment method with the specified data

---

[API](https://skmtc.net/dnsfilter/apis/dnsfilter-api.md) · [All operations](https://skmtc.net/dnsfilter/apis/dnsfilter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsfilter/dnsfilter-api/revisions/29e5e6ee3316/schema)
