Create billing lines (fan-out)

Creates billing lines distributed across all group members based on their ownership shares.
The total amount is split proportionally using cent-accurate distribution (no rounding loss).

Supports two modes:

  • Standard frequency: Creates recurring billing lines (monthly, quarterly, semi-annual, annual)
  • Custom schedule: Creates one-time billing lines for specific months

All created billing lines share the same batch_uuid for batch operations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Profile contract group unique identifier (public_id)

Body Params
string
required

Transaction configuration identifier (public_id)

string
required

Operation label

float
required

Total amount in euros (distributed across members)

integer
enum

Billing frequency (for standard mode). Mutually exclusive with months.

Allowed:
months
array of strings

Specific months in YYYY-MM format (for custom schedule mode)

months
string
enum

How to distribute the amount across months (custom schedule only)

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json