# Get Certificate

```
GET 
/apple-pay/certificates/:id
```

Retrieves a specific Apple Pay certificate by its ID.

Returns the certificate object with its current status, CSR (if not yet activated), and expiration date (if activated).

## Request[​](#request "Direct link to request")

## Responses[​](#responses "Direct link to Responses")

* 200
* 401
* 404
* 500
* 503

A certificate object

Unauthorized error. Please check your auth credentials

The specified resource was not found

Unexpected server error

The service is temporarily unavailable
