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_not_allowed_for_trial_price", "detail": "a price cannot have both a trial period and allowances", "documentation_url": "https://developer.paddle.com/errors/prices/price_allowance_not_allowed_for_trial_price" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
price_allowance_not_allowed_for_trial_price - Error message
- a price cannot have both a trial period and allowances
Common causes
- The price has a trial period set, but the request also includes allowances.
- The price has allowances set, but the request also includes a trial period.
Troubleshooting
- Remove the trial period from the price if you want to include allowances.
- Remove the allowances from the price if you want to keep the trial period.