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": "subscription_manual_allowance_not_allowed", "detail": "This subscription is manually-collected and has recurring items where the price has allowances, which isn't allowed.", "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_manual_allowance_not_allowed" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
subscription_manual_allowance_not_allowed - Error message
- This subscription is manually-collected and has recurring items where the price has allowances, which isn't allowed.
Common causes
- You're trying to set a subscription's
collection_modetomanual, or add an item, while the subscription has a recurring item whose price hasallowancesset.
Troubleshooting
- Keep the subscription's
collection_modeasautomaticif it has items whose price hasallowancesset. - Remove the items whose price has
allowancesset. - Remove the
allowancesfrom the price, then try your request again.