Synctera · Capability

Synctera API — Card Webhook Simulations

Synctera API — Card Webhook Simulations. 1 operations. Lead operation: Simulate Card Fulfillment Event. Self-contained Naftiko capability covering one Synctera business surface.

Run with Naftiko SyncteraCard Webhook Simulations

What You Can Do

POST
Simulatecardfulfillmentevent — Simulate Card Fulfillment Event
/v1/cards/{card-id}/webhook-simulations/fulfillment

MCP Tools

simulate-card-fulfillment-event

Simulate Card Fulfillment Event

Capability Spec

synctera-card-webhook-simulations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Synctera API — Card Webhook Simulations
  description: 'Synctera API — Card Webhook Simulations. 1 operations. Lead operation: Simulate Card Fulfillment Event. Self-contained
    Naftiko capability covering one Synctera business surface.'
  tags:
  - Synctera
  - Card Webhook Simulations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYNCTERA_API_KEY: SYNCTERA_API_KEY
capability:
  consumes:
  - type: http
    namespace: synctera-card-webhook-simulations
    baseUri: https://api.synctera.com/v0
    description: Synctera API — Card Webhook Simulations business capability. Self-contained, no shared references.
    resources:
    - name: cards-card_id-webhook_simulations-fulfillment
      path: /cards/{card_id}/webhook_simulations/fulfillment
      operations:
      - name: simulatecardfulfillmentevent
        method: POST
        description: Simulate Card Fulfillment Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SYNCTERA_API_KEY}}'
  exposes:
  - type: rest
    namespace: synctera-card-webhook-simulations-rest
    port: 8080
    description: REST adapter for Synctera API — Card Webhook Simulations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/cards/{card-id}/webhook-simulations/fulfillment
      name: cards-card-id-webhook-simulations-fulfillment
      description: REST surface for cards-card_id-webhook_simulations-fulfillment.
      operations:
      - method: POST
        name: simulatecardfulfillmentevent
        description: Simulate Card Fulfillment Event
        call: synctera-card-webhook-simulations.simulatecardfulfillmentevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: synctera-card-webhook-simulations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Synctera API — Card Webhook Simulations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: simulate-card-fulfillment-event
      description: Simulate Card Fulfillment Event
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: synctera-card-webhook-simulations.simulatecardfulfillmentevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.