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-cli

Homebrew (macOS)

brew install taxu-cli

Windows (Scoop)

scoop install taxu-cli

Linux (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 login

This opens your browser for authentication and generates a pair of API keys for your account.

Common commands

taxu help

View supported Taxu commands

taxu customers list

List all customers

taxu payments list

List recent payments

taxu trigger payment_intent.created

Trigger test webhook event

taxu listen --forward-to localhost:3000/api/webhooks

Forward webhooks to local server

Get started with the CLI

Download the Taxu CLI and start testing your integration today.

View documentation