Onboarding
Prerequisites
Create a customer profile
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"allowIncompleteData":true,"customer_info":{"business_id":"1234567-8","name":"Test Company","street_address":"Main St 1","postal_code":"00100","town_or_city":"Helsinki","country":"FI","language":"fin","liable_to_pay_vat":1,"vat_number":"FI12345678","customer_company_type":1},"customer_service_contact":{"telephone":"+358401234567","email":"[email protected]","www":"https://test.com"},"contact_person":{"name":"John Doe","telephone":"+358401234568","email":"[email protected]"},"agreement_acceptor":{"email":"[email protected]"},"money_laundering_acceptor":{"email":"[email protected]"},"services":{"service_types":[1,2,3]},"settlement_settings":{"bank_account_type":0,"bank_account_number":"FI2112345600000785","bank_account_owner":"Test Company","reference_length":10},"ropo_service_fees":{"invoicing_method":"1","invoicing_email_address":"[email protected]"},"additional_information":{"profile_uuid":"a3029a45-2608-4c9c-a8ce-93fcbcb733a7"},"users":[{"first_name":"Jane","last_name":"Doe","street_address":"Main St 2","postal_code":"00100","town_or_city":"Helsinki","country":"FI","nationality":"FIN","phone_number":"+358401234569","email":"[email protected]","language":"fin"}]}Responses
200
Customer created successfully
application/json
NewCustomerResultRest
customerIdstring · nullableOptionalExample:
Customer ID of the newly created customer
123456messagestring · nullableOptionalExample:
Message regarding the creation result
Customer created successfully.statusstring · nullableOptionalExample:
Status of the customer creation process
success201
Incomplete customer data added successfully.
application/json
400
Invalid request
application/json
403
Create customer contract not active
application/json
post
/profile/createprofileLast updated
Was this helpful?

