Skip to main content

Nexi

Quick Start
  1. Sign up at nexi.it and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Nexi →

Overview

Nexi — Italy's largest payment gateway with coverage in IT, DE, AT, CH. Supports Visa, Mastercard, and local Italian card schemes.

Provider IDnexi
CategoryCard Processors
Websitenexi.it

Supported currencies: EUR

Supported operations: charge, refund, partial_refund


Authentication

  • Method: API Key
  • Base URL: https://api.nexi.it/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
base_urlBase URL API

Example Configuration

{
"provider": "nexi",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.nexi.it/v1"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedchargedPayment successful
pendingchargingPayment in progress
declinedrejectedPayment declined
refundedrefundedRefund processed

Resources