FAQs
no proper tutorial
Why there is no proper example on internet, so much issue during installation , taken so much time on installation and still unstable some time, can you please provide any proper references ,
Posted by varsha over 1 year ago
What is `smallcaseAuthId`?
### Explainer on what, when & where of `smallcaseAuthId`
Posted by smallcase Gateway about 1 year ago
Explainer: smallcase pending actions
What are pending action in invested smallcase?
Posted by smallcase Gateway over 1 year ago
Guest user is not connected even after completing broker login.
Hi, I am initializing the SDK with guest auth token and then perform broker login, but I am still being prompted to login with a broker if I try to execute buy/sell transaction. This does not happen if I provide an auth token created by signing an auth id.
After transaction workflow is completed I am decoding the authtoken I received and storing the authid. My question is whether I have to reinitialize the client sdk with the auth id I received for the guest user to be authenticated properly and prevent any further login prompts.
I tried reinitializing but when I try to trigger any buy/sell workflows, the sdk still prompts me with login to broker page.
Here is my source code:
https://gist.github.com/BhayanakMoth/db06c9963be521b5d40f62c847ce2514
Posted by Nipun Ramani over 1 year ago
Why am I getting a market_closed error while placing order?
Posted by Pratik Gadhiya almost 2 years ago
How to get access to api?
How can we get access to API? Is there any sandbox environment for testing?
What are the requirements to get access to API?
Posted by Khurram Baig over 2 years ago
Getting error while generating authentication key
'IDX10653: The encryption algorithm 'HS256' requires a key size of at least '128' bits. Key '[PII of type 'Microsoft.IdentityModel.Tokens.SymmetricSecurityKey' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]', is of size: '112'.
Parameter name: key'
Posted by shatis 9 months ago
How to veriffy webhook checksu
const smallcaseAuthId = "XXXX"
const timestamp = "2021-12-20T09:20:53.130Z"
const message = timestamp+smallcaseAuthId;
const secret = 'XXXX';
const options = {
algorithm: 'HS256'
};
const secret = API_SECRET;
const checksum = jwt.sign(
message,
secret,
options
);
should i just use raw concatenated string of timestamp and smallcaseAuthId or put it in json as
to generate json webtoken, a sample code will be appreciated
{
message : message
}
Posted by Saurav about 1 year ago
SIP setup through Gateway
Can users setup an SIP through smallcase Gateway?
Posted by Saarthak Shah over 1 year ago