- Sign up (Amplify AWS Cognito)
- Confirm sign up
- Initiate new user: POST /client
- Accept contract (fee plan): POST /v2/clients/contract-accept
- Initiate KYC process (SumSub SDK): GET /v2/clients/kyc-access-token
Custom front-end app
Before start
Basic overview
To begin working efficiently with our API, please read the instructions carefully.
Before you start, please contact the Finhost team to obtain all necessary keys.
Please note that we use AWS Cognito with Amplify for authentication and authorization. Ensure you are familiar with this service before starting.
Once everything is ready, make sure to implement the onboarding flow in the following order: