WildApricot · Capability

WildApricot Admin API — Finances.PaymentAllocations

WildApricot Admin API — Finances.PaymentAllocations. 1 operations. Lead operation: WildApricot Get List Describing How Payments Are Allocated Among Invoices.. Self-contained Naftiko capability covering one Wildapricot business surface.

Run with Naftiko WildapricotFinances.PaymentAllocations

What You Can Do

GET
Getpaymentallocationslist — WildApricot Get List Describing How Payments Are Allocated Among Invoices.
/v1/accounts/{accountid}/paymentallocations

MCP Tools

wildapricot-get-list-describing-how

WildApricot Get List Describing How Payments Are Allocated Among Invoices.

read-only idempotent

Capability Spec

admin-finances-paymentallocations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WildApricot Admin API — Finances.PaymentAllocations
  description: 'WildApricot Admin API — Finances.PaymentAllocations. 1 operations. Lead operation: WildApricot Get List Describing
    How Payments Are Allocated Among Invoices.. Self-contained Naftiko capability covering one Wildapricot business surface.'
  tags:
  - Wildapricot
  - Finances.PaymentAllocations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WILDAPRICOT_API_KEY: WILDAPRICOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-finances-paymentallocations
    baseUri: https://api.wildapricot.org/v2.2
    description: WildApricot Admin API — Finances.PaymentAllocations business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-paymentAllocations
      path: /accounts/{accountId}/paymentAllocations
      operations:
      - name: getpaymentallocationslist
        method: GET
        description: WildApricot Get List Describing How Payments Are Allocated Among Invoices.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: InvoiceId
          in: query
          type: integer
          description: Identifier of invoice.
        - name: PaymentId
          in: query
          type: integer
          description: Identifier of payment.
        - name: RefundId
          in: query
          type: integer
          description: Identifier of refund.
    authentication:
      type: bearer
      token: '{{env.WILDAPRICOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-finances-paymentallocations-rest
    port: 8080
    description: REST adapter for WildApricot Admin API — Finances.PaymentAllocations. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/paymentallocations
      name: accounts-accountid-paymentallocations
      description: REST surface for accounts-accountId-paymentAllocations.
      operations:
      - method: GET
        name: getpaymentallocationslist
        description: WildApricot Get List Describing How Payments Are Allocated Among Invoices.
        call: admin-finances-paymentallocations.getpaymentallocationslist
        with:
          InvoiceId: rest.InvoiceId
          PaymentId: rest.PaymentId
          RefundId: rest.RefundId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-finances-paymentallocations-mcp
    port: 9090
    transport: http
    description: MCP adapter for WildApricot Admin API — Finances.PaymentAllocations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: wildapricot-get-list-describing-how
      description: WildApricot Get List Describing How Payments Are Allocated Among Invoices.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-finances-paymentallocations.getpaymentallocationslist
      with:
        InvoiceId: tools.InvoiceId
        PaymentId: tools.PaymentId
        RefundId: tools.RefundId
      outputParameters:
      - type: object
        mapping: $.