> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/partner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/partner/partner-hub/billing-tab.md).

# Billing Tab

The Billing tab in the 360Dialog Partner Hub provides access to invoicing details and payment methods.

Use this page to manage company billing information and payment methods used for invoices and automated payments.

<figure><img src="/files/YxBQFRgNEzgpe2fBmqj7" alt=""><figcaption></figcaption></figure>

## Invoicing Details

The Invoicing Details section contains the legal and financial information used for Partner invoices.

This information should be kept accurate and up to date.

Invoices cannot be reissued once they have been created.

### Required Information

| Field      | Description                                              |
| ---------- | -------------------------------------------------------- |
| Legal Name | Registered company name                                  |
| Email      | Billing contact for receiving invoices and notifications |
| Address    | Registered business address                              |
| Country    | Determines tax treatment                                 |
| VAT ID     | Used for tax calculation and exemptions                  |

### Update Invoicing Details

{% stepper %}
{% step %}
Select Edit Information&#x20;

<figure><img src="/files/63JUgjUzu600lrJNHf8E" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Email and VAT ID are the only fields that can be manually updated

<figure><img src="/files/xQHSfzFIER9H380Sh136" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

To update the legal name, address, or country, contact [Support](broken://pages/Kd3KIv5Lqbk72d8npBQM)

Changes take effect from the next billing cycle.

## VAT and Withholding Tax

VAT treatment is determined by the registered company country and the VAT ID configured in the Partner Hub.

VAT IDs should be entered correctly during account setup to ensure accurate invoicing.

EU VAT IDs can be verified on the [European Commission website](https://ec.europa.eu/taxation_customs/vies/#/vat-validation).

### VAT Application

| Region               | VAT Treatment           |
| -------------------- | ----------------------- |
| Germany              | 19% VAT applied         |
| EU (valid VAT ID)    | No VAT (reverse charge) |
| EU (no valid VAT ID) | 19% VAT applied         |
| Outside EU           | No VAT applied          |

## Payment Methods

Payment methods can be added and managed in the Partner Hub.

<figure><img src="/files/K9IRUUESfbwOs1fkUKPV" alt=""><figcaption></figcaption></figure>

* Add a payment method at any time.
* Set one payment method as the primary payment method.
* Select any saved payment method for one-time payments.
* Automated charges, such as Partner Plans and Auto-Renewal, are charged to the primary payment method.
* If a payment fails, another saved payment method may be used to help avoid service interruptions.

## Supported Payment Methods

360Dialog supports credit and debit card payments globally.

Pix and Boleto are available only for Partner Accounts operating in Brazil.

To enable Pix or Boleto, contact [Support](broken://pages/Kd3KIv5Lqbk72d8npBQM).

## Processing Fees

A processing fee applies to card payments for usage-related charges.

| Method              | Processing Fee |
| ------------------- | -------------- |
| Credit / Debit Card | 4%             |
| Pix (Brazil)        | No fee         |
| Boleto (Brazil)     | No fee         |

For more information, see [Payments](https://docs.360dialog.com/docs/get-started/payments).


---

# 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.360dialog.com/partner/partner-hub/billing-tab.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.
