Revolut Business API Full CLI for Revolut Business — accounts, transactions, payments, FX, exports. Entry point: Setup Interactive Setup Wizard (recommended) Walks you through everything: key generation, Revolut certificate upload, OAuth callback, authorization. Manual Setup - Python 3.10+, - Revolut Business account with API certificate - See README for detailed step-by-step guide Credentials Stored in : - — RSA private key (for JWT signing) - — X509 cert (uploaded to Revolut) - — OAuth tokens (auto-managed) - — client ID, domain, redirect URI Environment variables (in ): - — from Revolut AP…