# Setting Up Payment

Before advertisers can pay you, you need to connect a Stripe account. Link Blank uses Stripe to handle all payments securely.

To set this up:

1. From your dashboard, click **Configure Payments**.
2. A panel will open with information about the payment connection.
3. Click **Connect Stripe Account** to begin the Stripe onboarding process.
4. Once connected, your payment status will reflect as enabled on your dashboard.

> **Important:** You must complete your payment configuration before advertisers can confirm bookings on your Billboards. If this step is incomplete, advertisers attempting to book will be notified that the billboard owner has not yet completed payment setup.

> **Advisory:** Do not delete a Billboard or disconnect your Stripe account while you have pending balances, active payouts, or active bookings. Doing so can disrupt payments. Review your Stripe dashboard to confirm all balances are settled before making such changes.


---

# Agent Instructions: 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:

```
GET https://docs.linkblank.com/quick-start-guide-for-content-makers/setting-up-payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
