FAQs
Web SDK: how to trigger transaction in leprechaun mode?
What are the different ways in which we can trigger a transaction in leprechaun mode?
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'
How to cancel a single order?
I want to cancel a pending order. What API can be used for cancellation? Please suggest
500 internal error when guest user api is invoked
500 internal error when guest user api is invoked :
Do we have API for i> Fund Balance and ii>. chnage default expiry of 5 minutes for fetched transaction Ids
i. I see only Fetch fund Api in smallcase, do we have any api to fund the wallet balance?
Getting Invalid `x-gateway-authtoken` header error despite signing JWT with api-secret. Sign the JWT with appropriate secret."
Getting Invalid x-gateway-authtoken header error despite signing JWT with api-secret. Sign the JWT with appropriate secret."
About Holdings Import V2 response
In the Holdings Import V2 response, will there be cases where "quantity" key value would be less than the "smallcaseQuantity" value?
Help: SDK is throwing error - `webhook_unreachable`. Why?
When would SDK throw webhook_unreachable error?
Securities Transaction: Basket Order
Hi Team,
No variants found for ':react-native-smallcase-gateway'
buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 24
compileSdkVersion = 32
targetSdkVersion = 30
kotlinVersion = '1.5.0'
ndkVersion = "21.4.7075529"
}
repositories {
google()
mavenCentral()
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "react_native_user"
password "reactNativeUser123"
}
}