Creates an individual client with the onboarding information
post
/clients/individuals
Creates an individual client.
The onboarding information are submitted in the same request.
Client is created with the status ONBOARDING_UNDER_REVIEW.
The whole onboarding is a multiple step process:
The onboarding information must be submitted,
The information must be verified by Rialto's compliance team,
The client must sign the terms and conditions.
Authorizations
RIALTO_API_KEYstringRequired
Body
Responses
201
Client created.
application/json
400
Invalid request body.
application/json
401
Invalid API key
500
An unexpected error occurred.
post
/clients/individuals
Re-submits the onboarding information of an individual client.
put
/clients/individuals/{clientId}/onboarding
Re-submits the onboarding information of an individual client.
All the previously submitted onboarding informations are replaced.
The client must be in the status RESUBMISSION_REQUIRED.
The client is set to the status ONBOARDING_UNDER_REVIEW.
The onboarding information is verified by Rialto's compliance team.
Authorizations
RIALTO_API_KEYstringRequired
Path parameters
clientIdstring · uuidRequired
The unique identifier of the client.
Body
Responses
201
Onboarding information submitted.
application/json
400
The request is invalid.
application/json
401
Invalid API key
404
Client not found.
put
/clients/individuals/{clientId}/onboarding
Creates an entity client.
post
/clients/entities
Creates an entity client with the onboarding information.
The onboarding information are submitted in the same request.
Client is created with the status ONBOARDING_UNDER_REVIEW.
The whole onboarding is a multiple step process:
The onboarding information must be submitted,
The information must be verified by Rialto's compliance team,
The client must sign the terms and conditions.
Authorizations
RIALTO_API_KEYstringRequired
Body
Responses
201
Client created.
application/json
400
Invalid request body.
application/json
401
Invalid API key
500
An unexpected error occurred.
post
/clients/entities
Re-submits the onboarding information of an entity client.
put
/clients/entities/{clientId}/onboarding
Submits the onboarding information of an entity client.
All the previously submitted onboarding informations are replaced.
The client must be in the status RESUBMISSION_REQUIRED.
The client is set to the status ONBOARDING_UNDER_REVIEW.
The onboarding information is verified by Rialto's compliance team.
Generates a terms and conditions signature URL for the client.
The client must be in the status WAITING_FOR_TERMS_AND_CONDITIONS_SIGNATURE.
The URL is valid for 5 minutes and can only be used once.
A new URL can be generated if the previous one has expired.
Authorizations
RIALTO_API_KEYstringRequired
Path parameters
clientIdstring · uuidRequired
The unique identifier of the client.
Body
returnUrlstringRequired
The URL to redirect the user once the envelope has been signed.