Billing cycle required for trial period
Occurs when your request contains trial_period but billing_cycle is not set.
Error Message | setting a trial_period requires billing_cycle to be set |
Error Code | price_trial_period_requires_billing_cycle |
Status Code | 400 |
Common causes
Only recurring prices can have a trial period. trial_period is included but billing_cycle has not been set.
Solutions
Add a billing_cycle to your request and try again.
Remove trial_period if not required.