Legal Entity: Association

Example Payloads

{
  "accountId": "ea58db7c-6e46-4f0d-9110-9d6a1f0d4a12",
  "redirectUrl": "https://www.lemonway.com/",
  "legalEntity": {
    "name": "Eva Leroy Association",
    "brandName": "Eva brand",
    "registrationNumber": "456789-321",
    "registrationDate": "2021-06-15",
    "vatNumber": "VAT472839",
    "website": "eva.org",
    "legalForm": "NON_PROFIT_ORGANIZATION",
    "address": {
      "street": "200 Gran Via",
      "city": "Madrid",
      "postalCode": "28001",
      "country": "ES"
    },
    "activity": {
      "NACEcode": "64.19Z",
      "ATECOcode": "64.19.00",
      "description": "Association main activity description",
      "customersCountries": ["FR"],
      "fundsDestinationCountries": {
        "sameFundCountryAsCompanyRegistration": false,
        "address": {
          "street": "77 Rua Augusta",
          "city": "Lisbon",
          "postalCode": "1100-048",
          "country": "PT"
        }
      },
      "location": {
        "sameAddressAsCompanyRegistration": true,
        "address": {
          "street": "45 Avenue Victor Hugo",
          "city": "Lyon",
          "postalCode": "69002",
          "country": "FR"
        }
      },
      "entitiesFinancing": [
        { "by": "SUBVENTION", "other": "SUBVENTION_BIS" },
        { "by": "DONATION" }
      ]
    },
    "taxCode": "MRTMTT91D08F205J"
  },
  "project": {
    "description": "The best project of the world",
    "website": "marie.net"
  },
  "financialSituation": {
    "expectedActivityVolume": "0 - 50K €",
    "currentTurnover": ">50K € - 200K €",
    "previousTurnover": ">200K € - 500K €",
    "financialAsset": ">500K € - 1M €"
  },
  "legalRepresentative": {
    "firstName": "Marie",
    "lastName": "Dubois",
    "otherName": "Lina",
    "birthDate": "1991-11-03",
    "birthCity": "Paris",
    "birthCountry": "FR",
    "email": "[email protected]",
    "phoneNumber": "+33678787878",
    "nationalities": ["FR"],
    "address": {
      "street": "12 Rue de Rivoli",
      "city": "Paris",
      "postalCode": "75001",
      "country": "FR"
    },
    "politicalExposure": {
      "position": "OTHER",
      "startDate": "2015-01-01",
      "endDate": "2017-12-31",
      "status": "NO"
    },
    "positions": [
      { "type": "PRESIDENT" }
    ]
  }
}
{
  "accountId": "6f84a3f4-8b47-4d7e-b4e1-9eaf6d0c6e9e",
  "redirectUrl": "https://www.lemonway.com/",
  "legalEntity": {
    "name": "Eva Leroy Association",
    "brandName": "Eva brand",
    "registrationNumber": "135792-468",
    "registrationDate": "2018-03-01",
    "vatNumber": "VAT937462",
    "website": "eva.org",
    "legalForm": "FREE_TRADE_ASSOCIATION",
    "address": {
      "street": "200 Gran Via",
      "city": "Madrid",
      "postalCode": "28001",
      "country": "ES"
    },
    "activity": {
      "NACEcode": "58.29C",
      "ATECOcode": "58.29.00",
      "description": "Merchant association activity description",
      "customersCountries": ["FR"],
      "fundsDestinationCountries": {
        "sameFundCountryAsCompanyRegistration": true,
        "address": {
          "street": "77 Rua Augusta",
          "city": "Lisbon",
          "postalCode": "1100-048",
          "country": "PT"
        }
      },
      "location": {
        "sameAddressAsCompanyRegistration": false,
        "address": {
          "street": "45 Avenue Victor Hugo",
          "city": "Lyon",
          "postalCode": "69002",
          "country": "FR"
        }
      },
      "entitiesFinancing": [
        { "by": "DONATION", "other": "SUBVENTION_BIS" },
        { "by": "MEMBERSHIP_FEES" }
      ]
    },
    "taxCode": "MRTMTT91D08F205J"
  },
  "project": {
    "description": "The best project of the world",
    "website": "eva.net"
  },
  "financialSituation": {
    "expectedActivityVolume": "0 - 50K €",
    "currentTurnover": ">50K € - 200K €",
    "previousTurnover": ">200K € - 500K €",
    "financialAsset": ">1.5M € - 5M €"
  },
  "legalRepresentative": {
    "firstName": "Marie",
    "lastName": "Dubois",
    "otherName": "Lina",
    "birthDate": "1991-11-03",
    "birthCity": "Paris",
    "birthCountry": "FR",
    "email": "[email protected]",
    "phoneNumber": "+33678787878",
    "nationalities": ["FR"],
    "address": {
      "street": "12 Rue de Rivoli",
      "city": "Paris",
      "postalCode": "75001",
      "country": "FR"
    },
    "politicalExposure": {
      "position": "OTHER",
      "startDate": "2015-01-01",
      "endDate": "2017-12-31",
      "status": "NO"
    },
    "positions": [
      { "type": "PRESIDENT" }
    ]
  }
}