Buka Akun/Registrasi

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

The registration process will create a user in our database and a unique user ID will be assigned to the user.

Based on your brand configuration the registration will initiate the creation of additional wallets - FX/CFD, MT4, MT5.


  1. Widget implementation:


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

<script type="text/javascript">

  bpApp({

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

    themeSet: 'default',

    lang: 'en',

    state: 'wowMain.register,

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

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

  }).render( '#bpwidgets');

</script>



  1. API - If you choose to use your own registration form, you can use an API call to achieve the user registration.

https://platform.docs.tradesmarter.com/#a00aafc0-0ed8-42a8-9ef6-088e08823761



  1. Notes:

    1. Based on your wanted flow, you can redirect the user to the next step in his registration - Deposit, Questionnaire, KYC.


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>