Guardline

    Create an organization applicant (KYB)

    Creates a new legal entity applicant for KYB verification. Specify processType (e.g. KYB_QUICK_ONBOARDING, KYB_FULL_ONBOARDING) and country.

    POST
    /organizations

    Organization applicant creation request

    processTypestring
    Value in"KYB_QUICK_ONBOARDING" | "KYB_FULL_ONBOARDING"
    country?string

    ISO 3166-1 alpha-2 (e.g. AR, BR)

    applicantDataobject

    Organization data; AR requires electronicDomicile

    Empty Object

    Response Body

    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "status": "PENDING",
      "applicantData": {},
      "createdOn": "2019-08-24T14:15:22Z",
      "lastUpdatedOn": "2019-08-24T14:15:22Z"
    }
    Empty