Developer-First Platform

Clean APIs, detailed documentation, and robust SDKs for seamless integration

RESTful API

Simple and intuitive API design

Multi-language SDKs

PHP, Java, Python, Node.js, and more

Sandbox Environment

Test your integration risk-free

Webhooks

Real-time payment notifications

Rapid Integration

Start processing payments with minimal code

Simple Integration

Get started in minutes, not days

Well Documented

Comprehensive guides and examples

Production Ready

Battle-tested by thousands of merchants

index.js
// Initialize Claypay client
const claypay = new Claypay({
  apiKey: 'your-api-key',
  secretKey: 'your-secret-key',
});

// Create a payment
const payment = await claypay.payments.create({
  amount: 100000,
  currency: 'IDR',
  paymentMethod: 'QRIS',
  description: 'Order #12345',
});

console.log(payment.qrCode);

Download Tools

🐘

PHP

Download SDK

💚

Node.js

Download SDK

🐍

Python

Download SDK

Java

Download SDK