Zuora · Capability

API Reference — Payment Method Updater

API Reference — Payment Method Updater. 2 operations. Lead operation: List Payment Method Updater instances. Self-contained Naftiko capability covering one Zuora business surface.

Run with Naftiko ZuoraPayment Method Updater

What You Can Do

GET
Getpaymentmethodupdaterinstances — List Payment Method Updater instances
/v1/v1/payment-method-updaters
POST
Postpaymentmethodupdaterbatch — Create a Payment Method Updater batch asynchronously
/v1/v1/payment-method-updaters/batches

MCP Tools

list-payment-method-updater-instances

List Payment Method Updater instances

read-only idempotent
create-payment-method-updater-batch

Create a Payment Method Updater batch asynchronously

Capability Spec

v1-payment-method-updater.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — Payment Method Updater
  description: 'API Reference — Payment Method Updater. 2 operations. Lead operation: List Payment Method Updater instances.
    Self-contained Naftiko capability covering one Zuora business surface.'
  tags:
  - Zuora
  - Payment Method Updater
  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-updater
    baseUri: https://rest.zuora.com
    description: API Reference — Payment Method Updater business capability. Self-contained, no shared references.
    resources:
    - name: v1-payment-method-updaters
      path: /v1/payment-method-updaters
      operations:
      - name: getpaymentmethodupdaterinstances
        method: GET
        description: List Payment Method Updater instances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-payment-method-updaters-batches
      path: /v1/payment-method-updaters/batches
      operations:
      - name: postpaymentmethodupdaterbatch
        method: POST
        description: Create a Payment Method Updater batch asynchronously
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Request
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: v1-payment-method-updater-rest
    port: 8080
    description: REST adapter for API Reference — Payment Method Updater. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/payment-method-updaters
      name: v1-payment-method-updaters
      description: REST surface for v1-payment-method-updaters.
      operations:
      - method: GET
        name: getpaymentmethodupdaterinstances
        description: List Payment Method Updater instances
        call: v1-payment-method-updater.getpaymentmethodupdaterinstances
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/payment-method-updaters/batches
      name: v1-payment-method-updaters-batches
      description: REST surface for v1-payment-method-updaters-batches.
      operations:
      - method: POST
        name: postpaymentmethodupdaterbatch
        description: Create a Payment Method Updater batch asynchronously
        call: v1-payment-method-updater.postpaymentmethodupdaterbatch
        with:
          Request: rest.Request
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-payment-method-updater-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — Payment Method Updater. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-payment-method-updater-instances
      description: List Payment Method Updater instances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-payment-method-updater.getpaymentmethodupdaterinstances
      outputParameters:
      - type: object
        mapping: $.
    - name: create-payment-method-updater-batch
      description: Create a Payment Method Updater batch asynchronously
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: v1-payment-method-updater.postpaymentmethodupdaterbatch
      with:
        Request: tools.Request
      outputParameters:
      - type: object
        mapping: $.