Issue with checkout - "No prepaid price found for feature"
Hi team! I’m hitting an error when trying to run a checkout for a prepaid feature.
The Error: No prepaid price found for feature dedicated_physical_device
The Setup: I have a product with a pricedFeatureItem set to usage_model: "prepaid". The feature itself is type: "continuous_use".
Config:
Checkout Implementation: I have verified that the productId and featureId being passed match the config exactly.
What I've checked:
- Confirmed IDs are strings and match between the Feature and the Product item.
- Verified quantity is being passed as a number.
- Tried using both featureId and feature_id in the options array.
Organisation: Droidrun Develop
Is there a specific requirement for prepaid items when the feature type is continuous_use, or am I missing a field in the options object? Thanks!
The Error: No prepaid price found for feature dedicated_physical_device
The Setup: I have a product with a pricedFeatureItem set to usage_model: "prepaid". The feature itself is type: "continuous_use".
Config:
Checkout Implementation: I have verified that the productId and featureId being passed match the config exactly.
What I've checked:
- Confirmed IDs are strings and match between the Feature and the Product item.
- Verified quantity is being passed as a number.
- Tried using both featureId and feature_id in the options array.
Organisation: Droidrun Develop
Is there a specific requirement for prepaid items when the feature type is continuous_use, or am I missing a field in the options object? Thanks!

autumn-js