v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Set Customer Account Onboarded To true

post/customer-accounts/{customerAccountID}/setOnboardedStatusToTrue

Path parameters

customerAccountIDstring required

Customer Account ID

Request body

companyIDstring

Company ID

Response

200

successboolean
testModeboolean

Example response

{
  "data": {
    "business_name": "Boboddy",
    "ein": "567877898",
    "legal_structure": "corp",
    "phone": "6789276673",
    "email": "boboddy@zeal.com",
    "business_address": "1 Ferry Building",
    "business_city": "San Francisco",
    "business_state": "CA",
    "business_zip": "94105",
    "code": "customer-code43",
    "company_id": "12349eee40588c3948e312ww",
    "customer_account_id": "43349ebe40588c3948e312ab",
    "partner_id": "12349eee40588c3948e312bb",
    "status": "initial_onboarding",
    "business_owner": {
      "first_name": "Bob",
      "last_name": "Hunt",
      "email": "boboddy@zeal.com",
      "ssn": "234567890",
      "dob": "1990-01-01",
      "title": "CEO",
      "ownership_percentage": 47,
      "owner_type": "authorized_signer",
      "address": "1 Ferry Building",
      "city": "San Francisco",
      "state": "CA",
      "zip": "94105"
    },
    "onboarded": true
  },
  "success": true
}