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
    • 💰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
  • Service Description
  • Incoming Bacs Credit Notification
  • Body
  • Example of the flow

Was this helpful?

  1. Service Catalogue
  2. Account Information Services
  3. Transaction Notification

Incoming Bacs Credit Notification

Description of Incoming Bacs Credit Notification service.

Service Description

The Incoming Bacs Credit Notification Service provides customers with advance notification of upcoming inbound Bacs payments. Unlike the standard notification process, where customers are informed on Day 3 of the Bacs cycle when the actual settlement occurs, this service allows customers to receive notifications earlier, on Day 2 of the cycle.

This service is ideal for customers who wish to gain earlier visibility of incoming payments to improve planning and operational efficiency. Notifications on Day 2 provide preliminary information about the payment before settlement is finalized.

The regular process of sending credit and debit notifications on Day 3 remains unchanged, ensuring that customers still receive confirmation of settled transactions. This service complements the standard notification flow, offering additional flexibility for customers who require earlier payment insights.

If you would like to subscribe to incoming Bacs Credit notifications, please contact your relationship manager.

Incoming Bacs Credit Notification

Incoming Bacs Credit Notification can be requested via the Messages Services.

HTTP Header Message-Response-Type: BACS_INCOMING

Body

Field
M/O
Description

Payment.Beneficiary.AccountName

M

Name of beneficiary as given with account.

Payment.Beneficiary.AccountNumber

M

Beneficiary account number.

Payment.Beneficiary.AccountNumberCode

M

The type of identification given with beneficiary account number. Always BBAN.

Payment.Beneficiary.Bank.BankId

M

Beneficiary agent identification. Beneficiary sort code.

Payment.Beneficiary.Bank.BankIdCode

M

The type of identification given with beneficiary BankId. Always GBDSC.

Payment.Debtor.AccountName

M

Name of debtor as given with account.

Payment.Debtor.AccountNumber

M

Debtor account number.

Payment.Debtor.AccountNumberCode

M

The type of identification given with debtor account number. Always BBAN.

Payment.Debtor.Bank.BankId

M

Debtor agent identification.

Debtor sort code.

Payment.Debtor.Bank.BankIdCode

M

The type of identification given with debtor BankId. Always GBDSC.

Amount

M

Amount of money moved between the instructing agent and instructed agent. Format uses decimal point.

ClearingId

O

Bacs Service User Number (SUN) of the payment originator. Must be a numeric 6-digit value.

Currency

O

Currency of the transaction amount. Always GBP.

NumericReference

O

Numeric reference field.

SchemeTransactionId

M

Transaction ID.

UniqueSchemeId

M

Bacs transaction reference, only present for incoming payments. Field 14 of the Bacs 18 standard mapping. Bacs do not guarantee this field to be unique and warn the format is subject to change.

PaymentScheme

M

Always BACS.

ProcessingDate

M

Day 3 of the Bacs cycle. The day on which settlement occurs.

SchemeProcessingDate

M

Day 2 of the Bacs cycle. The day on which the notification of an upcoming payment is received.

Reference

M

Payment reference.

SchemePaymentType

M

Always Credit.

Example

{
  "Payment": {
    "Beneficiary": {
      "AccountName": "Creditor Name",
      "AccountNumber": "25677513",
      "AccountNumberCode": "BBAN",
      "Bank": {
        "BankId": "600102",
        "BankIdCode": "GBDSC"
      }
    },
    "Debtor": {
      "AccountName": "Debtor Name",
      "AccountNumber": "20266221",
      "AccountNumberCode": "BBAN",
      "Bank": {
        "BankId": "600102",
        "BankIdCode": "GBDSC"
      }
    },
    "Amount": "10.01",
    "ClearingId": "280421",
    "Currency": "GBP",
    "NumericReference": "0002",
    "SchemeTransactionId": "48837929983960560",
    "UniqueSchemeId": "260AAFCE",
    "PaymentScheme": "BACS",
    "ProcessingDate": "2024-11-30",
    "SchemeProcessingDate": "2024-11-29",
    "Reference": "REFERENCE",
    "SchemePaymentType": "Credit"
  }
}

Example of the flow

Step
Action
Description

1.

Receive Payment Admission

LHV receives payment admission information from the Bacs scheme on day 2 of the Bacs cycle. This step confirms that a payment is expected for settlement.

2.

Notification of Upcoming Payment

LHV sends a notification of the upcoming payment to the PSP on day 2, providing early visibility of the payment.

3.

Complete the Settlement

Settlement for the payment is completed by LHV on day 3 of the Bacs cycle, following the Bacs scheme process.

4.

Credit-Debit Notification

PreviousTransaction NotificationNextPayment Initiation Services

Last updated 24 days ago

Was this helpful?

LHV sends the credit-debit notification to the PSP on day 3, after the payment has been settled. More information about Credit-Debit information can be found .

📖
💰
here
Receive incoming Bacs Credit Notification
Drawing