An addCard can also be performed directly from the Web SDK. An example of how to perform this is shown below, and can be seen in action on this jsFiddle<html>
<head></head>
<body>
<div>
<input type="text" id="access-token-value" placeholder="Enter the accessToken">
<img src="https://securetest.merchantwarrior.com/inc/image/loading_gif.gif" id="loading-image" style = "display:none">
</div>
<button class="button" id="submit-button" onclick='submitDirectRequest()'>Submit</button>
<div id="response-container"></div>
<script src="https://securetest.merchantwarrior.com/sdk/merchantwarrior.min.js"></script>
</body>
</html>
Modified at 2026-08-07 06:39:35