For the complete documentation index, see llms.txt. This page is also available as Markdown.

Profile

Customer profile

Create a new Ropo one Profile

post

Creates a new Ropo One profile if the contract 'create_customer_api' is active for the authenticated user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Profile creation payload

allowIncompleteDataboolean · nullableOptional

Whether incomplete data is allowed. When true and required fields are missing, the profile is stored for later completion instead of created.

Example: true
primary_contact_samemixed · nullableOptional

Use the admin user as the contact person

agreement_approver_samemixed · nullableOptional

Use the admin user as the agreement acceptor

kyc_contact_samemixed · nullableOptional

Use the admin user as the money laundering acceptor

Responses
200

Customer created successfully

application/json

NewCustomerResultRest

customerIdstring · nullableOptional

Customer ID of the newly created customer

Example: 123456
messagestring · nullableOptional

Message regarding the creation result

Example: Customer created successfully.
statusstring · nullableOptional

Status of the customer creation process

Example: success
post/profile/createprofile

Last updated

Was this helpful?