> For the complete documentation index, see [llms.txt](https://docs.kick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kick.co/accountants/managing-clients/subscription-and-billing/transfer-client-billing.md).

# Transfer Client Billing

You can choose whether your firm pays for a client's Kick subscription or whether the client pays directly. This is set during onboarding and can be changed later.

**Transfer billing to client**, **Request billing from client**, and **Cancel billing ownership request** only appear in the **⋯** menu for the firm Owner. Billing transfer is Owner-only elsewhere too: **Remove client** on a firm-billed workspace transfers billing as part of the removal, and that step is rejected for anyone below Owner even though the menu item is visible to Managers.

***

### **Billing options**

* **Bill my firm:** Your firm covers the subscription cost. The charge appears on your firm's invoice.
* **Bill my client:** The client receives their own invoice and pays Kick directly.

***

### **Changing billing ownership to client**

{% hint style="info" %}
You can transfer billing to any workspace member who is not part of your firm, whatever their workspace role. Kick makes that person the workspace's primary admin as part of the transfer.
{% endhint %}

1. Go to the **Clients** tab
2. Hover over the client and click the **options menu (⋯)**
3. Click **Transfer billing to client**

The client is notified via email to take over their subscription. Once accepted, the ownership is officially transferred.

***

### **Changing billing ownership to your firm**

1. Go to the **Clients** tab.
2. Hover over the client and click the **options menu (⋯)**
3. Click **Request billing from client**

The client's primary admin will receive a request asking them to transfer billing to the firm. On the client's side, they see the pending request in their **Settings > Billing** page with **Accept** and **Reject** buttons

You can also cancel a pending request via **Cancel billing ownership request** within the same **options menu (⋯)**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kick.co/accountants/managing-clients/subscription-and-billing/transfer-client-billing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
