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

# Introduction

> PaveWay Developer Portal: The easiest way to collect payments and resell financial services.

Welcome to the PaveWay Developer Portal. Our platform enables businesses to integrate seamless local and global payment collections, as well as resell value-added services like eSIMs and Airtime.

## Prerequisites

Before you can start using our APIs, ensure you have completed the following steps:

1. **Create a Business**: Sign up and create your business profile on the [PaveWay Business Portal](https://business.pavewaygroup.com).
2. **Enable 2FA**: For security, you must enable Two-Factor Authentication (2FA) under the **Security** tab in your [PaveWay Account](https://myaccount.pavewaygroup.com).
3. **Generate API Keys**: Once 2FA is enabled, navigate to the **API Settings** in your [PaveWay Account](https://myaccount.pavewaygroup.com) to generate your **Secret Key**, **Public Key**, and **Webhook Secret**.

Once you have your keys, you can proceed to the [Authentication](/authentication) guide.

## Get Started

Everything you need to integrate PaveWay into your application.

<Columns cols={2}>
  <Card title="Payment Collection" icon="credit-card" href="/guides/payments/overview">
    Learn how to accept payments in multiple currencies across Africa and the globe.
  </Card>

  <Card title="eSIM & Financial Services" icon="sim-card" href="/guides/esim/inventory">
    Expand your business by reselling eSIMs and other financial products.
  </Card>
</Columns>

## Core Concepts

<Columns cols={2}>
  <Card title="Authentication" icon="lock" href="/authentication">
    Securely connect to our APIs using private and public keys.
  </Card>

  <Card title="Webhooks" icon="bell" href="/api-reference/webhooks/overview">
    Stay updated on transaction statuses and event notifications in real-time.
  </Card>
</Columns>

## Localized for Africa

PaveWay is built with a focus on local currency support. We provide optimized FX rates and specialized payment flows for countries including Cameroon, Central African Republic, Chad, Equatorial Guinea, Gabon, Republic of the Congo, Côte d'Ivoire, Senegal, Ghana, and Kenya.

<Card title="Local Currency Guide" icon="africa" href="/guides/payments/local-currency" horizontal>
  Understand how we handle XAF, XOF, NGN, GHS, and more with optimized conversions.
</Card>
