LakiPay logo
LakiPay Integration Overview

Simple, Developer-Friendly Payment Integration

LakiPay empowers businesses to accept digital payments securely via a simple, developer-friendly API. Connect payments, track transactions, and manage checkout events—all in one place.

Create Payment

Start with a simple API request

Initiate a payment by sending a POST request to the API endpoint. The payment remains active for 15 minutes, giving customers enough time to complete their transaction.

Endpoint

POST /v1/payments
API RequestExample
// Create a payment
POST https://api.lakipay.co/v1/payments
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "amount": 2500,
  "currency": "ETB",
  "description": "Order #12345",
  "customer_email": "customer@example.com",
  "redirect_url": "https://yoursite.com/success",
  "cancel_url": "https://yoursite.com/cancel"
}

// Response
{
  "id": "pay_1234567890",
  "status": "pending",
  "payment_url": "https://pay.lakipay.co/...",
  "expires_at": "2024-01-01T12:15:00Z"
}

Why integrate with LakiPay?

Built for developers, designed for business. Get started in minutes, not days.

Secure by Default

All API requests are authenticated and encrypted.

Fast Integration

Get up and running in minutes with our simple API.

Real-time Webhooks

Receive instant notifications for payment events.

Comprehensive Docs

Clear documentation and code examples for every endpoint.

Ready to get started?

Start Integrating Today

Get your API keys, explore our documentation, and start accepting payments in minutes.