# ActivateApplePayCertificateRequest

**cert**stringrequired

The signed certificate from Apple in base64 format. Download this from Apple Developer Portal after creating the certificate with your CSR.

**Example:<!-- -->&#x20;**`MIIEpDCCA4ygAwIBAgIIU...`

ActivateApplePayCertificateRequest

```
{

  "cert": "MIIEpDCCA4ygAwIBAgIIU..."

}
```
