Microsoft Dynamics NAV · Capability

Dynamics 365 Business Central API v2.0 — Customer Payments

Dynamics 365 Business Central API v2.0 — Customer Payments. 1 operations. Lead operation: List Customer Payment Journals. Self-contained Naftiko capability covering one Navision business surface.

Run with Naftiko NavisionCustomer Payments

What You Can Do

GET
Listcustomerpaymentjournals — List Customer Payment Journals
/v1/companies-company-id/customerpaymentjournals

MCP Tools

list-customer-payment-journals

List Customer Payment Journals

read-only idempotent

Capability Spec

business-central-api-v2-customer-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dynamics 365 Business Central API v2.0 — Customer Payments
  description: 'Dynamics 365 Business Central API v2.0 — Customer Payments. 1 operations. Lead operation: List Customer Payment
    Journals. Self-contained Naftiko capability covering one Navision business surface.'
  tags:
  - Navision
  - Customer Payments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NAVISION_API_KEY: NAVISION_API_KEY
capability:
  consumes:
  - type: http
    namespace: business-central-api-v2-customer-payments
    baseUri: https://api.businesscentral.dynamics.com/v2.0/{environment}/api/v2.0
    description: Dynamics 365 Business Central API v2.0 — Customer Payments business capability. Self-contained, no shared
      references.
    resources:
    - name: companies({company_id})-customerPaymentJournals
      path: /companies({company_id})/customerPaymentJournals
      operations:
      - name: listcustomerpaymentjournals
        method: GET
        description: List Customer Payment Journals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NAVISION_API_KEY}}'
  exposes:
  - type: rest
    namespace: business-central-api-v2-customer-payments-rest
    port: 8080
    description: REST adapter for Dynamics 365 Business Central API v2.0 — Customer Payments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/companies-company-id/customerpaymentjournals
      name: companies-company-id-customerpaymentjournals
      description: REST surface for companies({company_id})-customerPaymentJournals.
      operations:
      - method: GET
        name: listcustomerpaymentjournals
        description: List Customer Payment Journals
        call: business-central-api-v2-customer-payments.listcustomerpaymentjournals
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: business-central-api-v2-customer-payments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dynamics 365 Business Central API v2.0 — Customer Payments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-customer-payment-journals
      description: List Customer Payment Journals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: business-central-api-v2-customer-payments.listcustomerpaymentjournals
      outputParameters:
      - type: object
        mapping: $.