Get the payment plan of an invoice
Return the payment plan attached to an invoice. If an active plan exists it is returned, otherwise the most recent plan of any status. Responds with 404 if the invoice never had a plan.
Autorisierungen
Organisation API token. Send it as Authorization: Bearer api_... The token is scoped to a single Organisation. Reading a plan needs the invoice read permission, creating, canceling and extending need the invoice write permission.
Pfadparameter
The invoice UUID.
"10000000-0000-0000-0003-000000000001"
Antwort
The payment plan of the invoice.
"10000000-0000-0000-00e0-000000000001"
"10000000-0000-0000-0003-000000000001"
Lifecycle status of a payment plan.
active, completed, broken, canceled Sum of all installments in cents. Equals the open amount at creation.
1190
"EUR"
"10000000-0000-0000-004f-000000000001"
"2026-07-05T16:20:00+00:00"
Timestamp the plan completed (all installments paid), or null.
null
Timestamp the plan broke, or null.
null
Timestamp the plan was canceled, or null.
null
Reason the plan broke, or null while active.
null