| Plan | Price | Max Domains | Type |
|---|---|---|---|
| Starter | $299 | 30 | LTD (One-time) |
| Growth | $999 | 100 | LTD (One-time) |
| Pro | $2,999 | 500 | LTD (One-time) |
| Monthly | $3/domain/month | Unlimited | Subscription |
curl --location --request POST 'https://api.zapmail.ai/api/v2/dns-shield/purchase' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"planType": "LTD",
"planName": "starter"
}'{
"status": 200,
"message": "Payment link",
"data": {
"checkoutUrl": "https://invoice.stripe.com/i/acct_xxxx",
"checkoutSession": false,
"walletUsed": true
}
}