# Standard Integration

This section refers to the standard level of API integration required for non-easyRaise clients to use our solution. At the standard integration level, you will focus on data exchanges that happen on an ongoing basis and are not practical to handle manually. Prime examples are the creation of new customers in our database, the requests to open new custodial blockchain wallets, and the whitelisting of said customers - which contains their order (i.e. investment) information.

> ℹ️ If you want to do a full API integration, you must also go through the steps of the standard integration, as they are required in all setups.


The process steps must be followed in the same order as these API docs. Skipping a step of the process will likely result in an error.

You can however decide on when to send us the data: for example as soon as you onboard a new customer, or later when you have received their investment money.

### 🔗 Quick links:

Create a customer
Create a customer in the NYALA system and save basic information.

Send KYC data of a customer
Save additional KYC verification data for a given Customer.

Initiate wallet request
Request the opening of a custodial wallet for a customer, or save a non-custodial (external) wallet.

Request opt-in for a token
Whitelist a wallet to hold a given token.