Skip to main content

Nuapay

Quick Start
  1. Sign up at nuapay.com 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 Nuapay →

Overview

Nuapay (Sentenial / EML Payments) — PI licensed SEPA Credit Transfer and Open Banking payments covering the full SEPA zone (36 countries).

Provider IDnuapay
CategoryBank Transfers
Websitenuapay.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

ParameterDescription
api_keyAPI Key
base_urlBase URL API
originator_ibanOriginator IBAN
merchant_idMerchant 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 Status4pay StatusDescription
EXECUTEDchargedTransfer completed
PENDINGchargingAwaiting execution
REJECTEDrejectedTransfer rejected
RETURNEDrefundedTransfer returned

Resources