Docs

Billing cycle frequency must be equal to or higher than 1

Occurs when your supplied value for billing_cycle.frequency is below 1.

Example response
{
"error": {
"type": "request_error",
"code": "price_billing_cycle_frequency_below_1",
"detail": "billing_cycle.frequency must be equal to or higher than 1",
"documentation_url": "https://developer.paddle.com/errors/prices/price_billing_cycle_frequency_below_1"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
price_billing_cycle_frequency_below_1
Error message
billing_cycle.frequency must be equal to or higher than 1

Common causes

  • billing_cycle.frequency is set but below 1.

Troubleshooting

  • Update billing_cycle.frequency equal to or higher than 1.

Was this page helpful?