v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBCreate a customer
Create private customer
This operation will create a private customer.
Important
If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate certain fields when creating a private customer, even if the field is not marked as mandatory in this API specification. This is due to regulatory requirements related to Anti-Money Laundering (AML) and mandatory authority reporting.
The required fields for private customers include: firstName, middleName (if applicable), lastName, dateOfBirth, regNo (if Finnish SSN available), nationality, address.address1, address.city, address.country, address.zipCode and riskScore.
post/v3/PRIVATE
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"email": "info@enfuce.com",
"phoneNumber": "+35821010001",
"mobileNumber": "+358401234567",
"customerNumber": "ABCDEFGH123456789",
"regNo": "19560606-1234",
"screening": {
"status": true,
"statusLastUpdated": "2025-01-28"
},
"address": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"temporaryAddress": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"salutation": "Mr",
"firstName": "Matti",
"middleName": "Juha",
"lastName": "Korhonen",
"dateOfBirth": "1935-01-08",
"nationality": [
"FIN",
"SWE"
],
"riskScore": "Med",
"birthCountry": "FIN"
}Response
Successful creation of customer