v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Invoicing - Setup

Get invoicing setup

Get invoicing setup configuration for the authenticated user

get/v6/invoicing/setup

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "brandColor": "4A90D9",
    "defaultNote": "Thank you for your business!",
    "defaultTerm": {
      "type": "NET_30",
      "dueDate": "2025-07-26"
    },
    "defaultReminderRecurrence": {
      "frequency": "WEEKLY",
      "interval": 1
    },
    "reimbursableMarkUpPercent": "15.0",
    "setupComplete": true
  }
}