western-union · Capability

Western Union Mass Payments API — Health

Western Union Mass Payments API — Health. 1 operations. Lead operation: Health Check. Self-contained Naftiko capability covering one Western Union business surface.

Run with Naftiko Western UnionHealth

What You Can Do

GET
Ping — Health Check
/v1/ping

MCP Tools

health-check

Health Check

read-only idempotent

Capability Spec

mass-payments-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Western Union Mass Payments API — Health
  description: 'Western Union Mass Payments API — Health. 1 operations. Lead operation: Health Check. Self-contained Naftiko
    capability covering one Western Union business surface.'
  tags:
  - Western Union
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WESTERN_UNION_API_KEY: WESTERN_UNION_API_KEY
capability:
  consumes:
  - type: http
    namespace: mass-payments-health
    baseUri: https://api.westernunion.com
    description: Western Union Mass Payments API — Health business capability. Self-contained, no shared references.
    resources:
    - name: Ping
      path: /Ping
      operations:
      - name: ping
        method: GET
        description: Health Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: mass-payments-health-rest
    port: 8080
    description: REST adapter for Western Union Mass Payments API — Health. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/ping
      name: ping
      description: REST surface for Ping.
      operations:
      - method: GET
        name: ping
        description: Health Check
        call: mass-payments-health.ping
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mass-payments-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Western Union Mass Payments API — Health. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: health-check
      description: Health Check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mass-payments-health.ping
      outputParameters:
      - type: object
        mapping: $.