Skip to content

Download SDK

The Kore Payment SDK is distributed as a zip file. Download it and include the scripts in your project (no npm required).

SDK (library)

Contains the built SDK files for use in your application:

  • kore-sdk.js (UMD) – for script tag or bundlers
  • kore-sdk.esm.js (ES module) – for modern bundlers
  • types.d.ts – TypeScript definitions (optional)

Download SDK (v1.0.0)

After downloading, unzip and reference the script in your HTML or import in your app. See the Quick Start Guide for integration steps.

Examples (sample project)

A zip of runnable examples (HTML and framework samples):

  • Basic integration (redirect flow)
  • Embedded payment
  • Vanilla JS, React, Vue examples

Download Examples (v1.0.0)

Unzip and open the HTML files in a browser, or use the React/Vue examples in your project. Ensure you have a backend that creates payment sessions; replace placeholder API keys with your own.

Support

Questions? Contact [email protected].