QuickPay SDK
QuickPay makes payments integration fast and easy
QuickPay SDK helps Merchants onboard faster and easier. With QuickPay, a payment can be generated with ease. Using the code below, your site is automatically populated with a Pay Now button.
<div
id="payment-button">
</div>
<script
src="https://<yourdomainendpoint>/client/payment_sdk.js">
</script>
<script>
initQuickPayment(
reference,
customer_email,
asset,
requested_asset,
amount,
key,
redirect_url);
</script>
Need your API Domain Endpoint? You can get it by navigating to Payments API Endpoint in the navigation to the left.
Last updated