v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Onboarding

Retrieves onboarding information.

get/api/b2b/onboarding

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "registerAddress": "nairobi, kenya",
    "description": "HC B2B",
    "monthlyTurnOver": "$1,000 - $9,999",
    "funds": "Funding",
    "estimatedTrans": "1,000 - 9,999",
    "currencies": "KES",
    "certificateOfIncorporation": "https://test.png",
    "businessAddressDocument": "https://test.png",
    "shareholderDocument": "https://test.png",
    "articlesOfAssociation": "https://test.png",
    "bankLetter": "https://test.png",
    "boardApproval": "https://test.png",
    "zipCode": "234567",
    "country": "KE",
    "address": "nairobi, kenya",
    "city": "nairobi",
    "state": "nairobi",
    "website": "https://hc.com",
    "operatingMode": "Singly",
    "companyType": "Limited Liability Company",
    "businessDescription": "HC B2B",
    "companyName": "Hc B2B",
    "businessModel": "B2B",
    "industry": "Manufacturing and Processing",
    "phoneNumber": "343543545",
    "businessCertificateNumber": "433443434",
    "taxId": "2435454",
    "businessPhone": "712345678",
    "email": "test@gmail.com",
    "directors": [
      {
        "lastName": "dev",
        "address": {
          "country": "KE",
          "city": "nairobi",
          "postalCode": "55557",
          "street_line_1": "kenya ",
          "state": "KE-43"
        },
        "gender": "M",
        "documentType": "national-id",
        "taxDocument": "https://test.png",
        "idNumber": "442553",
        "idCountry": "KE",
        "firstName": "demo",
        "proofOfAddressDocument": "https://test.png",
        "idBackImage": "https://test.png",
        "phone": "871234578",
        "dob": "1996-06-12",
        "taxId": "736534324",
        "idFrontImage": "https://test.png",
        "creationTimestamp": {
          "_seconds": 1723636947,
          "_nanoseconds": 182000000
        },
        "id": "3HQ67xJnv6bc1hStr9hG",
        "email": "dev@gmail.com",
        "selfieImage": "https://test.png"
      }
    ]
  }
}