LogoLogo
StartAPI EndpointPayments API
Payments API
Payments API
  • Getting Started
  • Managing Terminals
  • API Reference
    • Verify Credentials
    • QuickPay SDK
    • Payments API
      • Create eCommerce Payment
      • Create Point of Sale Payment
      • Create Point of Sale Payment (ON)
      • Redirect Examples
      • Postback Examples
      • Get Payment
        • Underpaid Examples
        • Overpaid Examples
        • Full paid Examples
      • Get Point of Sale Payment
      • Payment State Change
      • Payment Price Update
      • Payment Unconfirmed Update
      • Payment Status List
    • Request Refund
Powered by GitBook
On this page
  1. API Reference

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.

PreviousVerify CredentialsNextPayments API

Last updated 3 years ago