#Kugyan - customer metadata
1 messages · Page 1 of 1 (latest)
If you set it here: https://stripe.com/docs/api/subscriptions/create#create_subscription-metadata, it will be on the Subscription object. If you need to set it on the Customer object, you'll have to do a separate call: https://stripe.com/docs/api/customers/update#update_customer-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.