Try redirect to Checkout Link
Include PAYON's library
<script th:src="@{../js/payonUtils.js}" charset="utf-8" type="text/javascript"></script>Prepare your Checkout Page
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<body>
<button class="btn btn-primary" id= "checkOut">Check Out</button>
<button class="btn btn-primary" id= "payonnCheckOut">PAY with PAYON</button>
<button class="btn btn-primary" id= "creditDebitCheckOut">PAY with Credit/Debit</button>
<button class="btn btn-primary" id= "pgBindingCheckOut">PAY with Credit/Debit</button>
<button class="btn btn-primary" id= "pgBtCheckOut">PAY with Bank Transfer</button>
</body>
</html>Prepare your Checkout script
JavaScript
PHP
Prepare your PAYON's Wallet Checkout Script
Prepare your Credit/Debit's Checkout Script
Prepare your Binding Payment Script
Prepare your Bank Transfer Check out Script
Last updated