Skip to main content
GET
Get AR settings

Authorizations

Authorization
string
header
required

A session JWT obtained via the OAuth flow (POST /auth/codesPOST /auth/exchange). Its claims carry the caller's organisation and/or client scope.

Response

OK

arEmailsEnabled
boolean
required

Client-level kill switch for outbound AR (invoice) emails. When false, sending an invoice still marks it Sent, but no customer email is dispatched and no reminders are scheduled — the client handles delivery out-of-band. Default true.

integratedPaymentsEnabled
boolean
required

Whether this client uses integrated Dolfin/Stripe payments. When true (default), invoices carry a Dolfin-generated payment link. When false, the client brings its own payment link (see defaultPaymentLinkUrl).

Bring-your-own payment link template, used only when integrated payments are off. Supports the tokens {invoiceId}, {organisationId} and {invoiceNumber}, expanded per invoice. Null when not set.

The template tokens supported in defaultPaymentLinkUrl.