書類のアップロード

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


The "Upload Documents" process will allow a user to upload his documents to the server, for his KYC/Account Validation process.

This is part of the "Account" page and there is no need to create a dedicated page for it if you are using our "Account" container widget.

If you use your own mechanisms, create a dedicated "Upload Documents" page and embed the stand alone widget in it.


Widget implementation:


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

<script type="text/javascript">

  bpApp({

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

    themeSet: 'black-orange',

    lang: 'en',

    state: 'wowMain.upload',

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

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

  }).render( '#bpwidgets');

</script>




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>