> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# Domain must be approved before Apple Pay verification

The domain couldn't be verified because it's not yet approved.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "checkout_domain_domain_not_approved",
    "detail": "Could not verify domain because it's not yet approved.",
    "documentation_url": "https://developer.paddle.com/errors/checkout-domains/checkout_domain_domain_not_approved"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `checkout_domain_domain_not_approved` |
| Error message | Could not verify domain because it's not yet approved. |

## Common causes

- The domain has not yet been approved by Paddle

## Common solutions

- Make sure you've added your domain to Paddle > Checkout > Website approval > Domain approval, and that [your domain is approved by Paddle](https://www.paddle.com/help/start/account-verification/what-is-domain-verification).
- Check your inbox for follow-ups from the Paddle team about domain verification.
