Note

Stripe Missing required param: items

Jun 30, 2023

You may see this error when calling stripe.Subscription.create(): Missing required param: items It’s a misleading message because it implies that the entire items param is missing, but you’ve probably set one of the value...

You may see this error when calling stripe.Subscription.create(): Missing required param: items It’s a misleading message because it implies that the entire items param is missing, but you’ve probably set one of the values for price to null, empty, etc.