---
title: "Get Enrollment Info"
method: POST
path: "/getEnrollmentInfo"
tags: ["Accounts and Cards"]
---

# Get Enrollment Info

`POST /getEnrollmentInfo`

Use Get Enrollment Info to get the customer data that was submitted with <a href="ref:post_startenrollment" target="_blank">Start Enrollment</a> or with a <a href="ref:post_createaccount" target="_blank">Create Account</a> call that passed `cipStatus: 1` (send customer profile to <<glossary:CIP>> but do not create account). The endpoint returns customer data and any CIP-related information. This endpoint is not integrated with <<glossary:IVS>>.

Pass the `transactionId` from the original Start Enrollment or Create Account call. No other parameters except the base form parameters are required.

## 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.
    - `enrollment_data` object, required — A data structure for enrollment information
      - `first_name` string, nullable, required — Account holder's first name
      - `middle_name` string, nullable, required — Account holder's middle name
      - `last_name` string, nullable, required — Account holder's last name
      - `address_1` string, nullable, required — First line of the account holder's address
      - `address_2` string, nullable, required — Second line of the account holder's address
      - `city` string, nullable, required — Account holder's city
      - `state` string, nullable, required — Account holder's state
      - `postal_code` string, nullable, required — Account holder's postal code
      - `country_code` string, nullable, required — The ISO 3166 international standard for country codes. Identifies the account holder's country.
      - `primary_phone` string, nullable, required — Account holder's primary phone number
      - `mobile_phone` string, nullable, required — Account holder's mobile phone number
      - `other_phone` string, nullable, required — Account holder's other phone number
      - `web_uid` string, nullable, required — Account holder's user name (if SoFi Tech Solutions hosts the enrollment website)
      - `secret_question` string, nullable, required — A secret question associated with the account for access verification
      - `id` string, nullable, required — The customer ID type
      - `idType` integer, nullable, required — Description of the ID type specified in the `id` response field
      - `id2` string, nullable, required — The customer ID type for a secondary ID
      - `idType2` integer, nullable, required — Description of the ID type specified in the `id2` response field
    - `cip` object[], required
      - `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

---

[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)
