Skip to main content

Introduction

Welcome to the PaysGator API documentation. PaysGator is a powerful payment gateway that allows you to accept payments, manage subscriptions, and handle transactions with ease.

Getting Started

To start using the PaysGator API, you'll need an API key. You can generate one in the PaysGator Dashboard.

Base URL

All API requests should be made to the following base URL:

https://paysgator.com/api/v1

Authentication

The API uses API Key authentication. Include your key in the X-Api-Key header of every request.

X-Api-Key: YOUR_API_KEY

Key Features

  • Payments: Create payment links and confirm charges directly.
  • Subscriptions: Manage recurring billing and customer plans.
  • Wallet: Check your balance and manage funds across multiple currencies.
  • Webhooks: Receive real-time notifications for important events.

Next Steps

See the Authentication section for more details.