Paysight API Reference

Unlock payment processing, customer management, and automation with Paysight’s secure APIs, built for rapid integration whether you’re launching a new project, scaling a platform, or adding payments to your app.

Getting Started

1

Access to your Paysight account

Contact your account manager to get access.
-> Paysight Login
2

Set up API credentials

You can check your API credentials by navigating to:
Settings > Account > Under API Access section
4

Start integrating

Use the API reference documentation to implement your custom integration.
Looking for integration guides? Check out the CRM Guides section for step-by-step instructions.

Our APIs

The Paysight Card API allows developers to securely manage card transactions within their applications. Whether you’re processing payments, handling refunds, or managing chargebacks, this API offers a simple yet robust interface for all card-related operations.
The Card API follows a simple flow: Your application sends a payment request to:
Paysight API → Paysight processes the payment with the payment processor → The API returns a response with the transaction result → Your application handles the response accordingly.

Key Features

  • Process card payments with ease
  • Manage refunds and chargebacks efficiently
  • Secure transaction handling with industry-standard encryption
  • Support for various payment methods and currencies

Use Cases

  • Integrate card payment processing for your e-commerce store
  • Automate refund handling for customer transactions
  • Track and manage chargeback disputes directly from your system
  • Build custom checkout experiences
For detailed specifications and example requests, check out the full Card API documentation.

Authentication

All API endpoints are authenticated using Bearer tokens. Include your API key in the Authorization header of each request: bash Authorization: Bearer YOUR_API_KEY

Rate Limits

To ensure system stability and fair usage, the Paysight API implements rate limiting. Standard accounts are limited to 100 requests per minute. If you need higher limits, please contact our support team.

Next Steps