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:
- Create - Generate a Certificate Signing Request (CSR)
- Upload to Apple - Use the CSR to create a certificate in Apple Developer Portal
- Activate - Upload the signed certificate from Apple to enable payment processing
- 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
Creates a new Apple Pay certificate by generating a Certificate Signing Request (CSR).
List Certificates
Retrieves all Apple Pay certificates for your account.
Get Certificate
Retrieves a specific Apple Pay certificate by its ID.
Update Certificate
Updates an Apple Pay certificate's active status.
Delete Certificate
Deletes an Apple Pay certificate.
Activate Certificate
Activates an Apple Pay certificate by uploading the signed certificate from Apple.