Zuora · Capability

API Reference — Payment Method Snapshots

API Reference — Payment Method Snapshots. 1 operations. Lead operation: CRUD: Retrieve a payment method snapshot. Self-contained Naftiko capability covering one Zuora business surface.

Run with Naftiko ZuoraPayment Method Snapshots

What You Can Do

GET
Objectgetpaymentmethodsnapshot — CRUD: Retrieve a payment method snapshot
/v1/v1/object/payment-method-snapshot/{id}

MCP Tools

crud-retrieve-payment-method-snapshot

CRUD: Retrieve a payment method snapshot

read-only idempotent

Capability Spec

v1-payment-method-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — Payment Method Snapshots
  description: 'API Reference — Payment Method Snapshots. 1 operations. Lead operation: CRUD: Retrieve a payment method snapshot.
    Self-contained Naftiko capability covering one Zuora business surface.'
  tags:
  - Zuora
  - Payment Method Snapshots
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZUORA_API_KEY: ZUORA_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-payment-method-snapshots
    baseUri: https://rest.zuora.com
    description: API Reference — Payment Method Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: v1-object-payment-method-snapshot-id
      path: /v1/object/payment-method-snapshot/{id}
      operations:
      - name: objectgetpaymentmethodsnapshot
        method: GET
        description: 'CRUD: Retrieve a payment method snapshot'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Object fields to return
        - name: id
          in: path
          type: string
          description: Object id
          required: true
  exposes:
  - type: rest
    namespace: v1-payment-method-snapshots-rest
    port: 8080
    description: REST adapter for API Reference — Payment Method Snapshots. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/object/payment-method-snapshot/{id}
      name: v1-object-payment-method-snapshot-id
      description: REST surface for v1-object-payment-method-snapshot-id.
      operations:
      - method: GET
        name: objectgetpaymentmethodsnapshot
        description: 'CRUD: Retrieve a payment method snapshot'
        call: v1-payment-method-snapshots.objectgetpaymentmethodsnapshot
        with:
          fields: rest.fields
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-payment-method-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — Payment Method Snapshots. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: crud-retrieve-payment-method-snapshot
      description: 'CRUD: Retrieve a payment method snapshot'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-payment-method-snapshots.objectgetpaymentmethodsnapshot
      with:
        fields: tools.fields
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.