HubSpot · Capability

HubSpot Commerce Payments API — Payment Search

HubSpot Commerce Payments API — Payment Search. 1 operations. Lead operation: Hubspot Search Commerce Payments. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotPayment Search

What You Can Do

POST
Searchcommercepayments — Hubspot Search Commerce Payments
/v1/crm/v3/objects/commerce-payments/search

MCP Tools

hubspot-search-commerce-payments

Hubspot Search Commerce Payments

read-only

Capability Spec

commerce-payments-payment-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HubSpot Commerce Payments API — Payment Search
  description: 'HubSpot Commerce Payments API — Payment Search. 1 operations. Lead operation: Hubspot Search Commerce Payments.
    Self-contained Naftiko capability covering one Hubspot business surface.'
  tags:
  - Hubspot
  - Payment Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUBSPOT_API_KEY: HUBSPOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: commerce-payments-payment-search
    baseUri: https://api.hubapi.com
    description: HubSpot Commerce Payments API — Payment Search business capability. Self-contained, no shared references.
    resources:
    - name: crm-v3-objects-commerce_payments-search
      path: /crm/v3/objects/commerce_payments/search
      operations:
      - name: searchcommercepayments
        method: POST
        description: Hubspot Search Commerce Payments
        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.HUBSPOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: commerce-payments-payment-search-rest
    port: 8080
    description: REST adapter for HubSpot Commerce Payments API — Payment Search. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/crm/v3/objects/commerce-payments/search
      name: crm-v3-objects-commerce-payments-search
      description: REST surface for crm-v3-objects-commerce_payments-search.
      operations:
      - method: POST
        name: searchcommercepayments
        description: Hubspot Search Commerce Payments
        call: commerce-payments-payment-search.searchcommercepayments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commerce-payments-payment-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for HubSpot Commerce Payments API — Payment Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: hubspot-search-commerce-payments
      description: Hubspot Search Commerce Payments
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: commerce-payments-payment-search.searchcommercepayments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.