Nuapay
Quick Start
- Sign up at nuapay.com 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
Nuapay (Sentenial / EML Payments) — PI licensed SEPA Credit Transfer and Open Banking payments covering the full SEPA zone (36 countries).
| Provider ID | nuapay |
| Category | Bank Transfers |
| Website | nuapay.com |
Supported currencies: EUR
Supported operations: charge, payout, refund
Authentication
- Method: Basic Auth (
api_key:) - Base URL:
https://api.nuapay.com/api/v1(prod) /https://sandbox.nuapay.com/api/v1(sandbox)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
base_url | Base URL API |
originator_iban | Originator IBAN |
merchant_id | Merchant ID |
Example Configuration
{
"provider": "nuapay",
"provider_params": {
"api_key": "your_api_key_here",
"base_url": "https://api.nuapay.com/api/v1",
"originator_iban": "your_iban_here",
"merchant_id": "your_merchant_id_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
EXECUTED | charged | Transfer completed |
PENDING | charging | Awaiting execution |
REJECTED | rejected | Transfer rejected |
RETURNED | refunded | Transfer returned |