Developer Hub

Everything you need to integrate CheckoutPay into your application. API reference, webhooks, testing tools, and more.

API Reference

Base URL

https://check-outpay.com/api/v1

Authentication

All API requests require an API key in the header:

X-API-Key: pk_your_api_key_here
View Complete API Documentation

Webhooks

Receive real-time notifications when payment status changes. Configure your webhook URL in your dashboard.

Webhook Events

  • payment.approved - Payment verified and approved
  • payment.rejected - Payment rejected or expired
Learn More About Webhooks

Quick Integration Guide

1

Get API Keys

Sign up and get your API keys from the dashboard

2

Make API Call

Create payment request using our REST API

3

Receive Webhook

Get notified when payment is verified

Testing

Test Mode

Use test API keys to test your integration without processing real payments.

Note: Test mode uses the same API endpoints but with test credentials. No real payments will be processed.

Get Started with Test Keys