To add debit card payments to your mobile app or website, cut and paste the following code snippet to your website.
You can find your Knox ID from your dashboard. In case you cant find it , contact us at abhinav@knoxpayments.com
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="https://connexussecure.com/knox_button/knox3.js" id="knox_payments_script"
button_text="Debit Card" knox_id=" " recurring="ot" user_request="show_all" invoice_detail="Details"
response_url="<your response url"></script>
<div class="knox-payments-div" data-amount="custom">
</div>
To test your button gets you paid without making a live payment, enter the following credentials. We feel pretty good that you can figure out how to make your button return declines.
{
"Debit Card":"4444444444444444"
"Expiration Date":"01/16"
"CVV":"123"
"username":"test"
"password":"test"
}