How to Add Metadata to a Customer In Stripe
You can add metadata to a Stripe Customer, Stripe Subscription, and a Stripe Charge during the registration process.
The following code examples show how to add a custom registration field named "location" as metadata in Stripe. For recurring payments, use the filters for Stripe Customer and Stripe Subscription. For one time payments, use the Stripe Charge filter.