Mis transacciones de billetera
Widget implementation:
<div id="bpwidgets"></div>
<script type="text/javascript">
bpApp({
apiHost: 'https://bpw.brand.com',
themeSet: 'default',
lang: 'en',
state: 'wowMain.reports.transactions',
redirectSuccess: 'https://www.brand.com/',
redirectFailure: 'https://www.brand.com/',
}).render( '#bpwidgets');
</script>
The "Transactions" widget present to the client his transactions from all his wallets in one page.
- The Widget is built from 3 sections:
- History
- Pending Withdrawals
- Summary
- The filters for this widgets are for:
- Platform
- Wallets
- Time filter
- Each platform has it's related columns and information for example:
- The History for MT4/5 will not include trades while the Options and the FX/CFD is
- Pending withdrawals will not show give up data for MT4/5
- Practice wallets information show data only for MT4/5 accounts, Options and FX/CFD will not show data for practice accounts.
- The stand alone link for the widget is https://bpw.brand.com/?widgets=1#!/reports/transactions
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>