Create organisationCopy Pagepost https://api.ekko.earth/v3/organisationsCreate an organisation under a parent organisation.Body ParamsparentOrganisationIduuidrequiredParent organisation ID.tradingNamestringrequiredlegalNamestringrequiredaddressobjectrequiredaddress objectcurrencyCodestringrequiredlength between 3 and 3ISO 4217 currency codewebsiteuri | nullbillingobject | nullBilling configuration for this organisation.billing object | nullmccstring | nullMerchant Category Code (4 digits) If your organisation has a consistent MCC, set it here. Then you can omit merchant details when creating an impact quote or SDK session.relativeProfitSharenumber | null0 to 1Defaults to 0Relative profit share expressed as a decimal (for example, 0.6 = 60%). This is the organisation's percentage of the service fee passed down from its parent.organisationReferencestring | nullOptional metadata field for your own internal references, such as a merchant ID, account ID, or CRM identifier.Responses 201Organisation created 400Bad request 401Unauthorised 404Not found 500Server errorUpdated 16 days ago