#Naveen H Y
1 messages · Page 1 of 1 (latest)
Is that the backend request to create Checkout Session?
You can see your requests log at https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
there are no logs
So you haven't called a Stripe API?
can I show the code how I'm calling
I'm calling the API but its throwing error may be my request has something to do with this
@dense pasture I'm using c# http request to send request
Do you use a Test mode key and don't see anything in Dashboard log for Test mode?
Hmm okie so you call the api directly. Haven't the SDK worked for you?
No
if I use It gives me an error of stripe.net assembly needs a strong assembly name
Um that's a completely different error but I would recommend going down that path and try to solve the issue. Calling API directly like this probably needs you to pass in some header
Yes I'm passing the header can you see the headers which i'm passing and let me know if any additional headers I need to pass