Developers

Documentation

Everything you need to integrate AiPay's AI-powered payment engine into your product.

Getting Started

AiPay is designed to get you from signup to your first live transaction in minutes.

Our documentation covers everything from authentication and API basics to advanced AI configuration options like custom fraud thresholds and routing preferences.

Quick Start

// Install the SDK npm install @AiPay/sdk // Initialize the client import { AiPay } from '@AiPay/sdk'; const client = new AiPay('sp_live_...');

Sections

Authentication

Learn how API keys and tokens secure your integration.

Webhooks

Subscribe to real-time events like fraud alerts and settlement confirmations.

Testing & Sandbox

Simulate AI decisions safely before going live.

Error Handling

Understand response codes and how to handle edge cases gracefully.