bexio Invoice Payments
bexio_invoice_paymentsManage payments on a bexio invoice: list, get, create, or delete payments. Requires invoice_id. Create needs value and either bank_account_id or payment_service_id (1=PayPal,2=Stripe,3=SIX).
Instructions
Manage payments recorded on a bexio invoice. All actions require invoice_id. Actions: "list" (payments of the invoice; optional limit/offset), "get" (payment_id), "create" (payload; required: value — the amount; set either bank_account_id or payment_service_id (1 = PayPal, 2 = Stripe, 3 = SIX Payments); optional date, is_cash_discount, is_client_account_redemption), "delete" (payment_id; permanently deletes the payment — cannot be undone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results for "list" | |
| action | Yes | Operation to perform | |
| offset | No | Results to skip for "list" | |
| payload | No | Payment fields for "create" | |
| invoice_id | Yes | Invoice id the payments belong to (always required) | |
| payment_id | No | Payment id (required for "get" and "delete") |