#Jasuno
1 messages · Page 1 of 1 (latest)
Hi, can you share more details? Can you share the request ids of the 2 different subscriptions that are behaving differently? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
So here is a subscription that i crated using the API: "sub_sched_1N4A3DAq6ReFUKV8MjKbgfZl"
Thats subscription authomatically created this invoice: "in_1N4A58Aq6ReFUKV8CaqpByUs"
with half of the meta data
and i just created this subscription: "sub_sched_1N4AMcAq6ReFUKV89w82WRtA"
and in invoice had no metadata
Ok, looking at both these now.
Our metadata won't transfer between objects automatically. Looking at this request, https://dashboard.stripe.com/test/logs/req_OVb6OCon0SU5TY you set the metadata on the subscription schedules. At this time, you can only see the metadata on the Sub. Schedule object. Later, you update the invoice, https://dashboard.stripe.com/test/logs/req_597WraHL0xiSUW and added a metadata.
but it seems like its doing it automatically