Upgrade to possible with Episode Six
- Ruby
- Python
- Node
- Go
E6.api_key = "..."
E6::Charge.create(
:amount => 2000,
:currency => "eur",
:source => "tok_mastercard", # obtained with E6.js
Bring your vision to life
Credit cardsCredit done better.
|
Commercial cardsSpend management done right.
|
Multi-currency cardsAny currency. Anywhere.
|
Cards-as-a-ServiceEmbed any card in any platform.
|
Virtual accountsDecouple innovation from your core.
|
Virtual cardsInstant cards. Programmable controls.
|
Business Now, Pay LaterA new approach to SME working capital.
|
Consumer installmentsBuild your own BNPL offerings.
|
Any use case you can imagine. One global platform.
Modern card issuing
Build the perfect card for any segment, on your schedule. No complex integrations, no tedious change requests.
Power BaaS
Expand your business by powering a BaaS solution for neo banks and other businesses.
Reward your customers
Push your business and customer relationships to the next level with a custom rewards program.
Virtual card disbursement
Offer real-time business-to-business payments via virtual card.
Break down borders with multi-currency
Create a global wallet that can convert currencies within seconds, all within one platform.
Business installments
Give SMEs exactly what they’re looking for by offering configurable loans.
Build your future with a complete ledger and card solution
Every day, E6 powers millions of transactions with our products. E6 evolves with your needs, offering an unparalleled combination of flexibility and resiliency. Our robust API library enables you to update product details like interest rates, fees, and risk controls in minutes.
Our dashboard gives your product, operations and customer teams access to our platform with an intuitive, permission-based UI, to manage risk, customer servicing and more.
No matter what you want to build, we’re ready to help you make it possible.
Cards and ledger infrastructure for modern markets
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.