Altisly
Developers

For developers with love

Clear documentation, a full sandbox environment, and SDKs in every major language. Integrate Altisly in hours, not weeks.

Up and running in minutes

Our REST API is intuitive and well-documented. Pick your language and start building.

connect.js
const Altisly = require('@altisly/sdk');

const client = new Altisly({
  apiKey: process.env.ALTISLY_API_KEY
});

// Create a connect session
const session = await client.connectSessions.create({
  customerId: 'cust_12345',
  consent: ['account_details', 'transactions'],
  returnTo: 'https://yourapp.com/callback'
});

console.log(session.connectUrl);
// → https://connect.altisly.co/...

Ready to start building?

Get your API keys and access the sandbox — no credit card required.