User creation
Last updated
Last updated
This method provides functionality of:
creating user
updating data of a previously created user when specifying the same clientId
. The sent parameter values overwrite the previous data.
When depositing, a webhook, is sent to the user's personal address, to the depositWebhookUrl
specified in the request. When withdrawing (the common method of "Make withdrawal" / make-withdrawal) from a personal address, a status of this withdrawal will be in response.
User ID in the merchant system
"user12345"
User mail
"user@domain.com"
User name
"John Doe"
URL for notifications of new deposits
"https://merchant.domain/webhooks/user12345"
Create all addresses for the user
Group addresses by blockchain networks (for example, 1 address for bsc, fantom, ethereum networks). This parameter has an effect only when createAddresses: true
Check risks for every incoming transaction to the user's personal addresses. Information about risks will be sent in the webhook to the specified depositWebhookUrl
in the risks
field
Request success indicator
Response body of request or user creation