Problemunvalidated
when I try to add metadata to the usage record object, I get an error for unrecognized property — createUsageRecord( 'si_OgrBOJp9...', { quantity: 1, timestamp: timestamp, metadata: { projectId: ... } // This doesn't work } ). Tension: I'm trying to avoid keeping that data in my own database and would like to utilize Stripe's usage reports.
3e6db5fc-e6a9-4cc2-8804-7e5faaf1834d
when I try to add metadata to the usage record object, I get an error for unrecognized property — createUsageRecord( 'si_OgrBOJp9...', { quantity: 1, timestamp: timestamp, metadata: { projectId: ... } // This doesn't work } ). Tension: I'm trying to avoid keeping that data in my own database and would like to utilize Stripe's usage reports.