#Ofish
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/metadata Have you tried this AddMetadata?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
or try this
params := &stripe.SubscriptionItemParams{
//...
Params: stripe.Params{
Metadata: map[string]string{
"key": "value",
},
},
}```