Install the Taxu CLI
Install the Taxu CLI on macOS, Windows, or Linux. Use it to manage your Taxu resources in test mode, test webhooks locally, and interact with the Taxu API directly.
Test webhooks
Forward webhook events to your local development server
Trigger events
Generate test events to simulate real scenarios
Call APIs
Interact with the Taxu API directly from your terminal
Install the Taxu CLI
npm
npm install -g taxu-cliHomebrew (macOS)
brew install taxu-cliWindows (Scoop)
scoop install taxu-cliLinux (Debian/Ubuntu)
curl -fsSL https://cli.taxu.com/install.sh | bash
Log in to the CLI
Log in and authenticate your Taxu account with your account credentials to generate a set of restricted keys.
taxu loginThis opens your browser for authentication and generates a pair of API keys for your account.
Common commands
taxu helpView supported Taxu commands
taxu customers listList all customers
taxu payments listList recent payments
taxu trigger payment_intent.createdTrigger test webhook event
taxu listen --forward-to localhost:3000/api/webhooksForward webhooks to local server
Get started with the CLI
Download the Taxu CLI and start testing your integration today.