# Apple Pay Certificate

Manage Apple Pay certificates for iOS app integration.

To accept Apple Pay in your iOS app, you need an Apple Pay Payment Processing Certificate. This API provides a complete certificate management workflow:

1. **Create** - Generate a Certificate Signing Request (CSR)
2. **Upload to Apple** - Use the CSR to create a certificate in Apple Developer Portal
3. **Activate** - Upload the signed certificate from Apple to enable payment processing
4. **Manage** - Enable, disable, or delete certificates as needed

The private key is securely generated and stored by MONEI. You never need to handle private keys directly.

<!-- -->

## [📄️Create Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-create/.md)

[Creates a new Apple Pay certificate by generating a Certificate Signing Request (CSR).](https://docs.monei.com/apis/rest/apple-pay-certificates-create/.md)

## [📄️List Certificates](https://docs.monei.com/apis/rest/apple-pay-certificates-get-all/.md)

[Retrieves all Apple Pay certificates for your account.](https://docs.monei.com/apis/rest/apple-pay-certificates-get-all/.md)

## [📄️Get Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-get/.md)

[Retrieves a specific Apple Pay certificate by its ID.](https://docs.monei.com/apis/rest/apple-pay-certificates-get/.md)

## [📄️Update Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-update/.md)

[Updates an Apple Pay certificate's active status.](https://docs.monei.com/apis/rest/apple-pay-certificates-update/.md)

## [📄️Delete Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-remove/.md)

[Deletes an Apple Pay certificate.](https://docs.monei.com/apis/rest/apple-pay-certificates-remove/.md)

## [📄️Activate Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-activate/.md)

[Activates an Apple Pay certificate by uploading the signed certificate from Apple.](https://docs.monei.com/apis/rest/apple-pay-certificates-activate/.md)
