Account Creation
To create an account, you need to send a request to the endpoint responsible for the desired account type: Operational or Trading .
Request Parameters
- name: The name of the account.
- currency: The currency of the account.
- network (optional): Specifies the network on which the account operates. This parameter is only relevant for cryptocurrency accounts. If omitted, all networks supporting the specified currency will be used.
General Behavior
- If any step in the account creation process fails, the account will be created with a FAILED status.
- Over time, account details (e.g., bank or wallet information) may be updated. Once all processes are complete, the account becomes Active and ready for use.
Operation Account for Cryptocurrency
- The system searches for suitable providers based on the specified network. If no network is provided, all networks are searched.
- If multiple suitable providers are found, multiple accounts will be created.
- Accounts created in the same request are assigned a group ID.
- For each provider, an external account is created and linked to the internal account.
- For Simple Mode accounts, a suitable exchange provider is assigned.
- The first created account is returned in the response.
Operation Account for Fiat Currency
- The system searches for a suitable provider. This is the default provider set for the merchant.
- An account is created.
- For the selected provider, an external account is created and linked to the internal account.
- For Simple Mode accounts, a suitable exchange provider is assigned.
Trading Account
- The system searches for a suitable provider. By default, this is the provider set for the merchant.
- An internal account is created.
- For the selected provider, an external account is created and linked to the internal account.
Updated over 1 year ago
Did this page help you?