LogoLogo
Connect
Connect
  • ๐ŸกWelcome to LHV Connect API
  • ๐Ÿ“บNews and Updates
    • ๐Ÿ“ˆPerformance and Stats
    • ๐Ÿ””Notice of Change
  • ๐ŸงญQuick Start Guide
  • ๐ŸŽฅConnect Fundamentals
    • Authentication and Certificates
    • Environments
    • Messaging Pattern
    • Service Provider model
    • Technical limitations
    • Encoding and Languages
    • Response Compression
    • Dates and Time Zones
    • Response Codes and Error handling
    • Onboarding
    • Live Proving
    • LHV UK and Estonia integrations
    • FAQ and Tips
  • ๐Ÿ“–Service Catalogue
    • ๐Ÿ’šHeartbeat
      • Heartbeat - GET
      • Heartbeat Advanced - GET
    • ๐Ÿ“ฉMessages Services
      • Get next message
      • Get list of messages
      • Get list of messages V2
      • Get message by response ID
      • Count number of messages
      • Mark message as processed
      • Mark batch of messages as processed
      • Mark batch of messages as processed V2
      • Messages Metadata
      • Get compressed message for testing
    • ๐Ÿ’ฐAccount Information Services
      • Account Balance
      • Account Statement
      • Transaction Notification
        • Incoming Bacs Credit Notification
    • ๐Ÿ’ธPayment Initiation Services
      • Pain.001.001.09
      • Pain.002.001.10
      • Samples
      • Authentication methods
      • Payment Scheme Selection
      • Payment Return Initiation
      • Payments Service Idempotency
      • Payments Originating Overseas
      • Legacy documents
        • pain.001.001.03 format
    • โœ…Confirmation of Payee Services
      • Confirmation of Payee - Requester
      • Confirmation of Payee - Responder
    • ๐Ÿ˜ถโ€๐ŸŒซ๏ธVIBAN Services
      • VIBAN Open
      • VIBAN Bulk Open
      • VIBAN Modify
      • VIBAN Info
      • VIBAN Close
      • VIBAN Notification
    • ๐Ÿ”—Indirect Scheme Access
      • Agency Account Synchronization
      • RTF - Routing Table Files message
      • ๐ŸงพPayment Collection Services
        • ๐Ÿ’ทBacs Direct Debit
          • Bacs Direct Debit Mandate Initiation Request
          • Bacs Direct Debit Mandate Initiation Response
          • Bacs Direct Debit Mandate Initiation Response Confirmation
          • Bacs Direct Debit Mandate Cancellation Request
          • Bacs Direct Debit Mandate Cancellation Response
          • Direct Debit Incoming Collection Notification Request
          • Direct Debit Collection Notification Response
          • Direct Debit Collection Notification Response Confirmation
          • Direct Debit Reversal Notification Request
          • Examples
    • ๐Ÿ“จWebhooks
      • Webhook Format and Processing
      • Managing Webhook Configurations
      • Webhook Security
      • Webhook Metadata
      • Full Bodied Webhooks
  • ๐Ÿ—“๏ธReference
    • Glossary
    • Code Reference Tables
      • Balance Type Codes
      • Credit and Debit Transaction Codes
      • Payment Scheme Codes
      • Direct Debit Scheme Codes
      • Payment Reject Codes
      • Payment Return Codes
      • Bacs Direct Debit Mandate Reject Codes
      • Bacs Direct Debit Reject Codes
      • Bacs Direct Debit Reversal Reason
      • Bank Transaction Codes
      • Transaction Purpose Codes
      • Category Purpose Codes
      • Private Person Identification Codes
      • Organisation Identification Type Codes
      • Payment Priority Codes
      • Charges Bearer Codes
  • โ˜Ž๏ธSupport
    • Contact
Powered by GitBook
On this page

Was this helpful?

  1. Service Catalogue
  2. Webhooks

Full Bodied Webhooks

By default, webhook notifications include only key event details, which can be used to retrieve full message information from Messages Services. However, users have the option to include the entire message body for more comprehensive processing. This setting is configurable, allowing flexibility based on specific requirements. When enabled, the webhook notification includes an additional field, messageBase64, which contains the full message encoded in Base64 for efficient transmission and processing.

{
    "eventId": "8e0f3c1a-9b5d-4e7e-8f6c-2f1e2d3a4b5c",
    "eventTimestamp": "2024-03-16T05:01:02.171+00:00",
    "subscriptionReference":"232af6ba-6758-475b-ae2d-a957f470c298",
    "messageResponseId": "RESad6d57e211a94f1591b72fba9d63092b",
    "messageRequestId": "REQdc1be8be0f274bcda6c3e027b44cdd8c",
    "messageType": "ACCOUNT_STATEMENT",
    "messageCreatedTime": "2024-03-16T05:01:02.171+00:00",
    "regCode": "110022",
    "regCodeIssuer": "GB",
    "bankCode": "LHVUK",
    "messageBase64": "PHh...sxbV9jb250ZW50Lz4="   // Base64 encoded data here
}

Enabling/ Disabling Full Bodied Webhooks

The attachFullBody field allows users to enable or disable the inclusion of the full message body in he webhook. By setting this flag to true, the full message will be attached to the webhook payload encoded in base64, providing full information for efficient message handling.

This field can be configured during the creation of a webhook configuration or updated later through the edit configuration endpoint, offering flexibility to adjust the webhook content as requirements evolve. See Managing Webhook Configurations

PreviousWebhook MetadataNextReference

Last updated 2 months ago

Was this helpful?

๐Ÿ“–
๐Ÿ“จ