v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Invoices

Payment status

Get payment status for the authenticated team.

get/invoices/payment-status

Response

Payment status for the authenticated team.

scorenumber required

Score associated with the invoice payment status

paymentStatusstring required

The payment status of the invoice

Example response

{
  "score": 85,
  "paymentStatus": "good"
}