---
title: "Start Enrollment"
method: POST
path: "/startEnrollment"
tags: ["Accounts and Cards"]
---

# Start Enrollment

`POST /startEnrollment`

Use the Start Enrollment endpoint to initiate a new enrollment and run <<glossary:CIP>>. This endpoint is not integrated with <<glossary:IVS>>. This endpoint is different from <a href="ref:post_createaccount" target="_blank">Create Account</a> in that it creates a customer record but does not create an account or card.

> 📘 Note
> 
> If this endpoint returns a status code that does not match a status code that is specific to this endpoint, it may be an enrollment status code. See <a href="ref:api-reference-enrollment-statuses" target="_blank">Enrollment Statuses</a> for more information.

## Response `default`

- object
  - `status_code` integer, nullable, required — The response status code. May return a string for some statuses.
  - `status` string, nullable, required — The condition of a process or response
  - `processing_time` number, float, nullable, required — The time elapsed in processing the transaction
  - `echo` object, nullable, required — A structure that contains transaction ID information
    - `transaction_id` string, nullable, required — An ID that represents an API transaction
    - `provider_timestamp` string, date-time, nullable, required — Store a related timestamp for reporting and troubleshooting purposes
    - `provider_transaction_id` string, nullable, required — Secondary transaction identifier (generated by a provider)
  - `system_timestamp` string, date-time, nullable, required — A system generated timestamp
  - `rtoken` string, nullable, required — A system-generated ID used for tracking
  - `errors` string[] — A list of errors generated while the request was processed
  - `response_data` object, nullable, required — A structure for the response data. It can be empty but usually will contain information.
    - `appId` string, required — Identifier for the enrollment application
    - `cip` object[]
      - `status` string, required — Status of the CIP process
      - `model_results` object[], nullable, required — _Legacy CIP only_. List of model objects
        - `model_name` string, nullable, required — _Legacy CIP only_. The model name
        - `model_version` integer, nullable, required — _Legacy CIP only_. Version number for the model used
        - `code` string, nullable, required — _Legacy CIP only_. In a model run, lists the pass number
        - `text` string, nullable, required — _Legacy CIP only_. Plaintext description of the code value
      - `date_time` string, date-time, required — _Legacy CIP only_. The date and time CIP was run
      - `first_name` string, nullable — _Legacy CIP only_. Account holder's first name
      - `middle_name` string, nullable — _Legacy CIP only_. Account holder's middle name
      - `last_name` string, nullable — _Legacy CIP only_. Account holder's last name
      - `address_1` string, nullable — _Legacy CIP only_. First line of the account holder's address
      - `address_2` string, nullable — _Legacy CIP only_. Second line of the account holder's address
      - `city` string, nullable — _Legacy CIP only_. Account holder's city
      - `state` string, nullable — _Legacy CIP only_. Account holder's state
      - `primary_phone` string, nullable — _Legacy CIP only_. Account holder's primary phone number
      - `other_phone` string, nullable — _Legacy CIP only_. Account holder's other phone number
    - `max_credit_limit` string — Maximum credit limit

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
