Accept Crypto Payments
This is a break down on how to accept payments with Coinazer.
Overview
Modal
API Requirements
Param
Required
Description
<form id="paymentForm">
<div class="field-wrap">
<label for="email">Email Address</label>
<input type="email" id="email-address" required />
</div>
<div class="field-wrap">
<label for="amount">Amount</label>
<input type="tel" id="amount" required />
</div>
<div class="field-wrap">
<label for="currency">Currency</label>
<select id="currency">
<option value="usd">US Dollar</option>
<option value="ngn">Naira</option>
<option value="eur">Euro</option>
<option value="kes">Kesos</option>
</select>
</div>
<div class="form-submit">
<button type="submit"> Pay with Coinazer </button>
</div>
</form>
<script src="https://www.coinazer.com/public/js/embed.blockchain.js"></script>Things to note
Methods
Description
Last updated