External docs are being aligned to the current primitive-first BaaS model.
- Primitive-first positioning: docs now distinguish core primitives from optional rail add-ons.
- Recurring payments: reviewed payment docs now describe the saved-token recurring flow using customer-present setup charges plus later
merchant_initiatedrenewals. - Doc review scope: transfers, payments, cards, virtual accounts, and webhooks are now treated as the reviewed public surfaces while older draft pages are reconciled.
Card funding now uses
transaction_reference as the preferred request correlation field.- Preferred Field: Use
transaction_reference/transactionReferencefor funding retries and reconciliation. - Deprecated Alias: Legacy
referenceis still accepted for backward compatibility, but is now marked deprecated. - Migration Guidance: Existing integrations should migrate to
transaction_referenceto avoid future breaking removal.
We’ve completely redesigned our documentation and added comprehensive guides to help you build faster.
- New Guides: Added complete guides for Accepting Payments, Issuing Cards, KYC, and Webhooks.
- Docs UI refresh: Refreshed the docs with the calmer Zentra workspace language that later evolved into today’s neutral-first, blue-accent brand system.
- Better Navigation: Simplified sidebar and improved search.
Major improvements to the React UI SDK for better customization and security.
- Added
CardRevealcomponent for secure PCI-compliant display - Improved theming support for
PaymentForm - Fixed accessibility issues in form inputs
Official support for Python and PHP is now available.
- Python SDK: Async support, type hints, and full API coverage.
- PHP SDK: PSR-compliant, Laravel integration ready.
- Available via
pip install zentraandcomposer require zentra/sdk.
Enhanced card issuing capabilities with more granular controls.
- Spending Limits: Set daily, monthly, and per-transaction limits.
- Merchant Controls: Allow/block specific merchant categories.
- Instant Issuance: Create virtual cards in < 2 seconds.
Performance improvements and new identity verification features.
- Faster Webhooks: Reduced delivery latency by 40%.
- NIN Verification: Added support for National ID verification.
- Liveness Checks: New endpoint for selfie verification.