Settings & Customer-Facing Text: What Lenders Can Edit vs. What Lendsqr Controls

Understanding who can change what in your Lendsqr setup is important for operating your lending business confidently. This article explains the three-tier settings system in pecunia-backend, what it means for your organization, and which customer-facing text elements you can customize directly.

How the settings system works

Every setting in Lendsqr is tagged with a change_by value that determines who is allowed to modify it. There are two levels:

Levelchange_by valueWho can edit
Lendsqr Admin–OnlylendsqrLendsqr staff only
Global/OpenglobalYour organization’s admin

Settings at the Lendsqr Admin–Only level are protected by middleware and cannot be changed by lender organizations — even if you have full admin rights within your own organization. Settings at the Global level are open for lender organizations to customize.

What Lendsqr controls exclusively

The following settings are restricted to Lendsqr staff. These exist to protect deliverability, prevent fraud, and maintain regulatory compliance.

Sender identity (email & SMS)

SettingSlugDescription
Email Sender Nameemail_sender_nameThe display name shown in the “From:” field of all customer emails
Email Sender IDemail_sender_idThe actual sending email address (stored encrypted)
SMS Sender IDutility_sms_senderThe sender name or shortcode shown on customer SMS messages
SMS Sender Prefixsms_sender_name_prefixA prefix prepended to SMS sender names (e.g., “PCN-“)
Admin Mailing Listadmin_email_mailing_listA list of admin email addresses for platform notifications

Why lenders cannot change these:
Sender names are what customers see as the source of official communications. Allowing custom sender names without verified domain setup would create spoofing and phishing risks, and could cause emails to be flagged as spam. All outbound email must originate from a verified Lendsqr-managed domain (lsq.app, lsq.email, or lendsqr.com).

If you attempt to set a custom sender email outside these domains without SMTP configuration, you will receive an error:

“Unable to perform action — set a custom sender email without SMTP setup. Use an lsq-managed sender email or contact support.”

What your organization can edit

Email and SMS message templates

These are the actual messages your customers read. Organization admins can fully customize them. All templates use Handlebars syntax for variable interpolation (e.g., {{first_name}}, {{account_number}}).

Template slugWhen the customer sees it
email_template_user_invitationWhen invited to your lending portal
email_template_user_inactiveWhen their account is deactivated
email_template_mandate_signatureWhen asked to sign a mandate
email_template_mandate_activeWhen their mandate becomes active
email_template_beneficiary_addedWhen a new beneficiary is added
email_template_beneficiary_activeWhen a beneficiary is activated
email_template_beneficiary_inactiveWhen a beneficiary is deactivated
sms_template_mandate_invitationSMS with a mandate signing link
sms_template_emandate_activationSMS confirming e-Mandate activation
email_template_eod_summaryDaily end-of-day summary email

All of these have change_by: global, meaning your organization’s admin can update them from the settings panel.

Loan and product settings

SettingSlugType
Enable loan applicationsallow_loan_applicationsBoolean
Minimum card expiry (months)minimum_card_expiryInteger
Match card with bank accountmatch_card_with_bankBoolean
Loan reversal period (days)loan_reversal_periodInteger
Draft loan expiry (days)loan_draft_expiryInteger
Require branch informationrequire_branch_informationBoolean
Require ecosystem checkrequire_ecosystem_checkBoolean
Require Mobile Banker Schemerequire_mbsBoolean
Use ML for loan decisionsuse_machine_learningBoolean
Maximum guarantor loan amountmax_guarantor_loanDecimal

Card and payment settings

SettingSlugEditable
Enable card paymentsallow_card_payments✅ Yes
Accept Verve cardsaccept_verve_cards✅ Yes
Card authorization chargecard_authorization_charge✅ Yes

Plan-based access

Some settings are only available on specific subscription plans. If your organization attempts to change a setting that is not included in your current plan, the API will return an error. Contact Lendsqr support to discuss plan upgrades if you need access to additional settings.

Need to change a restricted setting?

If you need to change a setting that is marked as Lendsqr Admin–Only — such as configuring a custom email sender domain with SMTP, or updating payment provider — contact Lendsqr support. All changes to restricted settings are audit-logged with timestamps, admin ID, and IP address.

Was this page helpful?