#talker-subs-list
1 messages · Page 1 of 1 (latest)
I am using the nuget package for stripe.net
i am calling the List method, i can share the payload with you
so what I need is the Request ID: https://dashboard.stripe.com/test/logs
for the GET request made
is there an easy way to get that from Stripe.Net?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks, and can you share an object ID for the subscription that:
This customer has a subscription that starts April 12th.
sub_sched_1KnOUVBdDrchzztVUDykGmDD
there's no Subscription created for that SubSchedule so this is expected, the Subscription gets created Apr 12th
so that is when the /v1/subscriptions will return a Subscription
ok, fair enough but what if we wanted to change something about that future subscription. How would we programmatically retrieve the subscription id for that?
there is no Subscription, so whatever you change, you'd have to change it through the SubcriptionSchedule