> 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/payments-and-invoicing/managing-customers/approving-customers.md).

# Approving Customers

**Here's everything you need to know to approve any pending customers looking to access their Customer Dashboard to make invoice payments.**

{% hint style="info" %}
**Permissions:** Only users with Admin or Sub-Admin roles can approve or deny customer access requests.
{% endhint %}

***

Customers who use your billing link but whose email aren't in the system will appear under the Requesting Access section of your Alternative Payments Partner Dashboard . An email will be sent to the customer notifying them that they are awaiting approval and an email will also be sent to you informing you of the pending approval.

#### **Follow these steps to approve this customer and set them up with the correct account:**

1. Log into your [Alternative Payments Partner Dashboard](https://app.alternativepayments.io/)
2. In the left-hand navigation bar, click Customers.
3. Click on [Requesting access](https://app.alternativepayments.io/dashboard/requesting-access).
4. Next to the customer, click on either 'Add to customer' to associate to an existing company profile or 'New customer' to add them as a new customer. You can also choose to delete the request by clicking on the trash icon.
5. A new window will pop up asking you to confirm this. Click confirm.

**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/payments-and-invoicing/managing-customers/approving-customers.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.
