The configuration object for the constructor.
The application API key for authentication.
Optional
baseThe base URL to use when ready for production. Defaults to sandbox 'https://api-sandbox.qorcommerce.io/v3'.
The merchant client key for authentication.
Optional
requestOptional. A unique identifier to track transaction. Defaults to a random generated string value.
import { QorDirectSDK } from "qor-direct-sdk";
const client = new QorDirectSDK({
apiKey: "YOUR_API_KEY",
clientKey: "YOUR_CLIENT_KEY",
requestId: "YOUR_REQUEST_ID",
baseUrl: "https://api.qorcommerce.io/v3"
});
Generated using TypeDoc
Creates a new instance of the constructor.