Build with the KrezyPay API

Integrate payments, card issuance, wallets and more into your application with our clean, developer-friendly REST API. 280+ integrations already live.

Up and Running in Minutes

Our API is designed with developers in mind. Clear endpoints, consistent responses, and comprehensive docs make integration fast and painless.

RESTful Endpoints

Standard JSON API with predictable resource-oriented URLs.

Sandbox Environment

Test your integration safely before going live.

Webhooks

Real-time event notifications for all payment actions.

SDKs Available

Official libraries for PHP, Node.js, Python, and more.

payment.php
<?php

$krezypay = new KrezyPay\Client(
    'your-api-key'
);

// Create a payment
$payment = $krezypay->payments->create([
    'amount'   => 5000,
    'currency' => 'USD',
    'method'   => 'card',
]);

// Response
echo $payment->id;
// pay_abc123xyz

Everything in the API

Full-featured payment infrastructure at your fingertips.

Payments
Transfers
Cards
Wallets
Webhooks
Subscriptions
Refunds
KYC
Top-Up
Gift Cards
Balances
Statements