v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBCreate a customer
Create corporate customer
This operation will create a corporate 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 corporate 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 corporate customers include: name, regNo, registrationDate, registration.authority, address fields (address1, city, country, zipCode) and riskScore.
post/v3/CORPORATE
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"
},
"name": "My example account name",
"customerRepresentative": "Mrs Smith",
"registration": {
"authority": "Patent and Registration Office",
"registrationDate": "2023-05-03"
},
"riskScore": "Med"
}Response
Successful creation of customer