Full Documentation Coming Very Soon
We are currently writing, testing, and publishing the complete ClassyPay API documentation for developers. All endpoints, SDKs, webhook specifications, and code samples will be fully available shortly ahead of our platform launch.
In the meantime, you can reach our developer team directly at info@dclassypay.com for early access inquiries.
API Overview — Preview
ClassyPay provides a RESTful API that allows merchants to initiate payments, verify transactions, listen for webhook events, and manage settlements. All API requests are made over HTTPS to the following base URLs:
base url
https://sandbox.api.dclassypay.com/v1
https://api.dclassypay.com/v1
Payment Endpoints
Coming Soon
Initiate a new payment transaction. Returns a payment URL for customer redirection or an inline payment token.
Verify the status of a payment using the transaction reference returned during initiation.
json
{
"amount": 5000,
"currency": "NGN",
"email": "customer@example.com",
"reference": "TXN-20240001",
"callback_url": "https://yoursite.com/callback",
"metadata": {
"order_id": "ORD-001"
}
}
Full docs available at launch
What's Included at Launch
Full REST API Reference
Complete endpoint docs with request/response schemas
PHP & JS SDKs
Official libraries for PHP 7.4+ and Node.js
Webhook Guide
Event types, signature verification, retry logic
Sandbox Environment
Full test mode with simulated payment flows
Code Samples
Ready-to-paste examples in PHP, JS, Python, cURL
Security Best Practices
Authentication, IP whitelisting, and secret management
Want Early Developer Access?
Reach out to our team and be among the first developers to integrate ClassyPay before the public launch.
info@dclassypay.com