# Endpoints

The QuickPay solution uses the same integration of our [Deposits API](/api-documentation/deposits-api.md) endpoints with the difference that you don't need to send us the **`payer[]`** object (the customer details) on the [Deposit Creation Endpoint](/api-documentation/deposits-api/endpoints/deposit-creation-endpoint.md#deposit-creation)API.&#x20;

Also, after the transaction is paid by the customer we will send you a [new web-hook ](https://docs.pandablue.com/api-documentation/quickpay/endpoints/deposit-creation-endpoint/notifications#quickpay-deposit-notification-example)and extra information regarding customer's KYC on the response of the [Deposit Status Endpoint](/api-documentation/deposits-api/endpoints/deposit-status-endpoint.md).

###


---

# 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.pandablue.com/api-documentation/quickpay/endpoints.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.
