Clients onboarding

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:

  1. The onboarding information must be submitted,

  2. The information must be verified by Rialto's compliance team,

  3. The client must sign the terms and conditions.

Authorizations
RIALTO_API_KEYstringRequired
Body
Responses
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
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:

  1. The onboarding information must be submitted,

  2. The information must be verified by Rialto's compliance team,

  3. The client must sign the terms and conditions.

Authorizations
RIALTO_API_KEYstringRequired
Body
Responses
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.

Authorizations
RIALTO_API_KEYstringRequired
Path parameters
clientIdstring · uuidRequired

The unique identifier of the client.

Body
Responses
put
/clients/entities/{clientId}/onboarding

Generates a terms and conditions signature URL.

post
/clients/{clientId}/terms-and-conditions-signature-url

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.

Responses
post
/clients/{clientId}/terms-and-conditions-signature-url

Last updated