キャッシャー - 入金ページ
We offer an advanced cashier with variety of pre-integrated PSP's.
However, if you have your own cashier system and would like to update balances via API -
https://platform.docs.tradesmarter.com/#0c88e107-bdbd-4fa6-853d-adefd8006c09
The list of our current PSP's - click here
Note that we also integrated with Praxis Cashier, which opens up access to most known PSP's in the market.
Widget implementation:
To embed our cashier widget with your pre-configured PSP's, create a "Deposit" page and add the following script to the page in the location you would like the widget to show:
<div id="bpwidgets"></div>
<script type="text/javascript">
bpApp({
apiHost: 'https://bpw.brand.com',
themeSet: 'black-orange',
lang: 'en',
state: 'wowMain.banking.deposit',
redirectSuccess: 'https://www.brand.com/trade',
redirectFailure: 'https://www.brand.com/',
}).render( '#bpwidgets');
</script>
Cashier 1st Page - Select your Payment Method

Cashier 1st Page - Select your Wallet
Cashier Next Pages - Based on the method selected



Reminders:
Available widgets and their states - Click here
Make sure the following code is inserted in your HEAD section:
<script src="https://bpw.brand.com/BPWidgets/embed/widgets-iframe.js"></script>