Paddle Billing
Search

Duplicate `price_id` fields sent in the items list

The subscription cannot have multiple items with the same price_id.

Error Messagea subscription cannot have multiple items with the same price_id
Error Codesubscription_duplicate_price_ids
Status Code400

Common causes

  • Prices must be unique on a subscription. You sent the same price_id more than once in the items array.

Solutions

  • Combine duplicate price_id items into a single item in the array, then retry your request.