When the user selects the "bank transfer" option in order to buy tokens, ths block displays the following information :
The IBAN for Blue-horizon bank account
The transfer label which should be used for the transfer
Information about minimal amount and token rates
Information about how things will go (date at which the token are considered as bought, confirmation process, TO BE COMPLETED)
A form with two fields, a checkbox, and a "buy" submit button.
-- the two fields let the user enter either the number of token or the amount he wants to invest, the other field being automaticaly updated.
-- the checkbox is the usual "agreement" about our conditions, with a link to the corresponding conditions (TO BE WRITTEN)
-- The submit button opens a validation box, with two buttons :
--- "Yes, I'll do the transfer"
--- "No cancel, sorry".
If the user clicks on the "Yes, I'll do the transfer" button, then the transaction is stored in a specific table in the database with the user name, email, amount of tokens, currency and amount paid, and date of validation, which will be used on the back-office for transaction payment tracking.
The user information should be also updated and the "personal transaction and bonuses" block should show this transaction as pending.
When the user selects the "bank transfer" option in order to buy tokens, ths block displays the following information :
If the user clicks on the "Yes, I'll do the transfer" button, then the transaction is stored in a specific table in the database with the user name, email, amount of tokens, currency and amount paid, and date of validation, which will be used on the back-office for transaction payment tracking. The user information should be also updated and the "personal transaction and bonuses" block should show this transaction as pending.