Skip to content

PREMIUM_ALLOCATION_ALREADY_EXISTS

PREMIUM_ALLOCATION_ALREADY_EXISTS

Description

An immutable allocation already exists for the premium request.

HTTP Status

409 Conflict

doc_url Format

<docs-base-url>/errors/premium_allocation_already_exists

Typical Cause

The create-once allocation endpoint was called more than once for the same premium request.

Example

json
{
  "errors": [{
    "code": "PREMIUM_ALLOCATION_ALREADY_EXISTS",
    "message": "Premium allocation for premium request with id: '…' already exists",
    "doc_url": "https://docs.example.com/errors/premium_allocation_already_exists"
  }]
}

How To Fix

Keep the existing allocation. To change a recurring allocation, terminate the plan and create a new recurring premium request.