Enter the amount you want to buy.
Choose the token you want to buy.
purchase amount
{{ ("" + form.amount).replace('.', ',') }} eur
{{ ("" + lastPrice.fiatToToken(form.amount)).replace('.', ',') }} {{ lastPrice.currency.toUpperCase() }}
Read and follow the steps shown below.
1.
Add the CREA username, this name works as an address where the balance you are buying will be sent.
2.
Select the payment method with which you want to make the purchase.
It is the name of @user with which you connect to creary.net
Then select the payment method.
{{ form.username }}
This is the most important part. Make sure the username is correct.
{{ form.email }}
{{ form.phone }}
{{ form.name }} {{ form.surname }}
{{ form.address }}
{{ form.zip_code }}
{{ form.state }}
{{ form.country }}
{{ ("" + lastPrice.fiatToToken(form.amount)).replace('.', ',') }} {{ lastPrice.currency.toUpperCase() }}{{ comissionAmount.toFixed(2).replace('.', ',') }} €
Onecomet Fee{{ ocComission.toFixed(2).replace('.', ',') }} €
Card Fee{{ pgComission.toFixed(2).replace('.', ',') }} €
Total{{ total.toFixed(2).replace('.', ',') }}€