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
| Language | Status | Version |
|---|---|---|
| Node.js | Available | 2.1.0 |
| Python | Available | 1.8.0 |
| PHP | Available | 1.5.0 |
| Java | Coming Soon | - |
| Go | Coming Soon | - |
Quick Start
Install SDK
# npm
npm install @mazicard/sdk
# yarn
yarn add @mazicard/sdk
# pnpm
pnpm add @mazicard/sdk