Skip to main content

Checkout Button

Just plug & play! ByteConnect offers a button that can be embedded into any html page.

The subdomain (created during the account registration process), dollarAmount, description, and email variables will need to be modified.

<head>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<div class="section" style="text-align: center;">
<input type="button" class="btn btn-primary" onclick="location.href='https://${subdomain}.byteconnect.us/cl/pay?currency={coin}&buyerEmail={preset|null}&price={dollarAmount}&description={description}&language=en-US&paygetflag=true';" value="pay">
</div>
</body>