Nexi
Quick Start
- Sign up at nexi.it and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Nexi — Italy's largest payment gateway with coverage in IT, DE, AT, CH. Supports Visa, Mastercard, and local Italian card schemes.
| Provider ID | nexi |
| Category | Card Processors |
| Website | nexi.it |
Supported currencies: EUR
Supported operations: charge, refund, partial_refund
Authentication
- Method: API Key
- Base URL:
https://api.nexi.it/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
base_url | Base URL API |
Example Configuration
{
"provider": "nexi",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.nexi.it/v1"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | Payment successful |
pending | charging | Payment in progress |
declined | rejected | Payment declined |
refunded | refunded | Refund processed |