Prommt
<script type="text/javascript" src="https://app.prommt.com/sdk/prommt.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://app.prommt.com/sdk/prommt.min.css">
<section id="hostedPaymentPage" class="prommt-responsive"></section>
<script>
var payment = new Prommt();
payment.init({
container: 'hostedPaymentPage',
token: payment.getParam(location.href, 't')
});
</script>