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

# Integrate with Xente

> Build powerful applications that automate payments and finance operations for your business

## Welcome

The Xente Developer Application Programming Interface (API) is a powerful tool for creating applications that:

1. Issue virtual and physical Visa cards for global payments wherever Visa is accepted online, at point-of-sale (POS) or ATM.

2. Make payments using mobile money, bank transfers, or through bank agents.

3. Collect global and domestic payments using Visa, Mastercard, mobile money, and bank agents.

4. Extend the core functionality of Xente

<CardGroup cols={2}>
  <Card title="Requirements" icon="folder" href="/start/prerequisites">
    What you need to get started
  </Card>

  <Card title="Applications" icon="app" href="/start/apps">
    Create an application
  </Card>

  <Card title="Authentication & Authorization" icon="lock" href="/start/auth">
    Authenticate and authorize all API calls
  </Card>

  <Card title="Instant Payment Notification" icon="webhook" href="/start/ipn">
    Get a call back every time a payment event happens on your account
  </Card>
</CardGroup>

## Issue Visa Debit cards

Issue virtual and physical Visa debit cards.

<CardGroup cols={2}>
  <Card title="Cards overview" icon="credit-card" href="/visa-cards/overview">
    Issue physical and virtual Visa debit cards
  </Card>

  <Card title="Issue virtual cards" icon="cc-visa" href="/visa-cards/overview">
    Issue virtual cards for global online payments.
  </Card>

  <Card title="Issue physical cards" icon="credit-card-front" href="/visa-cards/physical">
    Issue physical cards for global point-of-sale (POS) and ATM payments
  </Card>

  <Card title="Manage cards" icon="list-check" href="/visa-cards/manage">
    Add funds, View transactions, activate and deactivate
  </Card>
</CardGroup>

## Make payments

Make payments to mobile money, bank accounts and bill payments.

<CardGroup cols={2}>
  <Card title="Payments overview" icon="mobile" href="/make-payments/overview">
    Make payments with Xente
  </Card>

  <Card title="Mobile money" icon="mobile" href="/make-payments/mobilemoney">
    Send funds to mobile money accounts
  </Card>

  <Card title="Bank transfers" icon="building-columns" href="/make-payments/bank">
    Transfer funds to domestic and international bank accounts
  </Card>

  <Card title="Airtime" icon="mobile-retro" href="/make-payments/airtime">
    Send airtime
  </Card>

  <Card title="Internet" icon="mobile-signal-out" href="/make-payments/mobileinternet">
    Send mobile internet bundles
  </Card>

  <Card title="Bill Payments" icon="file-invoice" href="/make-payments/billpay">
    Make merchant and utility payments
  </Card>
</CardGroup>

## Collect Payments

Collect cards, mobile money, and bank payments without hassle

<CardGroup cols={2}>
  <Card title="Collections overview" icon="money-bill" href="collect-payments/overview">
    Collect payments with Xente.
  </Card>

  <Card title="Checkout" icon="browser" href="/collect-payments/checkout">
    Integrate payments seamlessly into your website or mobile app.
  </Card>

  <Card title="Mobile Money" icon="sd-card" href="/collect-payments/mobilemoney">
    Collect mobile money payments.
  </Card>

  <Card title="Bank" icon="vault" href="/collect-payments/bank">
    Collect payments via bank accounts
  </Card>

  <Card title="Agent Banking" icon="id-card" href="/collect-payments/agentbank">
    Collect payments through bank agents
  </Card>
</CardGroup>
