JavaScript SDK
Setup smallcase Gateway SDK to allow your users to transact in stocks, ETFs & smallcases, and much more
With our powerful JavaScript SDK, client-side integration is very straightforward.
Getting started
- Include SDK on your webpage
- Initialise the SDK with relevant user data & config
- Set up an endpoint on your backend to create new transactionId
- Hit the endpoint and get transactionId
- Call the
triggerTransaction
method of the initialise SDK object with thetransactionId
- Receive order response once the transaction completes
There are flows where transactionId is not required. In such cases, directly call the relevant SDK methods. For example - broker account opening flow.
SDK Updates
smallcase Gateway periodically releases SDK updates, including new functionality, enhancements, bug fixes, and security updates. Most of the time, changes are non-breaking updates. To ensure minimum intervention, changes in JavaScript SDK will instantly reflect on your platforms.
Updated about 3 years ago