Usage

You can integrate with Checkout using Javascript, Dart or Angular Dart.

// add this into your html document in a head tag.
// <script src="https://checkout3.gpnpay.com/checkout.js"></script>

// then you can user Checkout class in your javascript code
var checkout = new Checkout(/* options */);

Last updated