---
title: "List Certificates"
method: GET
path: "/apple-pay/certificates"
tags: ["Apple Pay Certificate"]
---

# List Certificates

`GET /apple-pay/certificates`

Retrieves all Apple Pay certificates for your account.

Returns an array of certificate objects, including both active and inactive certificates.
Use this to view all certificates and their status.

## Response `200`

A list of certificates

- ApplePayCertificate[]
  - `id` string, required — Unique identifier of the certificate.
  - `accountId` string, required — The account ID this certificate belongs to.
  - `csr` string — The Certificate Signing Request in base64 format. Only present before activation. Use this to create a certificate in Apple Developer Portal.
  - `cert` string — The certificate body in base64 format. Only present after activation.
  - `active` boolean, required — Whether the certificate is active for payment processing.
  - `expireAt` string, date-time — The certificate expiration date in ISO 8601 format. Only present after activation.
  - `createdAt` string, date-time, required — The certificate creation date in ISO 8601 format.

## Other responses

- `401` — Unauthorized error. Please check your auth credentials
- `500` — Unexpected server error
- `503` — The service is temporarily unavailable

---

[API](https://skmtc.net/monei/apis/monei-api-v1.md) · [All operations](https://skmtc.net/monei/apis/monei-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monei/monei-api-v1/revisions/23554d4fb9e5/schema)
