mozaik.kapida — Kapıda ödeme

Teslimatta nakit veya kartla ödeme. Ücreti ayrı bir kalem olarak gösterilir.

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

  1. Installextension.install with {"extensionId": "mozaik.kapida"} and the consent block.
  2. Configureextension.configure setting /feeKurus. Optional method fee in kuruş (≤ 50000); 0 = free.
  3. Enableextension.enable.

Operations

opviaeffectsproposal-onlyrequires
collect-codorders.cod.collectwriteenabled

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.installextension.configureextension.enableextension.disableextension.uninstall

Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /catalog/mozaik.kapida.md