#Naveen H Y

1 messages · Page 1 of 1 (latest)

upbeat briarBOT
dense pasture
#

Is that the backend request to create Checkout Session?

stray willow
#

there are no logs

dense pasture
#

So you haven't called a Stripe API?

stray willow
#

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

dense pasture
#

Do you use a Test mode key and don't see anything in Dashboard log for Test mode?

stray willow
#

I'm using a testmode key

#

this is my code

dense pasture
#

Hmm okie so you call the api directly. Haven't the SDK worked for you?

stray willow
#

No

#

if I use It gives me an error of stripe.net assembly needs a strong assembly name

dense pasture
#

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

stray willow
#

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

dense pasture
#

I would recommend doing a successful curl first, then compare its header to your current header

#

probably around the content-type