# Quick Start

## Accept Payments

:moneybag:  Collect payment via bank transfers (currently only available in Nigeria).

{% content-ref url="/pages/XeySEPEd6RWsTYSMALH5" %}
[Virtual Accounts](/duplo-api-documentation/payment-apis/collect-payments/virtual-accounts.md)
{% endcontent-ref %}

## Create Digital Wallets

:purse:  Create digital wallets linked to a virtual account to receive regular payments from your customers.

{% content-ref url="/pages/dfIgTvSohDzkR0bU9h1k" %}
[Digital Wallets](/duplo-api-documentation/payment-apis/collect-payments/digital-wallets.md)
{% endcontent-ref %}

## Make Payouts

:money\_with\_wings:  Make instant transfers to other banks and mobile money accounts.

{% content-ref url="/pages/ExvfW78qL0iuWzqUEL6w" %}
[Initiate a payout](/duplo-api-documentation/payment-apis/make-payments/initiate-payout.md)
{% endcontent-ref %}

## Webhooks

:bell:  Connect your services to Duplo in order to receive real-time transaction notifications.

{% content-ref url="/pages/KygiUK8s1RaelldgOXFM" %}
[Webhook notification](/duplo-api-documentation/webhooks/webhooks/the-transaction-payload.md)
{% endcontent-ref %}


---

# 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://developers.tryduplo.com/duplo-api-documentation/get-started/quick-start.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.
