Native version
Request address and request parameters for opening cashier in Native version
Opening the cashier in the native version
Include a file in html
<script src="https://merchant.com/static/cash-react/build/js/cashier2.0.js?v=${Date.now()}"></script>Cashier initialization
Cashier.Init({
Domain: "https://merchant.com",
cashierMode: "general",
defaultTheme: themeName,
frames: {
parent: window
},
unicKey: cashierToken
});Await response
Cashier display
Available methods
Change theme
Event listener to resize checkout window
Request parameters
Parameter
Mandatory
Format
Description
Example
Last updated
