Always on
Issuedeck is designed for reliable card issuing and wallet operations, starting in South Africa.
Programmable Card Issuing Infrastructure for African markets, starting with South Africa.
Samsung Pay partner
Launching in South Africa, expanding across Africa
Why Issuedeck
Issuedeck offers a single API that takes minutes to integrate, enabling any business to launch modern card issuing programs and process transactions across African markets, starting with South Africa.
Issuedeck is designed for reliable card issuing and wallet operations, starting in South Africa.
A single API helps teams launch modern card issuing programs and move from sandbox to production faster.
Real-time authorization controls and merchant restrictions are enforced at the network level.
Card issuing
Issue cards programmatically. Tokenize for Samsung Pay and Google Pay. Set per-transaction limits.
Your branding, your design. Manufactured and shipped from local fulfillment partners.
import { Issuedeck } from "@issuedeck/sdk";
const client = new Issuedeck({
apiKey: process.env.ISSUEDECK_API_KEY
});
const card = await client.cards.create({
type: "virtual",
currency: "ZAR",
spending_limit: 50000,
merchant_categories: ["retail", "travel"]
});Spending controls
Control where cards can be used with merchant category codes and geographic limits.
Set per-transaction, daily, and monthly spending limits. Enforced at authorization.
Real-time events
Authorizations, settlements, declines, and card status updates delivered to your endpoint with automatic retries and exponential backoff.
Filter by event type. Verify signatures. Replay events from the dashboard.
Security & compliance
All communication is encrypted end-to-end. Sensitive data is stored using industry-standard encryption. Formal security audits are conducted regularly. We are pursuing PCI-DSS Level 1 compliance, with POPIA-aware data practices and support for controls such as 3DS built into the platform.
Get started
Get instant access to our API sandbox and start issuing cards.