Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments

Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments. 2 operations. Lead operation: Oracle Fusion Cloud Applications List payments. Self-contained Naftiko capability covering one Oracle Fusion business surface.

Run with Naftiko Oracle FusionPayments

What You Can Do

GET
Listpayments — Oracle Fusion Cloud Applications List payments
/v1/fscmrestapi/resources/11-13-18-05/payablespayments
GET
Getpayment — Oracle Fusion Cloud Applications Get a payment
/v1/fscmrestapi/resources/11-13-18-05/payablespayments/{paymentid}

MCP Tools

oracle-fusion-cloud-applications-list

Oracle Fusion Cloud Applications List payments

read-only idempotent
oracle-fusion-cloud-applications-get

Oracle Fusion Cloud Applications Get a payment

read-only idempotent

Capability Spec

erp-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments
  description: 'Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments. 2 operations. Lead operation:
    Oracle Fusion Cloud Applications List payments. Self-contained Naftiko capability covering one Oracle Fusion business
    surface.'
  tags:
  - Oracle Fusion
  - Payments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_FUSION_API_KEY: ORACLE_FUSION_API_KEY
capability:
  consumes:
  - type: http
    namespace: erp-payments
    baseUri: https://{instance}.oraclecloud.com
    description: Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments business capability. Self-contained,
      no shared references.
    resources:
    - name: fscmRestApi-resources-11.13.18.05-payablesPayments
      path: /fscmRestApi/resources/11.13.18.05/payablesPayments
      operations:
      - name: listpayments
        method: GET
        description: Oracle Fusion Cloud Applications List payments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: fscmRestApi-resources-11.13.18.05-payablesPayments-PaymentId
      path: /fscmRestApi/resources/11.13.18.05/payablesPayments/{PaymentId}
      operations:
      - name: getpayment
        method: GET
        description: Oracle Fusion Cloud Applications Get a payment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PaymentId
          in: path
          type: integer
          description: Unique identifier for the payment
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_FUSION_API_KEY}}'
  exposes:
  - type: rest
    namespace: erp-payments-rest
    port: 8080
    description: REST adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fscmrestapi/resources/11-13-18-05/payablespayments
      name: fscmrestapi-resources-11-13-18-05-payablespayments
      description: REST surface for fscmRestApi-resources-11.13.18.05-payablesPayments.
      operations:
      - method: GET
        name: listpayments
        description: Oracle Fusion Cloud Applications List payments
        call: erp-payments.listpayments
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/fscmrestapi/resources/11-13-18-05/payablespayments/{paymentid}
      name: fscmrestapi-resources-11-13-18-05-payablespayments-paymentid
      description: REST surface for fscmRestApi-resources-11.13.18.05-payablesPayments-PaymentId.
      operations:
      - method: GET
        name: getpayment
        description: Oracle Fusion Cloud Applications Get a payment
        call: erp-payments.getpayment
        with:
          PaymentId: rest.PaymentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: erp-payments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Payments. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-fusion-cloud-applications-list
      description: Oracle Fusion Cloud Applications List payments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: erp-payments.listpayments
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-get
      description: Oracle Fusion Cloud Applications Get a payment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: erp-payments.getpayment
      with:
        PaymentId: tools.PaymentId
      outputParameters:
      - type: object
        mapping: $.