---
title: "Business subscription required — Anis Developers"
description: "The Anis business account behind your application has no active Business subscription."
url: https://developers.anis.ly/errors/business-subscription-required/
language: en
---

> Every page of this documentation: https://developers.anis.ly/llms.txt

[Error codes](https://developers.anis.ly/errors.md) · Permissions and account

# Business subscription required

- **Code:** `business_subscription_required`
- **Status:** 409
- **If this was an order:** This request bought nothing
- **Send it again unchanged?** No — change something first
- **.NET SDK:** `AuthorizationException`

## What it means

The Anis business account behind your application has no active Business subscription.

## What to do

- Restore the Business subscription with Anis, then send a new request.

## Where you can meet it

- POST [Place an order](https://developers.anis.ly/reference/create-order.md) `/v1/wallets/{walletId}/orders`
- POST [Reveal a card](https://developers.anis.ly/reference/reveal-card.md) `/v1/wallets/{walletId}/cards/{soldCardId}/reveal`
- POST [Reveal an invoice](https://developers.anis.ly/reference/reveal-invoice.md) `/v1/wallets/{walletId}/invoices/{invoiceId}/cards/reveal`

## Example

The body of the refusal. Its `type` is the address of this page.

```
{
  "type": "https://developers.anis.ly/errors/business-subscription-required",
  "title": "Business subscription required",
  "status": 409,
  "code": "business_subscription_required",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}
```
