Nuvei · Capability

Nuvei Session API — Sessions

Authenticate merchant credentials and issue a sessionToken.

Nuvei Session API — Sessions is a Naftiko capability published by Nuvei, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/session-token.

The capability includes 1 state-changing operation. Lead operation: Nuvei Get Session Token. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Nuvei and Sessions.

Run with Naftiko NuveiSessions

What You Can Do

POST
Getsessiontoken
/v1/session-token

MCP Tools

nuvei-get-session-token

Nuvei Get Session Token

Capability Spec

session-sessions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Nuvei Session API — Sessions
  description: Authenticate merchant credentials and issue a sessionToken.
  tags:
  - Nuvei
  - Sessions
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    NUVEI_MERCHANT_ID: NUVEI_MERCHANT_ID
    NUVEI_MERCHANT_SITE_ID: NUVEI_MERCHANT_SITE_ID
    NUVEI_MERCHANT_SECRET_KEY: NUVEI_MERCHANT_SECRET_KEY
capability:
  consumes:
  - type: http
    namespace: session-sessions
    baseUri: https://secure.safecharge.com
    resources:
    - name: getSessionToken
      path: /ppp/api/v1/getSessionToken.do
      operations:
      - name: getsessiontoken
        method: POST
        description: Nuvei Get Session Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: none
  exposes:
  - type: rest
    namespace: session-sessions-rest
    port: 8080
    resources:
    - path: /v1/session-token
      name: getSessionToken
      operations:
      - method: POST
        name: getsessiontoken
        call: session-sessions.getsessiontoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: session-sessions-mcp
    port: 9090
    transport: http
    tools:
    - name: nuvei-get-session-token
      description: Nuvei Get Session Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: session-sessions.getsessiontoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.