fakturownia-bank-accounts

Manage Fakturownia bank account records via CLI CRUD operations.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-bank-accounts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-bank-accounts
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/subskills/bank-accounts
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-bank-accounts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes friction from managing bank account records in Fakturownia by providing clear CLI-driven operations for listing, fetching, creating, updating, and deleting bank accounts while revealing addendum-backed fields used by invoices.

Core Features & Use Cases

  • CRUD Operations: Perform bank-account list, get, create, update, and delete operations via the CLI.
  • Schema-Driven Discovery: Use schema commands to inspect request and response shapes before building payloads for bank_account fields.
  • Invoice Integration: Expose and map addendum fields such as bank_account_id, buyer_mass_payment_code, and embedded bank_accounts[] that affect invoice payloads.
  • Validation & Safety: Support for dry-run, JSON input modes, pagination, id-based access, and confirmation flags for destructive actions.

Quick Start

Run the fakturownia bank-account list command with --json to inspect accounts and use the schema bank-account create command to discover required payload fields.

Frequently Asked Questions about fakturownia-bank-accounts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Fakturownia bank accounts via the CLI?

Fakturownia bank accounts can be managed instantly via the CLI by executing list, get, create, update, and delete operations through the Fakturownia API. The CLI supports JSON input handling, pagination, and id-based access for precise record management.

What fields are required to create a bank account in Fakturownia?

To create a bank account in Fakturownia, you can use the schema bank-account create command to inspect request and response shapes. This schema-driven discovery reveals the required bank_account fields and payload structure before submission.

Can I validate Fakturownia API requests before applying changes?

Yes, you can validate Fakturownia API requests safely using the dry-run mode. This allows you to test JSON input payloads and confirm operations without executing destructive actions on your bank account records.

How do bank accounts integrate with Fakturownia invoices?

Bank accounts integrate with Fakturownia invoices through addendum fields like bank_account_id, buyer_mass_payment_code, and embedded bank_accounts arrays. These fields are mapped directly into invoice payloads to affect payment processing.

Does this CLI tool support pagination for listing bank accounts?

Yes, the CLI tool supports pagination and flags for listing bank accounts. This allows you to retrieve and inspect large sets of bank account records efficiently using the Fakturownia API.