Back to Home

Integration Guide

Everything you need to integrate MaziCard payments

Choose Your Integration Method

REST API

Direct integration using our RESTful API endpoints

Advanced
  • Full control over UX
  • Custom payment flows
  • Server-to-server calls

SDK Integration

Pre-built libraries for popular programming languages

Intermediate
  • Simplified integration
  • Type safety
  • Automatic retries

Hosted Checkout

Redirect customers to our secure payment page

Beginner
  • Minimal code
  • PCI compliance handled
  • Mobile optimized

Official SDKs

LanguageStatusVersion
Node.jsAvailable2.1.0
PythonAvailable1.8.0
PHPAvailable1.5.0
JavaComing Soon-
GoComing Soon-

Quick Start

Install SDK
# npm
npm install @mazicard/sdk

# yarn
yarn add @mazicard/sdk

# pnpm
pnpm add @mazicard/sdk

Resources