> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/billings/accept-payments.md).

# Accept Payments

## &#x20;<a href="#h_8b81302ef1" id="h_8b81302ef1"></a>

This guide outlines the steps to connect your Stripe account to Realview Hub, enabling you to collect payments from your customers directly through the application.

### Prerequisites <a href="#h_2bd848ea98" id="h_2bd848ea98"></a>

* Access to your Realview Hub account with appropriate administrative permissions.
* An existing Stripe account, or the ability to create a new one during the connection process.

### Steps <a href="#h_841814e373" id="h_841814e373"></a>

1. Navigate to Finance Settings:
   * From the main application interface, go to the Main App Settings.
   * Select the Finance tab.
2. Configure Currency and Tax Rate:
   * In the "Currency" field, ensure your country's currency is selected. For example, USD ($) is shown in the image.
   * In the "Tax Rate (%)" field, enter the appropriate tax rate for your business. For example, 10 is shown in the image.
3. Initiate Stripe Connect:
   * Locate the "Stripe Connect" section.
   * Click the Manage Stripe Connect button. This action will direct you to a new page for Stripe Connect.
4. Connect Your Stripe Account:
   * On the Stripe Connect page, click the Connect Stripe Account button.
   * If you have an existing Stripe account: Log in with your Stripe credentials. Your Stripe account will then be integrated with your Realview Hub app.
   * If you do not have an existing Stripe account: Follow the prompts on the Stripe portal to create a new account. Once created, it will be connected to your Realview Hub app.

### Tips <a href="#h_064781e213" id="h_064781e213"></a>

* Multi-Tenant Payment Processing: Realview Hub utilizes multi-tenant payment processing, meaning each tenant connects their own Stripe account to process payments directly to their business.
* Invoice Settings: Within the Finance tab, you will also find "Invoice Settings." Note that these settings, including the Invoice Slug and Starting Number, can only be configured once and cannot be changed afterward.

### Conclusion <a href="#h_d4b714a440" id="h_d4b714a440"></a>

By following these steps, your Stripe account will be successfully connected to Realview Hub, allowing you to efficiently process customer payments for orders.


---

# 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://help.realviewhub.com/billings/accept-payments.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.
