Montran · Capability

Montran Global Payments Hub API — Credit Transfers

Montran Global Payments Hub API — Credit Transfers. 1 operations. Lead operation: Montran Initiate a credit transfer. Self-contained Naftiko capability covering one Montran business surface.

Run with Naftiko MontranCredit Transfers

What You Can Do

POST
Initiatecredittransfer — Montran Initiate a credit transfer
/v1/credit-transfers

MCP Tools

montran-initiate-credit-transfer

Montran Initiate a credit transfer

Capability Spec

global-payments-hub-credit-transfers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Montran Global Payments Hub API — Credit Transfers
  description: 'Montran Global Payments Hub API — Credit Transfers. 1 operations. Lead operation: Montran Initiate a credit
    transfer. Self-contained Naftiko capability covering one Montran business surface.'
  tags:
  - Montran
  - Credit Transfers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MONTRAN_API_KEY: MONTRAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: global-payments-hub-credit-transfers
    baseUri: https://api.montran.com/gph/v1
    description: Montran Global Payments Hub API — Credit Transfers business capability. Self-contained, no shared references.
    resources:
    - name: credit-transfers
      path: /credit-transfers
      operations:
      - name: initiatecredittransfer
        method: POST
        description: Montran Initiate a credit transfer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MONTRAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: global-payments-hub-credit-transfers-rest
    port: 8080
    description: REST adapter for Montran Global Payments Hub API — Credit Transfers. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/credit-transfers
      name: credit-transfers
      description: REST surface for credit-transfers.
      operations:
      - method: POST
        name: initiatecredittransfer
        description: Montran Initiate a credit transfer
        call: global-payments-hub-credit-transfers.initiatecredittransfer
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: global-payments-hub-credit-transfers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Montran Global Payments Hub API — Credit Transfers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: montran-initiate-credit-transfer
      description: Montran Initiate a credit transfer
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: global-payments-hub-credit-transfers.initiatecredittransfer
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.