For full country-specific configuration details, including enum values, field formats, and validation rules, refer to the Ireland Localisation Guide section.
| Value | Description |
|---|---|
| Ltd | Private limited company |
| Dac | Designated activity company |
| Plc | Public limited company |
Create Lead for Ireland
Here's a complete example of creating a lead for a German company using the Onboarding API:
{
"thirdPartyCustomerId": "16d81dac",
"confirmedCreditSearch": true,
"countryISOCode": "IRL",
"loanCurrencyISOCode": "EUR",
"keyContactName": "Sophie Allard",
"companyType": "Ltd",
"companyName": "Test Company Limited",
"companyNumber": "97537567",
"registeredAddress": {
"line1": "5 Happy Road",
"city": "Dublin",
"areaCode": "D03NT18",
"country": "Ireland"
},
"contactPhoneNumber": "+353000000000",
"contactEmailAddress": "[email protected]",
"preferredLanguageCode": "en",
"confirmedCreditSearch": true
}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.