#goof ball

1 messages · Page 1 of 1 (latest)

coral kiteBOT
rich pagoda
#

Can you share more detail about this?

#

Do you have example request IDs or error details?

#

Where does this failure happen?

bitter fulcrum
#

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)'

rich pagoda
#

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?

bitter fulcrum
#

Yeah might have been some errant code producing that log. One sec

coral kiteBOT