Service Running

Payment infrastructure for the internet

Multi-gateway payment solution supporting credit cards and meal vouchers. Built for developers, designed for scale.

Supported Acquirers
Nexi Worldline Shift4
Supported Crypto Provider
Zonda CryptoPay

Multi-Gateway Integration

Unified API for card payments, preauthorization, capture, and meal voucher processing

Migrate from Stripe
Without Changing Code

Already using Stripe? Keep your existing integration and unlock PayGlobe's multi-gateway infrastructure with zero code changes.

  • 100% Stripe API Compatible - Same endpoints, same request/response format
  • Drop-in Replacement - Just change the base URL in your config
  • Multi-Gateway Power - Access European acquirers + meal vouchers
Explore Mandala Gateway → Try Live Demo

Migration in 3 Minutes

// Before (Stripe)
const stripe = require('stripe')('sk_...');
stripe.setHost('api.stripe.com');
// After (Mandala)
const stripe = require('stripe')('sk_...');
stripe.setHost('api.payglobe.it/mandala');

That's it! Your existing Stripe code continues working, now powered by PayGlobe's infrastructure.

Disclaimer: Stripe is a registered trademark of Stripe, Inc. PayGlobe is not affiliated with, endorsed by, or sponsored by Stripe, Inc.

Pre-produzione

Arrivi da IGFS?
Non tocchi il codice

Se la tua integrazione parla già direttamente con IGFS, l'adapter espone lo stesso protocollo nativo e instrada su PayGlobe. Cambi tre valori di configurazione — Base URL, merId e secret — e nient'altro.

  • Stesso protocollo — stessi path, stesso JSON, stessa firma, stesso IGFS_000
  • Metodi che IGFS non ha — Bizum, PayPal, Satispay, cripto: il compratore sceglie sul checkout PayGlobe
  • Si torna indietro subito — rimetti i tre valori di prima e riparli con IGFS
Come funziona la migrazione →

IGFS è un marchio e un prodotto di N&TS Group. PayGlobe non è affiliata a N&TS Group e non distribuisce documentazione di integrazione IGFS: la pagina è rivolta a chi ha già un'integrazione IGFS attiva e descrive solo cosa cambia nella sua configurazione.

# Solo configurazione. Il codice non si tocca.
- BASE_URL = "https://…netsgroup.com/MONEYNET_CG_SERVICES"
+ BASE_URL = "https://api.payglobe.it/MONEYNET_CG_SERVICES"
- MER_ID   = "<assegnato da N&TS>"
+ MER_ID   = "<emesso da PayGlobe>"
- SECRET   = "<assegnato da N&TS>"
+ SECRET   = "<emesso da PayGlobe>"
# Firma, path, JSON, resultCode: identici. ✓