Welcome

This API reference will introduce you to all the basic information you need to integrate Cepta’s product quickly.

Cepta APIs provide robust payment solutions for your application. If you’re unsure where to begin, check out our Quick Start guide to get started.

we recommend testing your API requests directly within the API Reference page. It supports a test environment that lets you simulate API calls in a safe, sandboxed environment before going live. This helps you verify your requests and debug in real-time, without affecting actual data or transactions.

API Protocols

Our APIs follow standard RESTful principles.

  1. We use standard GET, POST, and PUT methods for communication.
  2. HTTP response codes are used to indicate status and errors.
  3. All responses are returned in JSON format.
  4. The API request should have a Content-Type of application/json.
  5. All endpoints require authentication using your API Keys.