Subscription / Payments module, giving error Unknown Column 'payment_plan' in 'field list'

I have created a subscription, sales order and payment request to customer. Customer receives a link for stripe_checkout. The /stripe_checkout link gives the below error when the customer tries to click the link to make the payment

pymysql.err.OperationalError: (1054, “Unknown column ‘payment_plan’ in ‘field list’”)

I have tried from current site, fresh completely new site version 14… Anyone knows what could be wrong?

2 Likes

I’ve got the same issue

Did you work it out?

In the entire frappe codebase “payment_plan” doesn’t really come up much - can’t work out where it comes from/gets defined.

I’ve raised an issue in gh but it seems cold for support in there on the issues.

Hmm, saw some really really old docs that mention it for the stripe Integration. Is there any chance it’s a long lived versioning issue? Ie old users who’ve upgraded through the years have kept the functionality but new users don’t?

Anyone with a fresh v14/15 got the stripe payment gateway working?