---
title: "List enrollments"
method: GET
path: "/v1/merchants/{merchant-id}/enrollments"
tags: ["Enrollment Endpoints"]
---

# List enrollments

`GET /v1/merchants/{merchant-id}/enrollments`

## Path parameters

- `merchant-id` string, required

## Response `200`

OK

- ListEnrollmentsResponse
  - `data` EnrollmentResponse[] — The merchant enrollments.
    - `id` string — The enrollment identifier.
    - `status` 'INITIATED' | 'PROVIDER_PENDING' | 'ACTIVE' | 'INACTIVE' | 'SUSPENDED' | 'FAILED' — The enrollment status.
    - `paymentMethod` string — The enrollment payment method.
    - `failure` EnrollmentFailure
      - `failureType` 'INTERNAL_ERROR' | 'INTERNAL_DECLINE' | 'PROVIDER_ERROR' | 'PROVIDER_DECLINE' — The failure type.
      - `failureCode` string — The failure code.
      - `providerFailureCode` string — The payment provider failure code.
      - `failureMessage` string — The failure message.
    - `createdAt` string, date-time — The enrollment creation timestamp in ISO 8601 format.
    - `updatedAt` string, date-time — The enrollment update timestamp in ISO 8601 format.

## Other responses

- `504` — Response timeout.

---

[API](https://skmtc.net/ppro/apis/payment-charges.md) · [All operations](https://skmtc.net/ppro/apis/payment-charges/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ppro/payment-charges/revisions/112e8bb4c815/schema)
