Custom Integration - Old Widget

Adding Paybright's PreQualify Widget to your Custom Website

Paybright's PreQualify Widget can also be added to your custom website. Please follow the instructions below depending on your choice of language

ENGLISH

Without Amount

Please add the following line of code to the pages where you want to present the PayBright Prequalify Widget to your customers without product or cart amount

<script id="paybright" src="http://app.paybright.com/api/pbmarketing_iframe.js?public_key=ENTER YOUR API KEY"></script>  <div id="paybright-widget-container" class="pb-price"></div>
<script id="paybright" src="http://app.paybright.com/api/pbmarketing_iframe.js?public_key=ENTER YOUR API KEY"></script>  <div id="paybright-widget-container" class="pb-price"></div>
With Amount

Please add the following line of code to the pages where you want to present the PayBright Prequalify Widget to your customers with amount transformation

<script id="paybright" src="http://app.paybright.com/api/pbmarketing_iframe.js?public_key=ENTER YOUR API KEY&financedamount=ENTER THE FINANCE AMOUNT(Eg:$2950.00)"></script>  <div id="paybright-widget-container" class="pb-price"></div>
<script id="paybright" src="http://sandbox.paybright.com/api/pbmarketing_iframe.js?public_key=ENTER YOUR API KEY&financedamount=ENTER THE FINANCE AMOUNT(Eg:$2950.00)"></script>  <div id="paybright-widget-container" class="pb-price"></div>

French

Without Amount

Please add the following line of code to the pages where you want to present the PayBright Prequalify Widget to your customers without product or cart amount

<script id="paybright" src="http://app.paybright.com/api/pbmarketing_iframe_fr.js?public_key=ENTER YOUR API KEY"></script> 
<div id="paybright-widget-container" class="pb-price"></div>
<script id="paybright" src="http://sandbox.paybright.com/api/pbmarketing_iframe_fr.js?public_key=ENTER YOUR API KEY"></script> 
<div id="paybright-widget-container" class="pb-price"></div>
With Amount

Please add the following line of code to the pages where you want to present the PayBright Prequalify Widget to your customers with amount transformation

<script id="paybright" src="http://app.paybright.com/api/pbmarketing_iframe_fr.js?public_key=ENTER YOUR API KEY&financedamount=ENTER THE FINANCE AMOUNT(Eg:$2950.00)"></script> 
<div id="paybright-widget-container" class="pb-price"></div>
<script id="paybright" src="http://sandbox.paybright.com/api/pbmarketing_iframe_fr.js?public_key=ENTER YOUR API KEY&financedamount=ENTER THE FINANCE AMOUNT(Eg:$2950.00)"></script> 
<div id="paybright-widget-container" class="pb-price"></div>

🚧

Known Issues

If the PayBright Prequalify Widget does not load properly. Please add following script to your code as well: