Bunq · Capability

bunq API — Payment Service Provider Credential

bunq API — Payment Service Provider Credential. 2 operations. Lead operation: Payment Service Provider Credential. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqPayment Service Provider Credential

What You Can Do

POST
Createpaymentserviceprovidercredential — Register a Payment Service Provider and provide credentials
/v1/payment-service-provider-credential
GET
Readpaymentserviceprovidercredential — Register a Payment Service Provider and provide credentials
/v1/payment-service-provider-credential/{itemid}

MCP Tools

register-payment-service-provider-and

Register a Payment Service Provider and provide credentials

register-payment-service-provider-and-2

Register a Payment Service Provider and provide credentials

read-only idempotent

Capability Spec

bunq-payment-service-provider-credential.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: bunq API — Payment Service Provider Credential
  description: 'bunq API — Payment Service Provider Credential. 2 operations. Lead operation: Payment Service Provider Credential.
    Self-contained Naftiko capability covering one Bunq business surface.'
  tags:
  - Bunq
  - Payment Service Provider Credential
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: bunq-payment-service-provider-credential
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: bunq API — Payment Service Provider Credential business capability. Self-contained, no shared references.
    resources:
    - name: payment-service-provider-credential
      path: /payment-service-provider-credential
      operations:
      - name: createpaymentserviceprovidercredential
        method: POST
        description: Register a Payment Service Provider and provide credentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: payment-service-provider-credential-itemId
      path: /payment-service-provider-credential/{itemId}
      operations:
      - name: readpaymentserviceprovidercredential
        method: GET
        description: Register a Payment Service Provider and provide credentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: itemId
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: bunq-payment-service-provider-credential-rest
    port: 8080
    description: REST adapter for bunq API — Payment Service Provider Credential. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/payment-service-provider-credential
      name: payment-service-provider-credential
      description: REST surface for payment-service-provider-credential.
      operations:
      - method: POST
        name: createpaymentserviceprovidercredential
        description: Register a Payment Service Provider and provide credentials
        call: bunq-payment-service-provider-credential.createpaymentserviceprovidercredential
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/payment-service-provider-credential/{itemid}
      name: payment-service-provider-credential-itemid
      description: REST surface for payment-service-provider-credential-itemId.
      operations:
      - method: GET
        name: readpaymentserviceprovidercredential
        description: Register a Payment Service Provider and provide credentials
        call: bunq-payment-service-provider-credential.readpaymentserviceprovidercredential
        with:
          itemId: rest.itemId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bunq-payment-service-provider-credential-mcp
    port: 9090
    transport: http
    description: MCP adapter for bunq API — Payment Service Provider Credential. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: register-payment-service-provider-and
      description: Register a Payment Service Provider and provide credentials
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bunq-payment-service-provider-credential.createpaymentserviceprovidercredential
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: register-payment-service-provider-and-2
      description: Register a Payment Service Provider and provide credentials
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bunq-payment-service-provider-credential.readpaymentserviceprovidercredential
      with:
        itemId: tools.itemId
      outputParameters:
      - type: object
        mapping: $.