FAQs
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"
}
}
After order placement in custom chrome tab, redirection back to our app is not working
After timeout, neither auto-redirection happens, nor is the "click here" link redirecting back to our app.
Why is Gateway API not working as expected?
What might be wrong in the API request?
Gateway Initialization Error
I am getting this on Guest Initialization for getting smallCaseAuthId via Broker Login.
Help required in android integration
// Include maven repository url and authentication details
repositories {
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "${artifactory_user}"
password "${artifactory_password}"
}
}
}
Getting GatewayError for user balance fetching
We are trying to fetch the user balance. But, getting the following error. We are using the Zerodha broker.
Where and How to register for webhook api at smallcase
Hi, do we have developer console where we can submit our public webhook api
How to veriffy webhook checksu
const smallcaseAuthId = "XXXX"
const timestamp = "2021-12-20T09:20:53.130Z"
const message = timestamp+smallcaseAuthId;