> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/the-first-steps/registering-with-payrexx.md).

# Registering with Payrexx

To get started with Payrexx, your first step is to create an account. In this article, we will show you how it works.

## Creating a Payrexx Account

Click the link below to create an account:

{% embed url="<https://signup.payrexx.com/>" %}

### 1. Account creation

In the first step, enter your email address and the desired account name:

<div align="left"><figure><img src="/files/kwBeIMmLgXfwFw7JPtSF" alt="" width="508"><figcaption><p>Account creation: Email and instance name (step 1 of 7)</p></figcaption></figure></div>

1. **Your business email address:** A verification code will be sent to this email address in the next step to verify your registration. If needed, this email address can be changed later.
2. **Desired name:** This name serves as your instance name. It forms part of the URL for your payment pages, which you will use to accept customer payments. In the example above, the account's instance name is new-company, meaning your payment pages will later be accessible via new-company.payrexx.com.
3. **Google:** Alternatively, you can register with Payrexx using an existing Google account.

### 2. Email verification

You will receive an email from Payrexx with the subject line "Your Payrexx verification code is \[...]". Copy the six-digit code to your clipboard, paste it into the following field, and click "Next":

<div align="left"><figure><img src="/files/6OVsNf4YU71wcEC3utLV" alt="" width="509"><figcaption><p>Account creation: Email verification (step 2 of 7)</p></figcaption></figure></div>

{% hint style="info" %}
**Didn't receive the verification code?** You can find helpful tips and assistance in our [Frequently Asked Questions](https://docs.payrexx.com/merchant/english/faq/frequently-asked-questions#faq-about-login).
{% endhint %}

### 3. Business type information

Please let us know whether you intend to use Payrexx as a private person or as an organisation:

<div align="left"><figure><img src="/files/LVSepBP3NUmKU7DdxNeb" alt="" width="506"><figcaption><p>Account creation: Business type information (step 3 of 7)</p></figcaption></figure></div>

Next, enter your company's contact information:

<div align="left"><figure><img src="/files/MbnRQHiMWhwNKg6OmMuq" alt="" width="507"><figcaption><p>Account creation: Business information (step 4 of 7)</p></figcaption></figure></div>

In the next step, indicate where you plan to sell your products or services:

1. **In person:** If you want to sell at a physical location using a [card terminal](/merchant/english/pos/pos-terminals-overview.md).
2. **Online:** If you want to sell via the internet.
3. **Both in person and online:** If you want to use a combination of both.

<div align="left"><figure><img src="/files/TxKIqp8aOGKYErmtNYmn" alt="" width="507"><figcaption><p>Account creation: Chosing the sales channel (step 5 of 7)</p></figcaption></figure></div>

In the following step, select the plan you would like to subscribe to. Payrexx offers the following options:

1. **Trial:** If you are unsure which plan is right for you, we recommend the "Trial" plan. This is a free, 30-day trial that allows you to explore all of Payrexx's features and test the tool extensively. Once the 30 days have expired, you will need to choose one of the following plans.
2. **Standard, Premium, and Free:** The "Standard", "Premium", and "Free" plans can be booked for terms of 1, 2, or 3 years.

<div align="left"><figure><img src="/files/gh6MVdsd58hSnTq3tzJy" alt="" width="506"><figcaption><p>Account creation: Plan selection (step 6 of 7)</p></figcaption></figure></div>

* **Free:** This plan is ideal for smaller projects with lower transaction volumes, as there are no fixed fees. In return, transaction fees are higher compared to the other two plans.
* **Standard:** The more affordable of the two paid plans, ideal for businesses with a medium transaction volume.
* **Premium:** Businesses with high transaction volumes are best served by this plan, as it offers the most competitive transaction rates.

You can find an overview of all plans, including included features and pricing, on our website:

{% embed url="<https://payrexx.com/en/pricing>" %}

Finally, we would appreciate it if you could let us know how you heard about us:

<div align="left"><figure><img src="/files/wkAHZRK5xNFWjfVTcosx" alt="" width="509"><figcaption><p>Account creation: Completion (step 7 of 7)</p></figcaption></figure></div>

After clicking "Start now", your account will be created, and you will be logged directly into Payrexx. Click "View checklist" to open the setup wizard, which will guide you through the remaining steps.


---

# 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.payrexx.com/merchant/english/the-first-steps/registering-with-payrexx.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.
