# NGN Bank Transfers

## Overview

Before starting, your merchant account needs to have been approved enabled to do funds collections from Nigerian banks. We equally recommend that you go through the [Getting Started](/funds-collection/getting-started.md) section to have a high-level understanding of the funds collection process.

## Collection Workflow Selection

The API allows the merchant to either use the hosted payment page (recommended) or build their own user experience based on the API workflow. With the hosted payment page, Elemi handles the end to end customer journey and this seamless workflow creates a good user experience. Some merchants however wish to create custom experiences using their brand guidelines and, in this situation, the direct charge can be used.

The table below briefly describes the two collection workflows to select from.

<table><thead><tr><th width="532.6217041015625">Scenario</th><th>Resource</th></tr></thead><tbody><tr><td>You wish to use a managed user experience that handles the customer experience without any input from you, and you don't mind generic brand display <em><strong>(RECOMMENDED)</strong></em></td><td><a href="/pages/UmZYf3yB1TtpWR1x2wmI">Hosted Page Workflow</a></td></tr><tr><td>You wish to have control of the user experience, page branding and directly call all the API endpoints yourself. (this requires a thorough understanding of the NGN Bank Transfer collection workflow as described on the page)</td><td><a href="/pages/uqCU0IllAVEI5Ev1Dy9A">Direct Charge Workflow</a></td></tr></tbody></table>

{% hint style="info" %}
We strongly recommend that when the merchant chooses to use the direct charge workflow, they should first study the hosted page workflow before building their custom experiences. This ensures the customers have a smooth payment process
{% endhint %}


---

# 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/ngn-bank-transfers.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.
