Create a customer in the BankOS CRM system
Customer details
Successfully processed request
bad input parameter environment
You are not authorized to access the resource
The parameters were valid but the request failed.
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
bad input parameter environment
The request conflicts with another request (perhaps due to using the same idempotent key).
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on back end.
Service unavailable
Customer details with newly created ID
{- "legalName": "ABC Bank",
- "shortName": "BOFA",
- "customerId": "CUST123",
- "customerType": "Corporate",
- "taxId": "123456789",
- "achCompanyID": "1234567899",
- "lei": "ABC1234",
- "swiftCode": "BOFAUS3N",
- "language": "English",
- "emailAddress": "abc@abc.com",
- "phoneNumber": "123-124-9877",
- "faxNumber": "123-124-9877",
- "legalAddress": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "USA"
}, - "mailAddressSameAsLegal": true,
- "mailingAddress": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "USA"
}, - "relationshipType": "Customer",
- "partnerOrgShortName": "ABC",
- "costCenter": "123123121",
- "relationshipManager": "testuser",
- "originatingOfficer": "testuser",
- "parentEntityShortName": "ParentEntity",
- "additionalProfileDetails": {
- "creditClient": true,
- "sso": true,
- "billingCustomer": true,
- "restrictedAccess": true,
- "achPositivePay": true,
- "achWhitelist": true,
- "paymentFileAuthentication": true,
- "detailsOfCharge": "OUR",
- "fxPricingTier": "Finzly Test",
- "creditValueAdjustment": "0.00010"
}, - "secCodes": [
- "WEB"
], - "note": "Note for the LE",
- "legalEntityAccessSettings": {
- "allowOnlineAccess": true,
- "userPinForNewEntry": true,
- "userDualApproval": true,
- "userPinForApproval": true,
- "notificationsDualApproval": true,
- "customerPinForNewEntry": true,
- "customerDualApproval": true,
- "customerPinForApproval": true,
- "benePinForNewEntry": true,
- "beneDualApproval": true,
- "benePinForApproval": true,
- "paymentPinForNewEntry": true,
- "paymentLimitforFirstApprover": 0,
- "paymentDualApproval": true,
- "paymentLimitforSecondApprover": 0,
- "paymentNumberOfApprovers": 0,
- "paymentPinForApproval": true,
- "feeTierForApproval": true
}, - "additionalAttributes": [
- {
- "attributeName": "SourceReferenceId",
- "value": "7c40d833-6dfe-454a-bdea-0d6098c12c61"
}
]
}
{- "status": "Success",
- "code": "CUST001",
- "message": "Failed to create a customer due to the mandatory attribute <attribute-name> is not provide.",
- "data": {
- "customerUID": 12345,
- "shortName": "ACBCORP",
- "customerEntityStatus": "New"
}
}