LirPay
OpenAPI

Read and update integration settings

Settings endpoints expose merchant fields that affect Integration API behavior. Webhook configuration uses the dedicated webhook endpoints.

GEThttps://lirpay.org/api/v2/integration/settings

Read business name, settlement currency, environment, and account state.

API key requiredsettings:read
PATCHhttps://lirpay.org/api/v2/integration/settings

Update the business name or default settlement currency.

API key requiredsettings:write
ParameterTypeInRequiredDescription
business_namestringbodynoMerchant display name. Maximum 255 characters.
settlement_currencystringbodynoSupported default settlement currency.
{
  "business_name": "Acme Store",
  "settlement_currency": "USDT"
}