> For the complete documentation index, see [llms.txt](https://docs.mailtrap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailtrap.io/account-and-organization/billing/setup.md).

# Billing Setup

### Managing your payment card details

We accept major bank cards, and we send invoices for each transaction. To set or change your billing details, log in to your account, and go to the [Billing](https://mailtrap.io/settings/billing/) section from the main menu. You can manage payment details on the Dashboard or directly from the [Payment method](https://mailtrap.io/settings/billing/payment/) section. There, you can add or change your card details.

<div align="left" data-with-frame="true"><img src="/files/T5x9w3WTVY3o8wNAyq0F" alt="" width="563"></div>

To see the list of transactions, go to the [Payment history](https://mailtrap.io/settings/billing/transactions/) section in the Billing menu.

### Billing information and invoices

Please enter complete billing information for us to be able to send you proper invoices. Go to the [Settings](https://mailtrap.io/settings/billing/settings/) in the Billing section of the menu.

By default, we send invoices and billing notifications to your account email address. If you would like to receive them to another email address, please specify the address in the [Billing Settings](https://mailtrap.io/settings/billing/settings/).

<div align="left" data-with-frame="true"><img src="/files/lDU0osfoZzxMttJ29qs8" alt="" width="563"></div>

{% hint style="info" %}
*Please note that payment can be managed in the Mailtrap account only with the proper account owner credentials.*
{% endhint %}

### Can I move my billing subscription to another account?

For security reasons, we can't migrate payment credentials and subscription billing plans between accounts. Alternatively, you can change your account email address in the [User Settings](https://mailtrap.io/profile-settings) of your Profile page, or send us a request at <support@mailtrap.io>.


---

# 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.mailtrap.io/account-and-organization/billing/setup.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.
