#goof ball
1 messages · Page 1 of 1 (latest)
Can you share more detail about this?
Do you have example request IDs or error details?
Where does this failure happen?
I opened a thread last night that has some details. Basically, I get a log like this when using v74: https://dashboard.stripe.com/test/logs/req_JLVaJg6ufUOOr6
I'm not sure how to use the CLI/API version equivalents of stripe-go@v74. I can fetch a sub with CLI/API but not within GO v74
I'm also not sure why its making a POST? My code looks like 'subscription.Get(subID, nil)'
The request corresponds to a very different call
The request you shared is trying to create a usage record for a metered subscription
but passing a subscription id (eg sub_123) instead of the expected subscription item ID (eg si_456)
That's the API your example relates to
Are you sure you're reviewing the right part of your code?
Yeah might have been some errant code producing that log. One sec