---
title: "Verify Enrollment"
method: POST
path: "/verifyEnrollment"
tags: ["Accounts and Cards"]
---

# Verify Enrollment

`POST /verifyEnrollment`

Use the Verify Enrollment endpoint to look up an existing enrollment by `transactionId` or `id` to view information and status. The endpoint returns enrollment data, enrollment date, and `transactionID` of the initial enrollment, when the enrollment was initiated with the <a href="ref:post_startenrollment" target="_blank">Start Enrollment</a> or <a href="ref:post_createaccount" target="_blank">Create Account</a> endpoint.

## 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.
    - `processed_date` string, date-time, nullable, required — Timestamp for when the response data was processed
    - `app_trans_id` string, date-time, nullable, required — Identifier for the enrollment application
    - `max_credit_limit` number, float, nullable — Maximum credit limit
    - `application` object, required — A data structure for the information contained in an application
      - `appId` string, required — Identifier for the enrollment application
      - `appDate` string, date-time, nullable, required — Timestamp for the application transaction
      - `prodId` integer, required — Identifier for the product associated with the account
      - `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
      - `locale` string, nullable, required — The account holder's language and localization preference
      - `firstName` string, nullable, required — Account holder's first name
      - `middleName` string, nullable, required — Account holder's middle name
      - `lastName` string, nullable, required — Account holder's last name
      - `dateOfBirth` string, nullable, required — Account holder's date of birth
      - `address1` string, nullable, required — First line of the account holder's address
      - `address2` 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
      - `postalCode` string, nullable, required — Account holder's postal code
      - `expressMail` string, nullable, required — Indicates which express mail value has been set for this card
      - `primaryPhone` string, nullable, required — Account holder's primary phone number
      - `mobilePhone` string, nullable, required — Account holder's mobile phone number
      - `mobileCarrierId` string, nullable, required — Identifier for the mobile phone service provider
      - `otherPhone` string, nullable, required — Account holder's other phone number
      - `email` string, nullable, required — Account holder's email address
      - `userData` string, nullable, required — Data associated with the account that you supply. This data is external to the system.
      - `monthlyIncome` string, nullable, required — Account holder's gross income for one month
      - `monthlyLiab` string, nullable, required — Account holder's total liabilities for one month

---

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