Connect once.
Expand anywhere.

Link gives you instant access to acquirers, PSPs, and services through a single, unified layer - so your team can scale globally without ever touching another integration.

Integrations shouldn’t
slow you down.

Most teams spend months wiring up acquirers and PSPs, each with their own APIs, credentials, and error handling. The result is brittle connections that break when providers change or expand - locking teams into complex maintenance instead of growth.

The result?

Slower launches, higher costs, and endless rework every time you add a new provider.

Complex provider integrations
Vendor dependency
Costly maintenance cycles

Effortless connectivity,
built for scale.

1
Connect

Access global acquirers, PSPs, and data providers instantly through pre-built connectors and unified APIs.

2
Normalize

Link standardizes data and connection logic, ensuring every integration behaves consistently across the CPA ecosystem.

3
Scale

Add or swap providers without rebuilding workflows - your payment infrastructure stays flexible as your business grows.

Unified Connectivity Layer

Connect to all your acquirers, PSPs, and data services through a single interface — no multiple integrations, no repeated code.

Pre-Built Provider Connectors

Instantly plug into leading payment providers and networks with ready-made integrations that are maintained and versioned by Hellgate.

Automatic Data Normalization

Link standardizes data formats across all connections, giving every module in the CPA suite consistent, reliable information.

Secure Credential Management

Store, rotate, and manage provider credentials safely within the CPA compliance framework — powered by Guardian’s vaulting layer.

Health Monitoring & Failover

Ensure uptime with built-in connection monitoring and automatic rerouting when a provider experiences downtime.

Composable Integration Architecture

Link integrates natively with Hub, Commerce, and Pulse, enabling a fully composable payment infrastructure that grows with your business.

Hellgate Link is perfect…

For teams expanding globally

Add new acquirers, PSPs, or payment methods in minutes — without costly rebuilds or custom code.

For SaaS and fintech platforms

Unify provider connections across multiple regions and services. Link ensures every integration behaves consistently, no matter where you operate.

For enterprises managing complex stacks

Eliminate integration chaos with one connectivity layer that keeps all providers live, secure, and easy to manage.

For developers who want to move fast

Skip complex SDKs and fragile API setups — Link gives you one consistent interface for every provider. Build once, connect anywhere, and let CPA handle the rest.

Use-cases

Expand faster with unified connectivity

Link lets you add acquirers and PSPs instantly through a single interface. Scale globally without re-engineering your stack.

One layer for every provider

Manage multiple PSPs and payout networks seamlessly. Link keeps all connections stable, secure, and standardized across merchants and regions.

Simplify complex payment stacks

Replace fragmented integrations with one consistent layer. Link unifies legacy providers into a single connection model for easier monitoring and upgrades.

Built on
Hellgate CPA Infrastructure

Built on
Hellgate CPA Infrastructure

Built on
Hellgate CPA Infrastructure

Hellgate's Composable Payment Architecture (CPA) enables businesses to choose the modules they need or combine them with their existing engine, PSPs, or providers.

Hellgate® CPA

Commerce

Payment Engine

Hub

Orchestration Fabric

Guardian

PCI Vault & Tokenization

Specter

Fraud Intelligence layer

Link

PSP Abstraction

Pulse

Observability & Metrics

Link connects the CPA ecosystem to external acquirers and PSPs, managing integrations and data flows through a single unified layer.

Hellgate® CPA

Commerce

Payment Engine

Hub

Orchestration Fabric

Guardian

PCI Vault & Tokenization

Specter

Fraud Intelligence layer

Link

PSP Abstraction

Pulse

Observability & Metrics

Link connects the CPA ecosystem to external acquirers and PSPs, managing integrations and data flows through a single unified layer.

Hellgate® CPA

Commerce

Payment Engine

Hub

Orchestration Fabric

Guardian

PCI Vault & Tokenization

Specter

Fraud Intelligence layer

Link

PSP Abstraction

Link connects the CPA ecosystem to external acquirers and PSPs, managing integrations and data flows through a single unified layer.

Pulse

Observability & Metrics

Integration without the complexity.

Link connects your entire payment ecosystem through one API - unifying acquirers, PSPs, and data services under a single standard. It handles authentication, normalization, and uptime so your team can launch faster and maintain less.

One API for every provider

Pre-built connectors ready to deploy

Managed credentials and monitoring

Works natively with Hub and Commerce

const { Hellgate } = window;
const client = await Hellgate.init('d5529f03-e84a-4a43-867c-b3412a097e63', {
  base_url: 'https://sandbox.hellgate.io',
});

// get the handler for card payments
const cardHandler = await client.use('CARD');

// create the one-line form
const cardForm = cardHandler.createForm({
  // customize styles
  style: {
    fonts: ['https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap'],
    base: {
      fontFamily: 'Nunito, sans-serif',
      color: '#111',
      fontSize: '16px',
      '::placeholder': { color: '#6b7280' },
    },
  },
});
const cardholderField = cardHandler.createTextField();

// and mount it
cardForm.mount('#my-form-element');
cardholderField.mount('#cardholder-element');

// use an existing button to process the data
const submitButton = document.getElementById('my-submit-button');

submitButton.addEventListener('click', async () => {
  try {
    const result = await cardHandler.process({
      // the value from cardholderField will be extracted automatically
      cardholder_name: cardholderField,
    });

    const resultElement = document.getElementById('result');
    const errorElement = document.getElementById('error');

    // handle the result
    if (result.status === 'success' || result.status === 'pending') {
      resultElement.textContent = 'Processing has been successfully completed';
      errorElement.textContent = '';
    } else {
      // processing failed, failure reason could be found in the data attribute
      resultElement.textContent = '';
      errorElement.textContent = result.data.reason;
    }
  } (err) {
    // something went wrong before processing could begin (e.g., a network issue or an internal backend error)
  }
});

PCI/DSS-Aligned Security

Encrypted Credentials & Tokens

Continuous Connection Monitoring

Compliance built into every connection.

Link ensures every provider connection meets the same security and compliance standards as the rest of the Hellgate CPA ecosystem. Built on Guardian’s vaulting and tokenization framework, it manages sensitive credentials safely while keeping integrations fast and flexible.

Every data exchange is encrypted, authenticated, and monitored - so your team can expand confidently without compromising compliance.

FAQ

FAQ

FAQ

Does Link lower switching costs?

Yes, no re-builds needed.

Does Link lower switching costs?

Yes, no re-builds needed.

Does Link lower switching costs?

Yes, no re-builds needed.

What ops are supported?

Auth, capture, refund, payout, settlement.

What ops are supported?

Auth, capture, refund, payout, settlement.

What ops are supported?

Auth, capture, refund, payout, settlement.

Can partners publish connectors?

Yes, via Link adapters.

Can partners publish connectors?

Yes, via Link adapters.

Can partners publish connectors?

Yes, via Link adapters.

Is Link bundled with Hub and/or Commerce?

By default, yes, but can also be exposed standalone.

Is Link bundled with Hub and/or Commerce?

By default, yes, but can also be exposed standalone.

Is Link bundled with Hub and/or Commerce?

By default, yes, but can also be exposed standalone.

See Link in action

Let our product specialists guide you through the product, touch upon all functionalities relevant for your individual use case and answer all your questions directly.

See Link in action

Let our product specialists guide you through the product, touch upon all functionalities relevant for your individual use case and answer all your questions directly.

See Link in action

Let our product specialists guide you through the product, touch upon all functionalities relevant for your individual use case and answer all your questions directly.