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": "meter_action_usage_balance_unit_duplicate", "detail": "a meter already exists with action api_response and usage_balance_unit_id ubu_01kw8ta2j8x5t7q4v9m1kd6phz", "documentation_url": "https://developer.paddle.com/errors/meters/meter_action_usage_balance_unit_duplicate" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
meter_action_usage_balance_unit_duplicate - Error message
- a meter already exists with action %s and usage_balance_unit_id %s
Common causes
- You attempted to create or update a meter whose
actionandusage_balance_unit_idmatch another meter. A usage event would otherwise resolve to both meters and debit the same balance twice.
Troubleshooting
- Choose a different
actionfor the new meter. - If you meant to bring back a retired meter, unarchive it instead of creating a new one.