Adding references to payment plans on Stripe

Is it possible to add references to payment plans on Stripe? My payment model means users may have a number of different subscriptions which each relate to a separate data type. The issue is that when you go onto the customer portal, the subscriptions are all called either “Premium Plan” or “Standard Plan”, so it is not possible to tell which subscription you are updating or cancelling

is there a way to dynamically pass Stripe a reference so it is possible to see which plan relates to which subscription like how I have mocked up in the image above?