> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/getting-started/account-set-up-and-configuration/white-labeling-your-payments-portal.md).

# White-labeling your Payments Portal

**Add custom branding so your customer payment portal looks like an extension of your brand.**

***

White-labeling your payment portal takes just 30 seconds! Follow the steps below and provide your customers with a fully-branded payment experience:

1. Log in to your Alternative portal: [app.alternativepayments.io](https://app.alternativepayments.io/)
2. Click [**Team Preferences**](https://app.alternativepayments.io/dashboard/team/preferences) and then select [**Preferences > Branding**](https://app.alternativepayments.io/dashboard/team/preferences?pageTab=branding)**.**
3. Upload your company logo from your computer by clicking on “Choose a file.”
4. Next, add your main brand color by inputting the hex code or click on the circle and select a color using the color wheel.
5. Once you click "Save", the updates will be complete.
6. Navigate to the "Accounts Receivable" section, click on your billing link and paste it into your browser to see the changes.

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

### Help Page

Under [**Preferences > Help page**](https://app.alternativepayments.io/dashboard/team/preferences?pageTab=help), you can configure a custom support email address and phone number that are displayed on the customer-facing help page.

### Payment Methods

Under [**Preferences > Payments**](https://app.alternativepayments.io/dashboard/team/preferences?pageTab=payments), you can choose which payment options are visible to your customers (ACH, credit card, or Pay in Installments).

### Custom Domains

If you want your billing link to use your own domain (e.g., `pay.yourcompany.com`), contact your account executive or reach out to <customersuccess@alternativepayments.io>.

Congratulations! You’re ready to start offering your customers a fully branded and flexible payment experience. If you have any questions, reach out our team at <customersuccess@alternativepayments.io>.

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# 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.alternativepayments.io/getting-started/account-set-up-and-configuration/white-labeling-your-payments-portal.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.
