Update an existing customer information
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",
- "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 or Bank or ThirdParty or Self",
- "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": "string",
- "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
}, - "limits": [
- {
- "appName": "Payment Galaxy",
- "appLimits": [
- {
- "key": "FEDWIRE_PAYMENT_LIMIT_PER_DAY",
- "value": "1000"
}
]
}
]
}
{- "status": "Success",
- "code": "CUST001",
- "message": "Failed to get the customer: <Reason>",
- "data": [
- {
- "legalName": "DEMO Bank",
- "shortName": "DMOB",
- "customerUID": 111222,
- "customerType": "Consumer or Corporate or Downstream Partner or Processing Org or Financial Institution",
- "taxId": "123456789",
- "achCompanyID": "1234567899",
- "customerId": "12347890",
- "status": "Active",
- "lei": "ABC1234",
- "swiftcode": "BOFAUS3N",
- "language": "English",
- "emailAddress": "abc@bank.com",
- "phoneNumber": "1112223333",
- "faxNumber": "1231249877",
- "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 or Bank or ThirdParty or Self",
- "partnerOrgShortName": "TESTBANK",
- "processingOrgShortName": "POBANK",
- "costCenter": "123123121",
- "relationshipManager": "testuser",
- "originatingOfficer": "testuser",
- "parentEntityShortName": "TESTBANK",
- "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": "Notes for the customer",
- "legalEntityOriginatingOfficer": "user1",
- "legalEntityRelationshipManager": "user1",
- "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
}, - "feeTier": [
- {
- "id": "3616",
- "application": "Confirms",
- "feeTier": "Gold",
- "accountNumber": "40000023"
}
], - "legalEntityLimits": [
- {
- "key": "ACH_CCD_DEBIT_LIMIT_PER_BATCH",
- "value": "21",
- "applicationName": "Payment Galaxy"
}
], - "additionalAttributes": [
- {
- "attributeName": "CUSTOMER_LEGACY_ID",
- "value": "AGHJ66786KLM"
}
]
}
]
}