Skip to main content

MAES Platform

Developer-first API platform for MAES fuel card management

Simple & Powerful SDK

Enable fuel authorization for a card with a single method call. No complex integrations, no MAES portal automation on your end.

  • โœ“ Official TypeScript SDK
  • โœ“ Environment-specific API keys
  • โœ“ Real-time webhooks
  • โœ“ Built-in error handling
View Quick Start Guide
import { MaesClient } from '@nuvoni/maes-sdk';

const client = new MaesClient({
  apiKey: 'sk_live_xxxxx',
  projectId: 'your-project-id',
});

// Enable fuel authorization
await client.cards.enable('card-id');

// Card now has all fuel types enabled โœ“