---
title: "Get Federal Benefit Enrollments"
method: POST
path: "/getFbEnrollments"
tags: ["Federal Benefit Enrollment"]
---

# Get Federal Benefit Enrollments

`POST /getFbEnrollments`

Use the Get Federal Benefit Enrollments endpoint to retrieve information on the federal benefit enrollments of the specified account.

## 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.
    - `found` integer, required — The number of federal benefit enrollments found for the account
    - `results` object[], required — A list if enrollment objects
      - `fbe_status_id` string, required — Federal benefit enrollment ID
      - `pmt_ref_no` string, required — <a href="doc:about-accounts#prn" target="_blank">Payment reference number</a>.
      - `fbe_dda` string, required — PRN for the federal benefit enrollment <<glossary:DDA>>
      - `status` string, required — The status of the enrollment. See <a href="ref:api-reference-federal-benefit-enrollment-statuses" target="_blank">Federal Benefit Enrollment Statuses</a>.
      - `enrolled_date` string, date, required — Date when the federal benefit enrollment record was created
      - `submitted_date` string, date, required — Date when the federal benefit enrollment record was last submitted
      - `noted_date` string, date, nullable, required — Shows either the date of the last deposit or the last confirmed date
      - `product_description` string, nullable — Description of the product
      - `card_status` string, nullable, required — The status of the card
      - `beneficiary_ssn` string, nullable, required — The SSN of the beneficiary
      - `beneficiary_first_name` string, nullable, required — The first name of the beneficiary
      - `beneficiary_last_name` string, nullable, required — The last name of the beneficiary
      - `original_pmt_ref_no` string, nullable — PRN for the input account associated with the federal benefit <<glossary:DDA>>
      - `status_description` string, nullable, required — A description of the status
      - `benefit_type` string, nullable, required — The federal benefit enrollment agency type
      - `recipient_type` string, nullable, required — Description of the federal benefit enrollment agency type specified in the `benefit_type` field
      - `beneficiary_middle_name` string, nullable — Middle name of the beneficiary.Middle names are not used in ENR transactions,but they are included here for parity between the Account Management and Federal Benefit Enrollment data models. Pattern: String Example: `James`
      - `enr_returned_date` string, date, nullable — Date when the federal benefit enrollment record was returned
      - `enr_return_code` string, nullable — Return code the federal benefit enrollment was returned with

---

[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/revisions/bcd728f97a18/schema)
