| Plan | Mailboxes | Monthly | Quarterly | Yearly |
|---|---|---|---|---|
| Starter | 10 | $39 | $105 ($35/mo) | $390 ($32.50/mo) |
| Growth | 30 | $99 | $270 ($90/mo) | $990 ($82.50/mo) |
| Pro | 100 | $299 | $810 ($270/mo) | $3000 ($250/mo) |
| Plan | Mailboxes | Monthly | Quarterly | Yearly |
|---|---|---|---|---|
| Starter | 10 | $39 | $105 ($35/mo) | $390 ($32.50/mo) |
| Growth | 30 | $99 | $270 ($90/mo) | $990 ($82.50/mo) |
| Pro | 100 | $299 | $810 ($270/mo) | $3000 ($250/mo) |
curl --location --request POST 'https://api.zapmail.ai/api/v2/subscriptions/purchase?planName=mvp&billingCycle=monthly' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;'{
"message": "Plan purchase is processed successfully and invoice is created.",
"paymentLink": "https://invoice.example.com/i/"
}