# Service Payments

- [Getting Started](https://developer.ellypayapp.com/service-payments/getting-started.md): Service payments is a term EllyPay uses to describe outbound (mostly) payments from your merchant account to supported service accounts e.g. UMEME, URA, mobile services etc.
- [Services List](https://developer.ellypayapp.com/service-payments/services-list.md): This section of the documentation describes how the list of services can be retrieved. Services are categorised and can be retrieved based on the category
- [Service Packages List](https://developer.ellypayapp.com/service-payments/service-packages-list.md): Some services have packages OR a price list that describes the available items for payment/subscription. This section describes how a service's price/package list can be obtained.
- [Service Choices List](https://developer.ellypayapp.com/service-payments/service-choices-list.md): Some service items have choice lists that support their purchase. This section describes how a service's choice list can be obtained.
- [Account Validation](https://developer.ellypayapp.com/service-payments/account-validation.md): The EllyPay API platform has a pre-requisite that before a payment is made for any of the products, the recipient account needs to be validated to confirm the name. The section describes as follows;
- [Payment Confirmation](https://developer.ellypayapp.com/service-payments/payment-confirmation.md): After the account validation has successfully responded with the account details. You can proceed to confirm the payment for the service


---

# 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://developer.ellypayapp.com/service-payments.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.
