Quickstart
The Paid CLI is a command line interface for the Paid API.
Install
Authenticate
Create an API key from the Paid app, then initialize the CLI:
By default, the CLI creates a sandbox profile labelled Sandbox and makes it active.
You can also pass the key directly:
Check Your Environment
Show the active profile and API URL:
Add or switch profiles by running init with --env:
Common Options
--api-keyoverridesPAID_API_KEYand saved config.--base-urloverrides the API URL for the request.--envselects a saved profile.--timeout-mssets the HTTP timeout.