v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBCreate an account
Create account
This operation will create an account
post/v3/customer/{customerId}
Path parameters
customerIdstring required
The customer id of which customer you want to create the account on
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"embossing": {
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"additionalEmbossingName": "Card User Name",
"manufacturer": "FACTORY_X",
"physical": true
},
"expiration": {
"year": 2019,
"month": 1
},
"pinAddress": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"cardAddress": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
}
}Response
Successful creation of the account