#surbhi
1 messages · Page 1 of 1 (latest)
👋 happy to help
would you mind moving all of your messages into this thread so we could keep everything in one place?
please copy the messages and remove them from the main channel
ok
not this message, the other ones 🤦
never mind, let's focus on answering your question
sure
are you using Postman? or C#?
c#
i want to send account id from c#
to create a session
in our case,everytime account id will be different
are you using our SDK?
ok perfect
i used the same way to create a sesssion but there is no property to send account id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you need to add this
yes
but thats the coonected account api calll
i m looking for session
under the sessioncreate option, there is no request option class
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)
cool.. ..thank u so much, i guess that might resolve my issue