#zenwr
1 messages · Page 1 of 1 (latest)
hello! have you tried something like -d "metadata[my_key]=my_value"?
i have tried this:-
stripe subscriptions create \
--customer=cus_111 \
-d "items[0][price]"=price "metadata[client-reference-id]"=1234
but i get this error:- stripe subscriptions create requires exactly 0 positional arguments. See stripe subscriptions create --help for supported flags and usage
why are you including the metadata in that same line like this?