API Introduction
Welcome to the Paysight API Reference. Here, you’ll find comprehensive documentation for integrating and using Paysight’s powerful APIs to manage payment processing, customer interactions, and more.
Paysight API Reference
Paysight offers two primary APIs to help you seamlessly integrate Paysight’s functionality into your applications:
Card API
Process payments, manage refunds, and handle card transactions programmatically.
Customer Service API
Manage customer profiles, subscriptions, and service-related operations.
Looking for integration guides? Check out the CRM Guides section for step-by-step instructions.
Paysight offers two primary APIs to help you seamlessly integrate Paysight’s functionality into your applications:
Card API
Process payments, manage refunds, and handle card transactions programmatically.
Customer Service API
Manage customer profiles, subscriptions, and service-related operations.
Looking for integration guides? Check out the CRM Guides section for step-by-step instructions.
Create a Paysight account
Sign up for a Paysight account at https://app.paysight.io/signup
Set up API credentials
Generate API keys in the Paysight CRM dashboard under Settings > API Access.
Choose your API
Select the appropriate API based on your integration needs.
Start integrating
Use the API reference documentation to implement your custom integration.
Paysight Card API
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.
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
Paysight Customer Service API
The Paysight Customer Service API is designed to help businesses manage customer data and interactions more effectively. From creating and updating customer profiles to tracking orders and subscriptions, this API provides all the tools you need to keep customer relationships running smoothly.
Key Features
- Create, retrieve, update, and delete customer data
- Manage customer subscriptions and orders
- Track customer payment methods and preferences
- Seamlessly integrate customer service workflows
Use Cases
- Build and manage customer profiles in your application
- Automate subscription management and renewal processes
- Keep track of customer orders and payment history
- Streamline your customer service operations
Authentication
All API endpoints are authenticated using Bearer tokens. Include your API key in the Authorization header of each request:
All API endpoints are authenticated using Bearer tokens. Include your API key in the Authorization header of each request:
You can generate and manage API keys in the Paysight CRM dashboard:
Navigate to Settings
Go to the Settings section in your Paysight CRM dashboard.
Select API Access
Find and click on the API Access or API Keys section.
Generate New Key
Click the “Generate New Key” button and provide a description for the key.
Copy and Secure
Copy the generated key and store it securely. Note that the key will only be displayed once.