Penampung Akun

Created: 6/18/2018 | Updated: 3/18/2019 | Status: Published

Widget implementation:


<div id="bpwidgets"></div>

<script type="text/javascript">

  bpApp({

    apiHost: 'https://bpw.brand.com',

    themeSet: 'default',

    lang: 'en',

    state: 'wowMain.account.container',

    redirectSuccess: 'https://www.brand.com/deposit',

    redirectFailure: 'https://www.brand.com/',

 }).render( '#bpwidgets');

</script>


The "Account" Container is a widget containing the following tabs:


- Account settings - allowing the user to change his personal details


- Upload documents - allowing the user to upload KYC documents


- Questionnaire - allowing the user to see his questionnaire (filled during registration process - for regulated brands)


- Safety & Security - allow the user to change his account's password while logged in, or request to delete his account.


- Mobile Verification - allow the user to verify his mobile number and accept SMS notifications from the brand. (This process requires Nexmo account)


- Privacy Center - allow the user to consent for different terms, conditions and policies.


All the above tabs can also be embedded as a stand alone widgets inside their own dedicated pages (if wanted)


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>