> ## Documentation Index
> Fetch the complete documentation index at: https://docs.afriex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Afriex Business API

> Build seamless payment experiences with the Afriex Business API

## Welcome

The Afriex Business API enables businesses to manage customers, process cross-border payments, and handle payouts across Africa and beyond. Integrate our API to send and receive payments in multiple currencies.

<Card title="Quickstart Guide" icon="rocket" href="/quickstart" horizontal>
  Get up and running with your first API call in minutes.
</Card>

<Note>
  Prefer a step-by-step walkthrough?\
  Read the blog: [https://dev.to/afriex/getting-started-with-the-afriex-api-from-signup-to-your-first-request-bjk](https://dev.to/afriex/getting-started-with-the-afriex-api-from-signup-to-your-first-request-bjk)
</Note>

## Core Features

<Columns cols={2}>
  <Card title="Customer Management" icon="users" href="/api-reference/endpoint/customers/create">
    Create and manage customer profiles with KYC verification.
  </Card>

  <Card title="Payment Methods" icon="credit-card" href="/api-reference/endpoint/payment-methods/create">
    Set up bank accounts, mobile money, and crypto wallets.
  </Card>

  <Card title="Transactions" icon="money-bill-transfer" href="/api-reference/endpoint/transactions/create">
    Process deposits and withdraws with real-time tracking.
  </Card>

  <Card title="Exchange Rates" icon="chart-line" href="/api-reference/endpoint/rates/get">
    Access real-time exchange rates for all supported currencies.
  </Card>
</Columns>

## Supported Markets

Afriex supports payments across a wide range of African countries and international markets:

<AccordionGroup>
  <Accordion title="West Africa">
    Nigeria (NG), Ghana (GH), Côte d'Ivoire (CI), Senegal (SN), Benin (BJ), Guinea (GN), Sierra Leone (SL), Gambia (GM), Guinea-Bissau (GW)
  </Accordion>

  <Accordion title="East Africa">
    Kenya (KE), Uganda (UG), Tanzania (TZ), Rwanda (RW), Ethiopia (ET)
  </Accordion>

  <Accordion title="Central Africa">
    Cameroon (CM), Congo Brazzaville (CG)
  </Accordion>

  <Accordion title="Southern Africa">
    South Africa (ZA), Zambia (ZM), Malawi (MW), Mozambique (MZ), Madagascar (MG), Botswana (BW)
  </Accordion>

  <Accordion title="North Africa">
    Egypt (EG)
  </Accordion>

  <Accordion title="Asia">
    India, China, Pakistan
  </Accordion>

  <Accordion title="Global">
    United States (US), United Kingdom (GB), Canada (CA), EEA Countries
  </Accordion>
</AccordionGroup>

<Note>
  Supported countries vary by payment channel (bank transfer, mobile money, SWIFT, etc.). Use the [List Institutions](/api-reference/endpoint/payment-methods/institution) endpoint to check available channels and providers for a specific country.
</Note>

## Get Started

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the complete API documentation.
  </Card>

  <Card title="Quickstart" icon="play" href="/quickstart">
    Make your first API call in 5 minutes.
  </Card>

  <Card title="Webhooks" icon="bell" href="/api-reference/endpoint/webhooks/introduction">
    Set up real-time event notifications.
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:support@afriex.com">
    Contact our team for help.
  </Card>
</CardGroup>

<Note>
  **Need help?** Email us at [support@afriex.com](mailto:support@afriex.com).
</Note>
