Create card artifact
The card is linked to customer, tenant, spend controls, and account context.
Build card experiences with controllable risk posture, policy enforcement, and card-level evidence that stays visible in production.
Entrypoint
POST /cards
The card is linked to customer, tenant, spend controls, and account context.
Limits, merchant categories, channels, and freeze state are resolved before approval.
Authorization events expose approved, declined, and review states.
Clearing records connect back to authorization and ledger entries.
Operations retain the card, actor, merchant, and evidence packet.
Events emitted
Evidence retained
Issuance, spend limits, authorization, clearing, freeze state, and disputes stay visible as operational state.
Incident
A cardholder hits a merchant or limit rule during a live authorization request.
Zentra path
The card policy decision is recorded before approval or decline is returned.
Evidence
Card ID, merchant context, policy result, authorization ID, and spend rule are retained.
Incident
A clearing file does not align with the original authorization amount.
Zentra path
The clearing record is matched against authorization and ledger state for review.
Evidence
Authorization, clearing record, ledger entry, delta, and review owner stay attached.
One call to POST /cards produces status, emitted events, and retained evidence a team can inspect without leaving the product surface.
await zentra.cards.issue({
customer: "customer_ref",
account: "operating_account",
spend_limit_minor: 250000,
idempotency_key: "card_live_042"
})product consequence
Provision and manage card artifacts through stable contracts.
Apply configurable limits, channels, and merchant constraints.
Capture authorization events for risk and experience workflows.
Review card state and transaction history through dedicated tooling.
Visual center
Replay-safe event handling with delivery, retry, and operator visibility.
State, actor, tenant, signature, and policy context remain reviewable after the happy path breaks — written to be checked by operators and compliance teams, not admired in a deck.