Skip to main content

Installation

Download

Download the Dev SDK file and include it in your project:

Download ministore-sdk.js

Via a script tag

<script src="/path/ministore-sdk.js"></script>
<!-- MiniStoreSDK is now on window -->

Then use the SDK functions:

const { giftmeMakePayment, giftmeGetAuthCode, isMiniStoreContext } =
window.MiniStoreSDK;