# Funds Collection

- [Getting Started](https://docs.elemitech.com/funds-collection/getting-started.md): Collections are payments that the merchant receives into their account. The sections here will highlight how the Elemi platform supports these.
- [Mobile Money Collection](https://docs.elemitech.com/funds-collection/mobile-money-collection.md): The Elemi API supports mobile money as described in the Supported Countries section. The API allows for direct charge or making use of the hosted page that's powered by Elemi (recommended).
- [Mobile Money - Direct Charge](https://docs.elemitech.com/funds-collection/mobile-money-collection/mobile-money-direct-charge.md): This is one of the ways to process payments using Mobile Money. The section below will guide you through the process of accepting Mobile Money using the direct API method.
- [Mobile Money - Hosted Page](https://docs.elemitech.com/funds-collection/mobile-money-collection/mobile-money-hosted-page.md): The hosted page workflow is the other way of accepting Mobile Money payments. The merchant initiates a request and in response is given a URL to which the user is redirected to complete the payment
- [NGN Bank Transfers](https://docs.elemitech.com/funds-collection/ngn-bank-transfers.md): The Elemi API supports for funds collections from NGN bank accounts. Customers complete payments by transferring funds to a specified bank account. The guide describes the two supported modes
- [NGN Bank Transfers - Direct Charge](https://docs.elemitech.com/funds-collection/ngn-bank-transfers/ngn-bank-transfers-direct-charge.md): This is one of the ways to process NGN payments using bank transfers. The section below will guide you through the process of accepting NGN payments using the direct API method.
- [NGN Bank Transfers - Hosted Page](https://docs.elemitech.com/funds-collection/ngn-bank-transfers/ngn-bank-transfers-hosted-page.md): The hosted page workflow is the other way of accepting NGN bank payments. The merchant initiates a request and in response is given a URL to which the user is redirected to complete the payment
- [ZAR Bank Collections](https://docs.elemitech.com/funds-collection/zar-bank-collections.md): ZAR bank EFT transactions are supported on the Elemi API. The customer is redirected to the payment URL and there, they're allowed to log into their online banking and complete the transaction.
- [Card Payments](https://docs.elemitech.com/funds-collection/card-payments.md): The Elemi API supports card payment as described in the Supported Countries section. The API allows for direct charge (sending card details directly) or the hosted page that's powered by Elemi.
- [Hosted Payment Page](https://docs.elemitech.com/funds-collection/card-payments/hosted-payment-page.md): The hosted page workflow is our recommended way of accepting card payments. The merchant initiates a request and in response is given a URL to which the user is redirected to complete the payment.
- [Direct Card Payment (S2S)](https://docs.elemitech.com/funds-collection/card-payments/direct-card-payment-s2s.md): Another way to accept card payments is by using our server-to-server workflow. The detailed guide below will show you how to successfully charge cards on Elemi using our APIs.


---

# 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.elemitech.com/funds-collection.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.
