Custom_SVG_Medium_Tile
FASTER. BETTER. SMARTER.

Make it possible
with TRITIUM®

 

Grow your business with payments processing platform built for the digital age. TRITIUM evolves with your needs, offering an unmatched combination of flexibility, performance, and resiliency. 

 

Add-ons Header
process transactions - mobile-1

Payments technology
for modern markets

 

E6’s modern payments processing platform can power exceptional solutions that meet your business needs. TRITIUM enables a wide range of use cases across cards, credit, installments, virtual accounts, wallets and rewards.  

 

quickstart

Everything in real time

 

Update product details like interest rates, fees, and risk controls in minutes. No matter what you need, our globally distributed platform is ready to help you launch winning propositions whenever and wherever you need us. 

 

convert value - gold

Build a global-ready
payments solution

 

TRITIUM®, offers real-time RESTful API processing, powers thousands of transactions of per second, and has market-leading compliance, security, and reliability with over 99.99% uptime and 24/7 support.   

We work with banks and brands to

create exceptional payments products

HOW WE MAKE IT POSSIBLE

Truly superior
payment technology

tritium - single code base

Single code base

 

The foundation of our flexibility. Every use case starts with our easy to configure, hyper-flexible base ledger. Build your product on a powerful foundation supported by ongoing enhancements and features.

network

IONIC® framework


The key to our configurability. Enjoy unparalleled ability to add new features, localize your product, or adapt to new regulations quickly with little to no disruption to your service with our payment processing software.

tritium - ionic plug-ins

IONIC® plugins


The power behind the possibility. Add, override, or extend existing behaviors with simple plugins, so you launch with exactly what you want and can quickly adapt in the future.

tritium - cloud platform

Cloud platform

 

The building block of our performance. TRITIUM® is a cloud-based and robust API solution that offers tailored payment products with scalability, resiliency, and security.

analytics

See real-time insights

 

Move your business forward and keep pace with constantly changing consumer and market trends. Our proprietary data and reporting technology provide instant access to your data. 

chart

Scale up to meet any challenge

 

Add products, capabilities, and capacity to meet your needs and maintain your market-leading position.

 

 

Build the next big thing in payments

 

Put the power of TRITIUM® to work for you, and quickly configure and launch a product your customers will love. Our modern payment platform and technology will simplify your paytech stack and help you lower costs, while offering a configurable foundation to build any payment product you want to take to market.

 

require "episode6"
E6.api_key = "..."

E6::Charge.create(
:amount => 2000,
:currency => "eur",
:source => "tok_mastercard", # obtained with E6.js
:description => "Charge for madison.wilson@example.co"

)
import e6
E6.api_key = "..."

E6.Charge.create(
  amount=2000,
  currency="eur",
  source="tok_amex", # obtained with E6.js
description="Charge for john.jordan@example.com"
)
var e6 = require("episode6")(
  "..."
);

e6.charges.create({
  amount: 2000,
  currency: "eur",
  source: "tok_visa", // obtained with Episode6.js
description: "Charge for james.ryann@example.com"
}, function(err, charge) {
  // asynchronously called
});
e6.Key = "..."

chargeParams := &e6.ChargeParams{
  Amount: 2000,
  Currency: "eur",
  Desc: "Charge for benjamin.wilson@example.com",
}

// obtained with E6.js
chargeParams.SetSource("tok_mastercard")
ch, err := charge.New(chargeParams)
NEWS AND INSIGHTS

Read more news and insight from E6.

Medium Tile

Your next great banking or payment product starts

with a simple
conversation.