Business Objects

Business Objects

  • Business Object

    {
      "ach": {
        "accountNumber": "string",
        "bankAccountType": "SAVINGS",
        "bankName": "string",
        "routingNumber": "string"
      },
      "achCompanyId": "string",
      "address": {
        "city": "string",
        "countryCode": "string",
        "line1": "string",
        "line2": "string",
        "postalCode": "string",
        "state": "string",
        "type": "MAILING"
      },
      "businessEntityType": "SOLE_PROPRIETOR",
      "businessIdType": "EIN",
      "dba": "string",
      "email": "string",
      "formationDate": "2024-05-28",
      "idNumber": "string",
      "incorporationState": "string",
      "mobilePhone": "string",
      "name": "string",
      "productId": 0,
      "submittedBy": {
        "contactPersonEmail": "string",
        "contactPersonFirstName": "string",
        "contactPersonLastName": "string",
        "contactPersonPhone": "string"
      },
      "website": "string"
    }
    
  • Customer Token Object

    {
      "customerToken": "string",
      "productId": 0
    }
    
  • Entity Details Object

    {
      "Id": "string",
      "entityType": "string",
      "sdnEntityId": "string",
      "userDetails": "string"
    }
    
  • Business Verification Object

    {
      "ach": {
        "accountNumber": "string",
        "bankAccountType": "SAVINGS",
        "bankName": "string",
        "routingNumber": "string"
      },
      "achCompanyId": "string",
      "address": {
        "city": "string",
        "line1": "string",
        "line2": "string",
        "state": "string",
        "type": "MAILING",
        "zip": "string"
      },
      "businessEntityType": "SOLE_PROPRIETOR",
      "businessIdType": "EIN",
      "businessName": "string",
      "cipStatus": "PASS",
      "customerVerified": "2024-03-02T18:31:14.810Z",
      "dba": "string",
      "email": "string",
      "emailVerified": "2024-03-02T18:31:14.810Z",
      "externalId": "string",
      "formationDate": "2024-03-02T18:31:14.810Z",
      "idNumber": "string",
      "incorporationState": "string",
      "mobilePhone": "string",
      "mobilePhoneVerified": "2024-03-02T18:31:14.810Z",
      "onboardingApplicationComplete": true,
      "productId": 0,
      "status": "ACTIVE",
      "submittedBy": {
        "contactPersonEmail": "string",
        "contactPersonFirstName": "string",
        "contactPersonLastName": "string",
        "contactPersonPhone": "string"
      },
      "taxId": "string",
      "tcAgreed": true,
      "verificationId": "string",
      "verificationLastActionBy": "string",
      "verificationLastActionDate": "2024-03-02T18:31:14.810Z",
      "verificationResult": "string",
      "verificationReviewCode": "string",
      "verificationStartDate": "2024-03-02T18:31:14.810Z",
      "verificationStartedBy": "string",
      "verificationStatus": "NOT_STARTED",
      "website": "string"
    }
    
    
  • Contact Detail Object

    {
      "email": "string",
      "mobilePhone": "string"
    }
    
  • Credentials Object

    {
      "password": "string",
      "username": "string"
    }
    
  • Document Object

    {
      "attributes": {},
      "description": "string",
      "documentType": "ID_DOCUMENT_FRONT",
      "name": "string"
    }
    
  • Document ID Object

    {
      "documentId": "string"
    }
    
  • Bank Account Object

    {
      "accountNumber": "string",
      "bankAccountType": "SAVINGS",
      "bankName": "string",
      "routingNumber": "string"
    }
    
  • Business ID Object

    {
      "businessId": 0,
      "customerId": 0,
      "email": "string",
      "isControlPerson": true,
      "ownership": "string",
      "title": "string"
    }
    
  • UBO ID Object

    {
      "uboId": "string"
    }
    
  • Control Person Object

    {
      "businessId": 0,
      "customerId": 0,
      "email": "string",
      "isControlPerson": true,
      "ownership": "string",
      "title": "string"
    }