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

# Payments

Set up Fotello Payments so customers can pay inside your workflow.

### Set up payments

Fotello is partnered with Stripe to help you securely receive payments from your customers.

{% stepper %}
{% step %}
**Open Earnings settings**

Go to **Settings → Earnings** or use [this link](https://app.fotello.co/dashboard/settings/earnings/onboarding).

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

{% step %}
**Click Set up payments**

This opens the Stripe onboarding flow.
{% endstep %}

{% step %}
**Click Add information**

A pop-up window opens.

Connect your existing Stripe account or create a new one.

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

{% step %}
**Complete onboarding**

Add your payout destination or bank account in Stripe.

Once you have completed all the steps, you will see the onboarding success message.

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

After setup, use **Settings → Earnings** to manage your Stripe account, review customer payments, review payouts, and configure tax settings.

### After setup

#### Account settings

To log into your Stripe account, click the "Account" tab, then select the "Sign in" button. A pop-up window will appear where you can view or update your account details.

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

#### Transactions and payouts

Use the **Transactions** and **Payouts** tabs to review online payments, payout timing, and export payment activity.

See [Transactions & Payouts](/payments/transactions-and-payouts.md).

#### Tax collection

Use the **Tax** tab if you collect tax through Stripe and need to manage registrations, tax address, or product tax code.

See [Tax Collection](/payments/tax-collection.md).

#### Order invoices

Use order invoices when you want to bill per order with draft/open/paid/void states and a hosted payment link.

Use this flow to create the payment link your customer uses when you are ready to collect payment.

See [Order Invoices](/payments/order-invoices.md).


---

# 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://uni.fotello.co/payments/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.
