Skip to main content
GET
Get buyer settings
Tilta sends automated emails to buyers at key points in the payment lifecycle – onboarding invitations, invoice notifications, and payment reminders. A buyer’s settings control the language and formality level used in those communications. Both fields are nullable. A null value means no preference is stored for the buyer and Tilta falls back to your platform’s default.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Path Parameters

external_id
string
required

Unique identifier of a buyer.

Maximum string length: 100
Pattern: ^[a-zA-Z0-9-_]+$

Response

Buyer's communication preferences.

language
enum<string> | null
required

Buyer's preferred communication language. Send null to clear.

Available options:
AR,
BG,
CS,
DA,
DE,
EL,
EN,
ES,
ET,
FI,
FR,
GA,
HR,
HU,
IT,
JA,
LT,
LV,
MT,
NL,
NO,
PL,
PT,
RO,
RU,
SK,
SL,
SV,
TR,
UK,
ZH
formality
enum<string> | null
required

Buyer's preferred communication formality. Send null to clear.

Available options:
NEUTRAL,
FORMAL,
INFORMAL