Create payment products your customers will love
From Top 50 global banks to fintechs, E6 gives you powerful infrastructure to quickly deliver industry-leading payments solutions and the flexibility to adapt in real time. No matter the changing trends, you’ll be in the lead with our payment technology.
- Ruby
- Python
- Node
- Go
E6.api_key = "..."
E6::Charge.create(
:amount => 2000,
:currency => "eur",
:source => "tok_mastercard", # obtained with E6.js
Make your roadmap a reality
You didn’t get here by chance, tell us what you want to do. From launching new, innovative products to powering BaaS, TRITIUM offers a single, flexible payment platform that can power almost any payments use case.
Modernize my card program
Explore how TRITIUM makes it easy to launch new and innovative credit, debit, and prepaid products.
Face off against a fintech
Disrupt the disruptors by using real-time data to beat fintechs at their own game.
Disburse via a virtual card
Offer real-time business-to-business payments via virtual card.
Power BaaS
Expand your business by powering a BaaS solution for neo banks and other businesses.
Modernize my corporate card
Meet the needs of your most challenging corporate customers.
Break free of legacy
paytech limitations
TRITIUM®, E6's powerful payments platform, offers a solution flexible enough to redefine paytech, and secure and reliable enough to make your CIO smile. Whether you’re looking to modernize your payment technology stack, grow your business, or jump ahead of the competition, TRITIUM is the only choice.
We work with banks and brands to
create exceptional payments products
See our tech.
Want to know more? Have a look at our documentation
to see how easy it is to redefine possible
in payments with E6 payment technology.
require "e6"
E6.api_key = "..."
Episode6::Charge.create(
:amount => 2000,
:currency => "eur",
:source => "tok_mastercard", # obtained with Episode6.js
:description => "Charge for example@example.com"
)
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("e6")(
"..."
);
e6.charges.create({
amount: 2000,
currency: "eur",
source: "tok_visa", // obtained with E6.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 test@example.com",
}
// obtained with E6.js
chargeParams.SetSource("tok_mastercard")
ch, err := charge.New(chargeParams)
We’re already where you need us.
North America
E6 is headquartered in Austin, Texas. In addition to our Texas-based team, we have employees throughout the US and and in the Dominican Republic.
Our North American clients are supported by multiple in-region AWS availability zones with cross-region disaster recovery.
Latin America
Our global workforce is based in 35+ countries worldwide, so we can hire the best people no matter where they live. We are also intentional in our hires within local markets, so we can support our customers effectively. Our global workforce follows the sun, allowing us to deliver for our customers 24/7.
Europe
Our global team reaches almost every corner of the world. We currently have team members located in the UK, Ireland, Spain and Cyprus.
Our European clients are supported by multiple in-region AWS availability zones with cross-region disaster recovery.
Asia-Pacific
Our global team reaches almost every corner of the world. We have local offices in Japan, Hong Kong, Singapore, and India.
Our Asia-Pacific clients are supported by multiple in-region AWS availability zones with cross-region disaster recovery.
Australia & NZ
Our global team reaches almost every corner of the globe. We have a local office in Brisbane and team members located in Australia and New Zealand.
Our local clients are supported by multiple in-region AWS availability zones with cross-region disaster recovery.