Native usage based billing is in early access
This feature is in early access. If you're interested in joining the early access program, join the waitlist. We'll reach out when there's capacity if you meet the program requirements.
{ "error": { "type": "request_error", "code": "price_allowance_duplicate_usage_balance_unit", "detail": "usage balance unit ubu_01kw8ta2j8x5t7q4v9m1kd6phz appears more than once in allowances", "documentation_url": "https://developer.paddle.com/errors/prices/price_allowance_duplicate_usage_balance_unit" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
price_allowance_duplicate_usage_balance_unit - Error message
- usage balance unit %s appears more than once in allowances
Common causes
- Two or more entries in
allowancesreference the sameusage_balance_unit_id. A price grants at most one allowance per usage balance unit.
Troubleshooting
- Combine the duplicate entries into a single allowance with the total
amountyou want to grant. - If you meant to grant credits for a different unit, correct the
usage_balance_unit_idon one of the entries.