Stripe Plugin - How to Retrieve Payment Method

Hi all - I’ve set up Bubble’s Stripe plugin and can successfully charge users’ saved credit cards.

How do I retrieve the payment method (ie. Credit Card brand and Last four digits)? I’d like to display this info in an Invoice table.

I understand that I could query the user’s saved credit card…but if someone makes a purchase 6 months ago, and then later changes their credit card, then this wouldn’t work.

Is this possible out of the box with the plugin? Alternatively, would I need to save these pieces of info to the database table whenever there’s a transaction? Or would I need to use a separate API call, based on the Charge ID?

Appreciate the help!