fakturownia-payments

Manage Fakturownia banking payments via CLI with CRUD operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the management of banking payments in Fakturownia from the command line, reducing manual effort and the risk of errors when listing, fetching, creating, updating, or deleting payments.

Core Features & Use Cases

  • List, fetch, create, update, and delete payments from the Fakturownia API.
  • Read payments with an optional README-backed include mode for invoices via the include=invoices option.
  • Discover and validate request and response schemas using the built-in schema commands to guide payload construction and output fields.

Quick Start

Run fakturownia payment list --json to retrieve payments and inspect available fields from the schema.

Frequently Asked Questions about fakturownia-payments

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

FAQPage Schema
How do I manage Fakturownia banking payments from the command line?

To manage Fakturownia banking payments via CLI, use commands that list, fetch, create, update, and delete records through the API. The CLI supports pagination and payload discovery to automate workflows and reduce manual errors.

Can I include invoice data when fetching payments from the Fakturownia API?

Yes, you can include invoice data when fetching Fakturownia API payments by using the README-backed include mode with the `include=invoices` option. This appends associated invoice details directly to your payment query output.

How do I discover request body schemas and output fields for Fakturownia payments?

Discovering request body schemas and output fields for Fakturownia payments uses built-in schema discovery commands. Running a list command with JSON output reveals available fields and validates payloads to guide your API requests.

What pagination flags are supported for listing Fakturownia payments?

Listing Fakturownia payments supports `--page` and `--per-page` flags to control API pagination. These flags allow you to retrieve specific result sets and manage large volumes of payment records efficiently.

How do I skip confirmation prompts when updating or deleting Fakturownia payments?

To skip confirmation prompts when updating or deleting Fakturownia payments, use the `--yes` flag. This bypasses interactive prompts to automate command execution, which is useful for scripting batch operations.