A trusted partner
for businesses in the UK
The Atoa CLI is a command-line tool for the Atoa payment API. It lets you sign up, create payments, issue refunds, manage customers and saved cards, and test webhooks from your terminal, and it is scriptable for CI/CD. Install it with npm install -g @atoapayments/atoa-cli.
Yes. With the Atoa CLI you can create a payment, check its status, and issue refunds straight from the terminal, for example atoa payments create –amount 25.00 –orderId order-001 –customerId cust_123. It is handy for support workflows, testing and one-off operations.
Yes. Atoa has a UK payment API for Pay by Bank and card, with SDKs and webhooks, plus a command-line tool (the Atoa CLI) and an MCP server for AI assistants. You can build with the API and operate or test with the CLI.
Yes. The CLI is free to install and open source on GitHub. You only pay Atoa’s standard transaction fees when you take real payments.
Yes. The CLI is built for automation, with machine-readable –output json, a –dryRun flag, POSIX exit codes, and stable idempotency keys for safe retries. Because login is browser-based, you provision credentials once and point your runner at them.
Sign up for developer access, install the CLI with npm install -g @atoapayments/atoa-cli, and follow the docs. Start in sandbox, then use the go-live checklist. See the CLI docs at docs.paywithatoa.co.uk/cli and the API reference.
Atoa has three SDKs: Web Client, Flutter and React Native. You can also use the REST API directly, or the CLI for terminal-based operations.