#surbhi - .net transaction retrieval error
1 messages ยท Page 1 of 1 (latest)
Can you elaborate? WHat are you trying to do?
when i give the transaction id and account id in the postman.. it works...but when i try from my code, i get an error..
what i am doing wrong here
any suggestion
in postman it's fine...response code is 200
req_DL53KXZFW6lTIi
That looks like the failing .NET request -- also helpful ๐
oh
i think i see
this might have been a bad transaction retrieve import in .NET
its trying to doing an issuing transaction retrieval, not a balance transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But you're accidentally doing this: https://stripe.com/docs/api/issuing/transactions/retrieve?lang=dotnet
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok.. make sense... thank you so much for quick help ๐