#surbhi

1 messages · Page 1 of 1 (latest)

meager bluffBOT
vast pasture
#

👋 happy to help

#

would you mind moving all of your messages into this thread so we could keep everything in one place?

mental flume
#

Hi Tarzan

#

i am stuck here..can u please provide the solution to that

vast pasture
#

please copy the messages and remove them from the main channel

mental flume
#

ok

vast pasture
#

not this message, the other ones 🤦

#

never mind, let's focus on answering your question

mental flume
#

sure

vast pasture
#

are you using Postman? or C#?

mental flume
#

c#

#

i want to send account id from c#

#

to create a session

#

in our case,everytime account id will be different

vast pasture
#

are you using our SDK?

mental flume
vast pasture
#

ok perfect

mental flume
#

i used the same way to create a sesssion but there is no property to send account id

vast pasture
#

you need to add this

mental flume
#

like this?

#

under the request option?

vast pasture
#

yes

mental flume
#

but thats the coonected account api calll

#

i m looking for session

#

under the sessioncreate option, there is no request option class

summer osprey
#

it works the same on all the API endpoints including for CheckoutSession.

#

you create a RequestOptions object and can pass that to SessionService.create(options, requestOptions)

mental flume
#

cool.. ..thank u so much, i guess that might resolve my issue

mental flume
#

if i try with the request option, i get the error

summer osprey
#

you can see you for some reason passed "True" instead of an account ID acct_xxx

#

feel free to share the complete code you're using