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": "transaction_manual_allowance_not_allowed", "detail": "This transaction is manually-collected and has recurring items where the price has allowances, which isn't allowed.", "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_manual_allowance_not_allowed" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
transaction_manual_allowance_not_allowed - Error message
- This transaction is manually-collected and has recurring items where the price has allowances, which isn't allowed.
Common causes
- You're trying to create a transaction where
collection_modeismanual, with one or more recurring items (prices with abilling_cycle) where the price hasallowancesset.
Troubleshooting
- Change the transaction's
collection_modetoautomaticto bill using a checkout and automatically renew using a saved payment method. - Remove the recurring items whose price has
allowancesset. - Remove the
allowancesfrom the price, then try your request again.