Read and update integration settings
Settings endpoints expose merchant fields that affect Integration API behavior. Webhook configuration uses the dedicated webhook endpoints.
GET
https://lirpay.org/api/v2/integration/settingsRead business name, settlement currency, environment, and account state.
API key requiredsettings:read
PATCH
https://lirpay.org/api/v2/integration/settingsUpdate the business name or default settlement currency.
API key requiredsettings:write
| Parameter | Type | In | Required | Description |
|---|---|---|---|---|
| business_name | string | body | no | Merchant display name. Maximum 255 characters. |
| settlement_currency | string | body | no | Supported default settlement currency. |
{
"business_name": "Acme Store",
"settlement_currency": "USDT"
}