Ireland

📘

For full country-specific configuration details, including enum values, field formats, and validation rules,

refer to the Ireland Localisation Guide section.

ValueDescription
DacDesignated Activity Company
LtdPrivate limited company
PartnershipBusiness partnership
PlcPublic limited company
SoleTraderSole trader / self-employed individual

Create Lead for Ireland

Here's a complete example of creating a lead for a Irish company using the Onboarding API:

{
  "thirdPartyCustomerId": "IE_CUSTOMER_12345",
  "confirmedCreditSearch": true,
  "countryISOCode": "IRL",
  "loanCurrencyISOCode": "EUR",
  "keyContactName": "Siobhán O'Connor",
  "companyType": "Dac",
  "companyName": "Emerald Services DAC",
  "tradingName": "Emerald Services",
  "companyNumber": "123456",
  "companyWebsite": "https://emeraldservices.ie",
  "registeredAddress": {
    "line1": "15 St Stephen's Green",
    "city": "Dublin",
    "region": "County Dublin",
    "areaCode": "D02X285",
    "countryISOCode": "IRL"
  },
  "contactPhoneNumber": "+353871234567",
  "contactEmailAddress": "[email protected]",
  "additionalInfo": {
    "youLendSales": "false",
    "language": "en"
  }
}

Response

{
  "leadId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "leadURL": "string",
  "signUpURL": "string",
  "openBankingURL": "string"
}

The API will return a leadId that you can use for subsequent operations like uploading documents, updating organization details, or retrieving lead status.