#kaybee-schedule-metadata
1 messages · Page 1 of 1 (latest)
I tried updating the relevant phase item's metadata property like the docs indicate here: https://stripe.com/docs/api/subscription_schedules/update?lang=node#update_subscription_schedule-phases-items-metadata but when the release date arrived (by change that date to today), the sub's metadata didn't have the item's metadata
Hello! Give me a minute to find out...
Some context at a higher level: I need a way to identify subscriptions that were "born" from a list of subscription schedules I had bulk created yesterday. Metadata carried over from the subscription schedule seemed like the best way, but if there's an attribute on a subscription entity itself that would indicate this, that's groovy too.
Instead of changing the item's metadata, have you tried just setting phases[].metadata ? https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-phases-metadata
I'll give that a shot now, one sec...
That seemed to work! Thanks very much.
awesome! glad I could help