Getting Started - ghaowei08/RazerMS-API-SDK GitHub Wiki
Prerequisites
Razer Verify Key & Secret Key
- Login from Razer Portal
- Transaction
- Settings
Create SDK Instance
import { offlineInstance, onlineInstance } from '..'
// Online SDK
const razerOnlineSdk = onlineInstance({ merchantId: '', verifyKey: "", secretKey: "", callbackUrl: '' })
// Offline SDK
const razerOfflineSDK = offlineInstance({ storeId: '', applicationCode: "", secretKey: "", terminalId: '' })
Next: Usage