mozaik.kapida — Kapıda ödeme
Teslimatta nakit veya kartla ödeme. Ücreti ayrı bir kalem olarak gösterilir.
- version 1.1.0 · publisher
mozaik· runtimeplatform· listed: true - provider kind:
payment· methodIdkapida· settlementcod - capabilities: —
- scopes:
checkout - PII: none
- admin panels: — · actions: —
Secrets
None.
Provider-driven inbound
Webhooks and jobs are the platform's to ingest and schedule — never callable by agents.
None.
Config schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"feeKurus": {
"default": 0,
"type": "integer",
"minimum": 0,
"maximum": 50000
}
},
"additionalProperties": false
}
For agents
Cash/card on delivery. The collect-cod op records the courier collection once the shipment is delivered; the optional method fee is plain config.
Setup
- Install —
extension.installwith{"extensionId": "mozaik.kapida"}and the consent block. - Configure —
extension.configuresetting/feeKurus. Optional method fee in kuruş (≤ 50000); 0 = free. - Enable —
extension.enable.
Operations
| op | via | effects | proposal-only | requires |
|---|---|---|---|---|
collect-cod | orders.cod.collect | write | ✓ | enabled |
extensions.ops.get (GET /v1/extensions/mozaik.kapida/ops) returns this table with live readiness — exactly what blocks each op right now (missing_secret:<key>, missing_config:<pointer>, not_enabled, …).
Lifecycle
extension.install → extension.configure → extension.enable → extension.disable → extension.uninstall
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /catalog/mozaik.kapida.md