Patient email and SMS work by default via suite messaging — set a Ladill mailbox and optional sender ID under Account → Messaging. Product SMS and Bird API keys below are optional (power users / custom keys). Connect Paystack, Flutterwave, or Hubtel so bill payments land in your account (0% Ladill fee).

@if (! $canManage)

You can view integrations, but only admins can change credentials.

@endif
@if ($credential->hasValidSms())
Connected · key {{ $credential->sms_api_key_prefix }}… · sender {{ $credential->sms_sender_id }} @if ($credential->sms_validated_at) · validated {{ $credential->sms_validated_at->diffForHumans() }} @endif
@elseif ($credential->sms_status === \App\Models\MessagingCredential::STATUS_INVALID)
{{ $credential->sms_last_error ?: 'SMS credentials are invalid.' }}
@endif @if ($canManage)
@csrf

Must match an approved sender ID on your SMS service (or the platform default).

@if ($credential->sms_api_key_encrypted || $credential->hasValidSms())
@endif @endif
@if ($credential->hasValidBird())
Connected · key {{ $credential->bird_api_key_prefix }}… · from {{ $credential->bird_from_name ? $credential->bird_from_name.' <'.$credential->bird_from_email.'>' : $credential->bird_from_email }} @if ($credential->bird_validated_at) · validated {{ $credential->bird_validated_at->diffForHumans() }} @endif
@elseif ($credential->bird_status === \App\Models\MessagingCredential::STATUS_INVALID)
{{ $credential->bird_last_error ?: 'Bird credentials are invalid.' }}
@endif @if ($canManage)
@csrf

Use the HTTP API key from bird.ladill.com (starts with lsk_live_). Do not use the mailbox password.

@if ($credential->bird_api_key_encrypted || $credential->hasValidBird())
@endif @endif
@if ($canUsePaymentGateway ?? false) @if ($gateway?->isConfigured())
Connected · {{ $gatewayLabels[$gateway->provider] ?? ucfirst($gateway->provider) }} @if (! $gateway->is_active) · disabled @endif
@else
Online checkout stays disabled until a gateway is connected.
@endif @if ($canManage)
@csrf

Hubtel: merchant account number. Paystack/Flutterwave: public key.

@if ($gateway)
@endif @endif @else

Your own payment gateway is a Pro feature

Upgrade to Care Pro or Enterprise to connect Paystack, Flutterwave, or Hubtel for encounter bill payments with 0% Ladill fee.

View plans →
@endif

← Back to facility settings