Nuvei · Capability

Nuvei DCC API — Conversions

Dynamic Currency Conversion quote retrieval at checkout.

Nuvei DCC API — Conversions 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/dcc/details.

The capability includes 1 read-only operation. Lead operation: Nuvei Get DCC Details. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Nuvei, DCC, and FX.

Run with Naftiko NuveiDCCFX

What You Can Do

POST
Getdccdetails
/v1/dcc/details

MCP Tools

nuvei-get-dcc-details

Nuvei Get DCC Details

read-only idempotent

Capability Spec

dcc-conversions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Nuvei DCC API — Conversions
  description: Dynamic Currency Conversion quote retrieval at checkout.
  tags:
  - Nuvei
  - DCC
  - FX
  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: dcc
    baseUri: https://secure.safecharge.com
    resources:
    - name: getDccDetails
      path: /ppp/api/v1/getDccDetails.do
      operations:
      - name: getdccdetails
        method: POST
        description: Nuvei Get DCC Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: none
  exposes:
  - type: rest
    namespace: dcc-rest
    port: 8080
    resources:
    - path: /v1/dcc/details
      name: getDccDetails
      operations:
      - method: POST
        name: getdccdetails
        call: dcc.getdccdetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dcc-mcp
    port: 9090
    transport: http
    tools:
    - name: nuvei-get-dcc-details
      description: Nuvei Get DCC Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dcc.getdccdetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.