#TheWizard2112
1 messages · Page 1 of 1 (latest)
Yes you can create a Subscription with metadata:
https://stripe.com/docs/api/subscriptions/create#create_subscription-metadata
Yes but if it's a future subscription (scheduled), it actually creates a SubscriptionSchedule
And when I tried setting metadata on that, it wasn't transferred to the actual subscription when it was created
Ah yes, you need to update the resulting Subscription metadata once created manually, you can use Webhooks for that