Loading...

CDN.com.tr Help

Buy or assign a package

Use package and cart screens to unlock account capacity before API, cdnctl, or AI-agent work starts.

Buy or assign a package

Use package and cart screens to unlock account capacity before API, cdnctl, or AI-agent work starts.

Panel path

  1. Management Panel
  2. Packages
  3. My Cart
  4. CDN Accounts / Change package

Prerequisites

  • Payment is completed manually by the user in the panel.
  • Card, invoice, and payment-provider responses are redacted in screenshots.
  • Automation does not start until a purchased package is assigned to the account.

Step-by-step guide

1

Understand the package purchase boundary

Package selection is customer-facing; API/cdnctl does not perform payment.

  • Open Packages.
  • Review monthly/yearly and entitlement details.

Expected result: The user makes the purchase decision in the panel.

cdnctl equivalent
# Billing operations stay in the panel.
cdnctl packages list --owned --format table
2

Update the account after My Cart

After payment, the package is assigned to the selected account.

  • Complete the My Cart payment step.
  • Use Change package from CDN Accounts.

Expected result: Gated features unlock after package assignment.

cdnctl equivalent
export PAID_PACKAGE_ID=<listed_package_id>

Verification

  • Payment/card information is redacted.
  • Package entitlements are visible.
  • Account-scoped features are retried after package assignment.

Use cases

A new account or automated workflow cannot proceed because no paid package is assigned.

Quick workflow

  1. Open Packages.
  2. Choose package.
  3. Complete cart/payment manually in the panel.
  4. Assign package to account.
  5. Use API/cdnctl only after the account is active.

Checks

  • Package is visible and active.
  • Cart item matches package.
  • Account package change succeeds.
  • Automation docs treat purchase as a manual prerequisite.

Related pages