📄️ Overview
CryptoPay provides a comprehensive RESTful API for managing blockchain payments. Our API is designed to be developer-friendly with consistent patterns, detailed error messages, and comprehensive documentation.
📄️ Authentication
CryptoPay uses Bearer token authentication for all API requests. This guide covers how to obtain and use authentication tokens securely.
📄️ Payment Orders
Payment orders are the core of CryptoPay. They represent payment requests that customers can fulfill by sending cryptocurrency to your wallet addresses.
📄️ Webhooks
Webhooks provide real-time notifications when payment events occur. Instead of polling our API, you'll receive HTTP POST requests to your specified endpoints whenever payments are detected, confirmed, or fail.
📄️ Transactions
The Transactions API allows you to view blockchain transaction details and confirmations for your payments.