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

# ZAFA PAY API

> A unified payment API platform integrating multiple PSPs

## Overview

ZAFA PAY provides a unified payment API that integrates multiple Payment Service Providers (PSPs).
With a simple API, you can implement payments supporting multiple payment methods including credit cards and e-money.

<Card title="Quickstart" icon="rocket" href="/en/quickstart" horizontal>
  Step-by-step guide to implement your first payment
</Card>

## Key Features

<Columns cols={3}>
  <Card title="Create Payment" icon="credit-card" href="/en/api-reference/payments/create-card">
    Create payments with credit cards, debit cards, and more
  </Card>

  <Card title="Refund" icon="rotate-left" href="/en/api-reference/payments/refund">
    Full or partial refund of completed payments
  </Card>

  <Card title="Get Payment" icon="magnifying-glass" href="/en/api-reference/payments/get">
    Check payment status and details
  </Card>
</Columns>

## Environments

| Environment | Base URL                          |
| ----------- | --------------------------------- |
| Sandbox     | `https://api.sandbox.zafapay.com` |
| Production  | `https://api.zafapay.com`         |

## Support

Questions & Inquiries: [support@zafapay.com](mailto:support@zafapay.com)
