Contract Management
The Contract Architecture is based on permissions driven app structure. In this architecture, the user is not classified as a Retail or Business user but is associated with a contract to access the features. Every contract contains a service definition that categorizes users into different segments, such as Retail, Sole Proprietor, Partnership, LLC, and so on. Based on the assigned contract the user can access the features.
| Name | Description | Introduced in |
|---|---|---|
| createContract | This API allows the user to create a contract. | 2021.01 |
| editContract | This API allows the user to edit a given contract. | 2021.01 |
| searchContract | This API allows the user to search a contract. | 2021.01 |
| getContractDetails | This API allows the user to get contract . | 2021.01 |
| getContractFeatureActionLimits | This API allows the user to get contract features and action limits. | 2021.01 |
| searchCoreCustomers | This API allows the user to search and get core customer details. | 2021.01 |
| getCoreRelativeCustomers | This API allows the user to retrieve the core relative customers for an admin user. | 2021.01 |
| getCoreCustomerAccounts | This API allows the user to retrieve the accounts of the core customers for an admin user. | 2021.01 |
| getCoreCustomerContractDetails | This API allows the user to get contract details for a core customer id. | 2021.01 |
| getRelativeCoreCustomerContractDetails | This API allows the user to gets contract details for relative core customer. | 2021.01 |
| getCoreCustomerRoleFeatureActionLimits | This API allows the user to get core customer features and action limits. | 2021.01 |
| getContractAccounts | Retrieves the contract customer account details to the Spotlight app based on the contract ID. | 2021.01 |
| updateContractStatus | This API is used by the Admin to approve the contract request. | 2021.01 |
| getListOfContractsByStatus | This API allows the user to get contracts by status. | 2021.01 |
| getCustomerActionLimits | This API allows the user to search and get core customer details. | 2021.01 |
| Object Data Model | This Object Data Model describes the parameter name and other attribute details for Contract. |
| Description: | This API allows the user to create a contract. |
| Method: | POST |
| URL: | {base_url} /services/data/v1/ExternalUserManagement/operations/Contract/createContract |
| Security Level: | Authenticated App User |
| Header Request: |
|
| Body Request: |
Parameters contractName serviceDefinitionName serviceDefinitionId address contractCustomers For body request code click here. |
| Response: | {
"contractId": "7324741033",
"opstatus": 0,
"status": "success",
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | defaultIssueNumber | NA | defaultIssueNumber |
| NA | address | NA | NA |
| NA | communication | NA | NA |
| NA | contractCustomers | NA | NA |
| NA | contractName | NA | NA |
| NA | faxId | NA | NA |
| NA | serviceDefinitionName | NA | NA |
| NA | serviceDefinitionId | NA | NA |
| NA | contractId | NA | NA |
| Description: | This API allows the user to edit a given contract. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/editContract |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters contractName (Mandatory) Specifies the name of the contract. serviceDefinitionId (Mandatory) Specifies the unique ID of the service definition. communication Specifies an array of communication details. address Specifies an array of address details. contractCustomers (Mandatory) Specifies an array of contract customers and their corresponding details. contractId (Mandatory) Specifies the unique ID of the contract. {
"contractId":"14322234",
"status":"success",
"opstatus":0,
"httpstatus":200
}
|
| Response: | {
"contractId": "9518930270",
"opstatus": 0,
"status": "success",
"httpStatusCode": 0
}
|
| Error Code(s): | NA |
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | contractId | NA | NA |
| NA | address | NA | NA |
| NA | communication | NA | NA |
| NA | contractCustomers | NA | NA |
| NA | contractName | NA | NA |
| NA | faxId | NA | NA |
| NA | serviceDefinitionName | NA | NA |
| NA | serviceDefinitionId | NA | NA |
| Description: | This API allows the user to search for a contract based on the specified search criteria. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/searchContract |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters contractId Specifies the unique ID of the contract. contractName Specifies the name of the contract coreCustomerId Specifies the unique ID of the core customer. coreCustomerName Specifies the name of the core customer. Specifies the email ID of the user phoneNumber Specifies the phone number of the user. {
"contractName": "Temenos India Pvt Limited New20210601",
"coreCustomerId": "",
"coreCustomerName": "",
"contractId": "7324741033",
"email": "",
"phoneNumber": "",
"phoneCountryCode": "",
"country": "",
"serviceDefinitionId": "5801fa32-a416-45b6-af01-b22e2de93777"
}
|
| Response: | {
"opstatus": 0,
"contracts": [{
"serviceDefinitionName": "Retail Online Banking",
"contractId": "7324741033",
"serviceDefinitionId": "5801fa32-a416-45b6-af01-b22e2de93777",
"contractName": "Temenos India Pvt Limited New20210601",
"contractCustomers": [{
"coreCustomerName": "Kony India Pvt Limited"
}],
"email": "temenos.corporation@temenos.com"
}],
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | contractId | NA | NA |
| NA | contractName | NA | NA |
| NA | coreCustomerId | NA | NA |
| NA | coreCustomerName | NA | NA |
| NA | country | NA | NA |
| NA | NA | NA | |
| NA | contracts | NA | NA |
| NA | serviceDefinitionId | NA | NA |
| NA | phoneNumber | NA | NA |
| NA | phoneCountryCode | NA | NA |
| Description: | This API allows the user to get contract details. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/getContractDetails |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters contractId (Mandatory) Specifies the unique ID of the contract. {
"contractId": "8327137993"
}
|
| Response: |
"serviceType": "TYPE_ID_RETAIL",
"servicedefinitionName": "Retail Online Banking",
"address": [],
"statusId": "SID_CONTRACT_ACTIVE",
"name": "Rolf",
"opstatus": 0,
"id": "8327137993",
"contractCustomers": [{
"country": "GermanyYY",
"zipCode": "01234",
"coreCustomerId": "801964",
"customerAccounts": [{
"ownerType": "",
"arrangementId": "ARR213017V293TRMXK",
"accountId": "131838",
"lastmodifiedts": "2021-10-28 06:17:38.0",
"statusDesc": "AUTH",
"accountName": "Savings Account",
"coreCustomerId": "801964",
"accountType": "Savings",
"contractId": "8327137993",
"typeId": "2",
"id": "211028061738050",
"createdts": "2021-10-28 06:17:38.0"
}, {
"ownerType": "",
"arrangementId": "ARR21301XQ140GC25K",
"accountId": "131881",
"lastmodifiedts": "2021-10-28 06:17:38.0",
"statusDesc": "AUTH",
"accountName": "Savings Account",
"coreCustomerId": "801964",
"accountType": "Savings",
"contractId": "8327137993",
"typeId": "2",
"id": "211028061738137",
"createdts": "2021-10-28 06:17:38.0"
}, {
"ownerType": "",
"arrangementId": "ARR21301YQ15FL4JOI",
"accountId": "131857",
"lastmodifiedts": "2021-10-28 06:17:38.0",
"statusDesc": "AUTH",
"accountName": "Current Account",
"coreCustomerId": "801964",
"accountType": "Checking",
"contractId": "8327137993",
"typeId": "1",
"id": "211028061738216",
"createdts": "2021-10-28 06:17:38.0"
}],
"industry": "Private Person (Name)",
"cityName": "Musterstadt",
"phone": "+91-9494949192",
"taxId": "",
"isPrimary": "true",
"isBusiness": "false",
"contractId": "8327137993",
"addressLine1": "Haupt Street 18",
"addressLine2": "",
"implicitAccountAccess": "false",
"id": "211028061738029",
"coreCustomerName": "TomRolf",
"state": "",
"accounts": [{
"ownerType": "",
"arrangementId": "ARR213017V293TRMXK",
"accountId": "131838",
"lastmodifiedts": "2021-10-28 06:17:38.0",
"statusDesc": "AUTH",
"accountName": "Savings Account",
"coreCustomerId": "801964",
"accountType": "Savings",
"contractId": "8327137993",
"typeId": "2",
"id": "211028061738050",
"createdts": "2021-10-28 06:17:38.0"
}, {
"ownerType": "",
"arrangementId": "ARR21301XQ140GC25K",
"accountId": "131881",
"lastmodifiedts": "2021-10-28 06:17:38.0",
"statusDesc": "AUTH",
"accountName": "Savings Account",
"coreCustomerId": "801964",
"accountType": "Savings",
"contractId": "8327137993",
"typeId": "2",
"id": "211028061738137",
"createdts": "2021-10-28 06:17:38.0"
}, {
"ownerType": "",
"arrangementId": "ARR21301YQ15FL4JOI",
"accountId": "131857",
"lastmodifiedts": "2021-10-28 06:17:38.0",
"statusDesc": "AUTH",
"accountName": "Current Account",
"coreCustomerId": "801964",
"accountType": "Checking",
"contractId": "8327137993",
"typeId": "1",
"id": "211028061738216",
"createdts": "2021-10-28 06:17:38.0"
}],
"email": "temenos@temenos.com"
}],
"servicedefinitionId": "5801fa32-a416-45b6-af01-b22e2de93777",
"communication": [{}],
"createdts": "2021-10-28 06:17:37.0",
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | contractId | NA | NA |
| NA | serviceType | NA | NA |
| NA | servicedefinitionName | NA | NA |
| NA | address | NA | NA |
| NA | statusId | NA | NA |
| NA | name | NA | NA |
| NA | id | NA | NA |
| NA | contractCustomers | NA | NA |
| NA | servicedefinitionId | NA | NA |
| NA | communication | NA | NA |
| NA | createdts | NA | NA |
| Description: | This API allows the user to get contract features and action limits. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/getContractFeatureActionLimits |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters contractId (Mandatory) Specifies the unique ID of the contract. {
"contractId": "8327137993"
}
|
| Response: | For response code, click here. |
| Error Code(s): |
|
| Enterprise Provider: | T24 |
| Enterprise API: |
T24 - /v3.0.0/party/customers?$filter |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | contractId | NA | NA |
| NA | featureDescription | NA | NA |
| NA | actions | NA | NA |
| NA | featureId | NA | NA |
| NA | featureName | NA | NA |
| NA | featureStatus | NA | NA |
| Description: | This API allows the user to search and get core customer details. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/searchCoreCustomers |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters coreCustomerId Specifies the unique ID of the core customer. {
"coreCustomerId": "100212"
}
|
| Response: | {{
"customers": [
{
"coreCustomerId": "100212",
"coreCustomerName": "Jim Miller1",
"firstName": "Jim",
"lastName": "Miller",
"phone": "+91-8985270130",
"email": "adithya.saikumar@temenos.com",
"addressLine1": "Keizersgracht",
"addressLine2": "Home",
"city": "Amsterdam",
"country": "Netherlands",
"zipCode": "10166",
"industry": "Private Person (Name)",
"isBusiness": "false",
"taxId": "259632",
"isAssociated": "true",
"sectorId": "1001"
}
],
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): | NA |
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | NA | NA | NA |
| Description: | This API allows the user to get core customer accounts. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/getCoreCustomerAccounts |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters coreCustomerIdList (Mandatory) Specifies the unique ID of the core customer list. {
"coreCustomerIdList": [
"800214"
]
}
|
| Response: | {
"coreCustomerAccounts": [
{
"coreCustomerId": "800214",
"accounts": [
{
"accountNumber": "119288",
"accountName": "Savings Account",
"accountType": "Savings",
"ownerType": "Beneficial Owner",
"isAssociated": "true",
"isSelected": "true",
"isNew": "false",
"typeId": "2",
"accountHolderName": "{\"username\":\"SOWMYA.V1\",\"fullname\":\"SOWMYA.V1\"}",
"accountStatus": "Active",
"arrangementId": "AA21105W794K"
}
]
}
],
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): | NA |
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | NA | NA | NA |
| Description: | This API allows the user to get contract details for relative core customer. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/getRelativeCoreCustomerContractDetails |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters coreCustomerId (Mandatory) Specifies the unique ID of the core customer. {
"coreCustomerId": "800261"
}
|
| Response: | TO-DO |
| Error Code(s): | NA |
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | NA | NA | NA |
| Description: | This API allows the user to get core customer features and action limits. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/getCoreCustomerRoleFeatureActionLimits |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters coreCustomerRoleIdList (Mandatory) Specifies the unique ID of the core customer list. {
"coreCustomerRoleIdList": "[{"coreCustomerId":"800214","serviceDefinitionId":"","roleId":"GROUP_ADMINISTRATOR"}]"
}
|
| Response: |
{
"features": [{
"coreCustomerId": "800214",
"coreCustomerFeatures": [{
"featureName": "Revoke Stop Payment Request",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Revoke Stop Payment Request",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "REVOKE_STOP_PAYMENT_REQUEST_CREATE",
"typeId": "NON_MONETARY",
"actionDescription": "Revoke Stop Payment Request",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Revoke Stop Payment Request"
}],
"featureId": "REVOKE_STOP_PAYMENT_REQUEST"
}, {
"featureName": "Call Bank",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Call to Bank",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CALL_BANK",
"typeId": "NON_MONETARY",
"actionDescription": "Call to Bank",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Call Bank"
}],
"featureId": "CALL_BANK"
}, {
"featureName": "Online Banking Access",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Disable Online Banking Access",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ONLINE_BANKING_ACCESS_DISABLE",
"typeId": "NON_MONETARY",
"actionDescription": "Disable Online Banking Access",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Disable Online Banking Access"
}],
"featureId": "ONLINE_BANKING_ACCESS"
}, {
"featureName": "Check Management",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage issued Check Payments",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CHECK_MANAGEMENT_ADD_STOP_CHECK_REQUEST",
"typeId": "NON_MONETARY",
"actionDescription": "Check management add stop check request",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[CHECK_MANAGEMENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Add Stop Cheque Request"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CHECK_MANAGEMENT",
"typeId": "NON_MONETARY",
"actionDescription": "Manage issued Check Payments",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Check Management"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CHECK_MANAGEMENT_VIEW_DISPUTED_CHECKS",
"typeId": "NON_MONETARY",
"actionDescription": "Check management view disputed checks",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[CHECK_MANAGEMENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Disputed Checks"
}],
"featureId": "CHECK_MANAGEMENT"
}, {
"featureName": "Stop Payment Request",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Stop Payment Request",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "STOP_PAYMENT_REQUEST_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Stop Payment Request",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Stop Payment Request"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "STOP_PAYMENT_REQUEST_CREATE",
"typeId": "NON_MONETARY",
"actionDescription": "Create New Stop Payment Request",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[STOP_PAYMENT_REQUEST_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Stop Payment Request"
}],
"featureId": "STOP_PAYMENT_REQUEST"
}, {
"featureName": "Manage Account Statements",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage Account Statements",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "VIEW_ESTATEMENTS",
"typeId": "NON_MONETARY",
"actionDescription": "View E-Statements",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View E-Statements"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "VIEW_COMBINED_STATEMENTS",
"typeId": "NON_MONETARY",
"actionDescription": "View Combined statements",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Combined statements"
}],
"featureId": "MANAGE_ACCOUNT_STATEMENTS"
}, {
"featureName": "Reset Security Questions",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Reset Security Questions",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "RESET_SECURITY_QUESTIONS",
"typeId": "NON_MONETARY",
"actionDescription": "Reset Security Questions",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Reset Security Questions"
}],
"featureId": "RESET_SECURITY_QUESTIONS"
}, {
"featureName": "Username Update",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Username Update",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "USERNAME_UPDATE",
"typeId": "NON_MONETARY",
"actionDescription": "Username Update",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Username Update"
}],
"featureId": "USERNAME_UPDATE"
}, {
"featureName": "Domestic Wire Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Wire Transfers within the country",
"actions": [{
"accessPolicyId": "BULK_VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_VIEW_BULK_TEMPLATES",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer view bulk templates",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Bulk Templates"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_DELETE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer delete recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Recipient"
}, {
"accessPolicyId": "BULK_CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_UPLOAD_BULK_FILES",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer upload bulk files",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW_BULK_FILES]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Upload Bulk Files"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "DOMESTIC_WIRE_TRANSFER_CREATE",
"typeId": "MONETARY",
"actionDescription": "Wire Transfers within the country",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Initiate Transfer"
}, {
"accessPolicyId": "BULK_VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_VIEW_BULK_FILES",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer view bulk files",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Bulk Files"
}, {
"accessPolicyId": "BULK_CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_UPDATE_BULK_TEMPLATES",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer create/edit bulk templates",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW_BULK_TEMPLATES]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create/Edit Bulk Templates"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View history of domestic wire transfers",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View History"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer view recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Recipients"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_CREATE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer create recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Recipient"
}, {
"accessPolicyId": "BULK_DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_DELETE_BULK_TEMPLATES",
"typeId": "NON_MONETARY",
"actionDescription": "Domestic wire transfer delete bulk templates",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW_BULK_TEMPLATES]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Delete Bulk Templates"
}],
"featureId": "DOMESTIC_WIRE_TRANSFER"
}, {
"featureName": "Bill Payment Service",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Pay your bills instantly",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_ACTIVATE_OR_DEACTIVATE_EBILL",
"typeId": "NON_MONETARY",
"actionDescription": "Bill pay activate or deactivate ebill",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[BILL_PAY_VIEW_PAYMENTS]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Activate or Deactivate Ebills"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_VIEW_PAYEES",
"typeId": "NON_MONETARY",
"actionDescription": "Bill pay view payees",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Payees"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_VIEW_PAYMENTS",
"typeId": "NON_MONETARY",
"actionDescription": "Bill pay view payments",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Payments"
}, {
"accessPolicyId": "BULK_CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_BULK",
"typeId": "NON_MONETARY",
"actionDescription": "Bulk Bill Pay",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[BILL_PAY_VIEW_PAYEES, BILL_PAY_VIEW_PAYMENTS]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Initiate Bulk Bill Payments"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_DELETE_PAYEES",
"typeId": "NON_MONETARY",
"actionDescription": "Bill pay delete payees",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[BILL_PAY_VIEW_PAYEES]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Payees"
}, {
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_ACTIVATE_OR_DEACTIVATE",
"typeId": "NON_MONETARY",
"actionDescription": "Activate or Deactivate Bill Pay",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[BILL_PAY_VIEW_PAYEES]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Activate or Deactivate Bill Pay"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_CREATE_PAYEES",
"typeId": "NON_MONETARY",
"actionDescription": "Bill pay create payees",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[BILL_PAY_VIEW_PAYEES]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Payees"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "BILL_PAY_CREATE",
"typeId": "MONETARY",
"actionDescription": "Bill Payment Service",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[BILL_PAY_VIEW_PAYMENTS]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Initiate Bill Payments"
}],
"featureId": "BILL_PAY"
}, {
"featureName": "Remote Deposit Capture",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Check Deposit be capturing image of the check from the MB or Tablet App",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "RDC",
"typeId": "NON_MONETARY",
"actionDescription": "Check Deposit be capturing image of the check from the MB or Tablet App",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Capture Remote Deposits"
}],
"featureId": "RDC"
}, {
"featureName": "Profile Settings",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Profile Settings",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PROFILE_SETTINGS_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Profile Settings",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Profile Settings"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PROFILE_SETTINGS_UPDATE",
"typeId": "NON_MONETARY",
"actionDescription": "Update Profile Settings",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[PROFILE_SETTINGS_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Update Profile Settings"
}],
"featureId": "PROFILE_SETTINGS"
}, {
"featureName": "Alert Management",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage Alerts",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ALERT_MANAGEMENT",
"typeId": "NON_MONETARY",
"actionDescription": "Alert Management",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Manage Alerts"
}],
"featureId": "ALERT_MANAGEMENT"
}, {
"featureName": "Customer requests and messages",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Customer requests and messages",
"actions": [{
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "MESSAGES_DELETE",
"typeId": "NON_MONETARY",
"actionDescription": "Delete Message",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[MESSAGES_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Delete Message"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "MESSAGES_CREATE_OR_REPLY",
"typeId": "NON_MONETARY",
"actionDescription": "Create Or Reply Message",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[MESSAGES_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Create/Reply to Messages"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "MESSAGES_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Message",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Message"
}],
"featureId": "MESSAGES"
}, {
"featureName": "Account Settings",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage Account Settings",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ACCOUNT_SETTINGS_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Account Settings",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Account Settings"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ACCOUNT_SETTINGS_EDIT",
"typeId": "NON_MONETARY",
"actionDescription": "Manage Account Settings",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[ACCOUNT_SETTINGS_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Manage Account Settings"
}],
"featureId": "ACCOUNT_SETTINGS"
}, {
"featureName": "Custom View",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Create or manage custom view",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CUSTOM_VIEW_MANAGE",
"typeId": "NON_MONETARY",
"actionDescription": "Manage custom view",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Manage custom view"
}],
"featureId": "CUSTOM_VIEW"
}, {
"featureName": "Approval Matrix",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage approval matrix of an organisation",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "APPROVAL_MATRIX_MANAGE",
"typeId": "NON_MONETARY",
"actionDescription": "Approval matrix manage",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[APPROVAL_MATRIX_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Manage Approval Matrix"
}, {
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "APPROVAL_MATRIX_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "Approval matrix view",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Approval Matrix"
}],
"featureId": "APPROVAL_MATRIX"
}, {
"featureName": "Login",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Login",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "LOGIN",
"typeId": "NON_MONETARY",
"actionDescription": "Login",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Login"
}],
"featureId": "LOGIN"
}, {
"featureName": "Open Banking Access",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Open Banking Access",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "OPEN_BANKING_ACCESS_ENABLED",
"typeId": "NON_MONETARY",
"actionDescription": "Open Banking Access Enabled",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Open Banking Access Enabled"
}],
"featureId": "OPEN_BANKING_ACCESS"
}, {
"featureName": "View Loan Schedule ",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "View Loan Schedule ",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "VIEW_LOAN_SCHEDULE",
"typeId": "NON_MONETARY",
"actionDescription": "Allows user to view loan schedule",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Loan Schedule"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "VIEW_INSTALLMENT_SUMMARY",
"typeId": "NON_MONETARY",
"actionDescription": "Allows user to view installment summary",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Installment Summary"
}],
"featureId": "LOAN_SCHEDULE"
}, {
"featureName": "Direct Debit",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage Direct Debit",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DIRECT_DEBIT_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Direct Debits",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Direct Debits"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "SKIP_NEXT_PAYMENT",
"typeId": "NON_MONETARY",
"actionDescription": "Skip Next Payment",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Skip Next Payment"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DIRECT_DEBIT_CREATE",
"typeId": "NON_MONETARY",
"actionDescription": "Create Direct Debits",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[DIRECT_DEBIT_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Create Direct Debits"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DIRECT_DEBIT_CANCEL",
"typeId": "NON_MONETARY",
"actionDescription": "Cancel Direct Debits",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Cancel Direct Debits"
}],
"featureId": "DIRECT_DEBIT"
}, {
"featureName": "Transaction management",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Transaction management",
"actions": [{
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSACTION_MANAGEMENT_DELETE",
"typeId": "NON_MONETARY",
"actionDescription": "Delete Transaction",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Delete Transaction"
}],
"featureId": "TRANSACTION_MANAGEMENT"
}, {
"featureName": "Applicant",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Applicant",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "APPLICANT_MANAGEMENT_CREATE",
"typeId": "NON_MONETARY",
"actionDescription": "Create Applicant",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Create Applicant"
}],
"featureId": "APPLICANT_MANAGEMENT"
}, {
"featureName": "Cheque Book Request",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage Cheque Book Request",
"actions": [{
"accessPolicyId": "APPROVE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CHEQUE_BOOK_REQUEST_APPROVE",
"typeId": "NON_MONETARY",
"actionDescription": "Approve Cheque Book Request",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[CHEQUE_BOOK_REQUEST_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Approve Cheque Book Request"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CHEQUE_BOOK_REQUEST_CREATE",
"typeId": "NON_MONETARY",
"actionDescription": "Create New Cheque Book Request",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[CHEQUE_BOOK_REQUEST_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Request"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CHEQUE_BOOK_REQUEST_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Cheque Book Requests",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Requests"
}],
"featureId": "CHEQUE_BOOK_REQUEST"
}, {
"featureName": "Access Engage",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "access engage",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ACCESS_ENGAGE",
"typeId": "NON_MONETARY",
"actionDescription": "access engage",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Access Engage"
}],
"featureId": "ACCESS_ENGAGE"
}, {
"featureName": "Intra Bank Fund Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer to other members of the Credit Union. Member to member Transfer",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTRA_BANK_FUND_TRANSFER_CREATE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Intra bank fund transfer create recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTRA_BANK_FUND_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Recipient"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTRA_BANK_FUND_TRANSFER_DELETE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Intra bank fund transfer delete recepient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTRA_BANK_FUND_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Recipient"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "INTRA_BANK_FUND_TRANSFER_CREATE",
"typeId": "MONETARY",
"actionDescription": "Fund Transfer to other members of the Credit Union. Member to member Transfer",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTRA_BANK_FUND_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Create/Edit Transfer"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTRA_BANK_FUND_TRANSFER_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View history of fund transfers to Other Members of the Credit Union / Bank. Member to Member Transfer",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Transactions"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTRA_BANK_FUND_TRANSFER_VIEW_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Intra bank fund transfer view recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Recipients"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTRA_BANK_FUND_TRANSFER_CANCEL",
"typeId": "NON_MONETARY",
"actionDescription": "Cancel Fund Transfer to other members of the Credit Union. Member to member Transfer",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Cancel Transfer"
}],
"featureId": "INTRA_BANK_FUND_TRANSFER"
}, {
"featureName": "View Cheque",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "View Cheques",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "VIEW_CHEQUES_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Cheque Status",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Cheque Status"
}],
"featureId": "VIEW_CHEQUES"
}, {
"featureName": "International Account to Account Fund Transfer ",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer to Accounts in International Banks and Credit Unions",
"actions": [{
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_DELETE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "International account fund transfer delete recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Recipient"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "International account fund transfer view recepient",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Recipients"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_CANCEL",
"typeId": "NON_MONETARY",
"actionDescription": "Cancel Fund Transfer to Accounts in other domestic Banks and Credit Unions",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Cancel Transfer"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_CREATE",
"typeId": "MONETARY",
"actionDescription": "Fund Transfer to Accounts in International Banks and Credit Unions",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Create/Edit Transfer"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View history of fund transfers to Accounts in International Banks and Credit Unions",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View History"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_CREATE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "International account fund transfer create recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Recipient"
}],
"featureId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER"
}, {
"featureName": "Payee Management",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Payee Management",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PAYEE_MANAGEMENT_EDIT",
"typeId": "NON_MONETARY",
"actionDescription": "Edit Payee",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[PAYEE_MANAGEMENT_VIEW, PAYEE_MANAGEMENT_CREATE]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Edit Payee"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PAYEE_MANAGEMENT_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Payee",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Payee"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PAYEE_MANAGEMENT_DELETE",
"typeId": "NON_MONETARY",
"actionDescription": "Delete Payee",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[PAYEE_MANAGEMENT_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Delete Payee"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PAYEE_MANAGEMENT_CREATE",
"typeId": "NON_MONETARY",
"actionDescription": "Create Payee",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[PAYEE_MANAGEMENT_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Create Payee"
}],
"featureId": "PAYEE_MANAGEMENT"
}, {
"featureName": "Account Aggregation",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Add & Manage External Accounts",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ADD_EXTERNAL_ACCOUNT",
"typeId": "NON_MONETARY",
"actionDescription": "Add External Account",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[MANAGE_EXTERNAL_ACCOUNT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Add External Account"
}, {
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "MANAGE_EXTERNAL_ACCOUNT",
"typeId": "NON_MONETARY",
"actionDescription": "Manage External Account",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Manage External Account"
}],
"featureId": "ACCOUNT_AGGREGATION"
}, {
"featureName": "Conversational Banking",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Conversational Banking",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "ACTIVATE_CHAT_BOT",
"typeId": "NON_MONETARY",
"actionDescription": "Activate Chat Bot",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Activate Chat Bot"
}],
"featureId": "CONVERSATIONAL_BANKING"
}, {
"featureName": "Manage Debit and Credit Cards",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "View card information, activate or deactivate a card, request replacement for a card, report a lost or stolen card, cancel the usage of a card, and request a new PIN for a card",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_PARTIAL_UPDATE",
"typeId": "NON_MONETARY",
"actionDescription": "Card management partial update",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Partial Update"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_CHANGE_PIN",
"typeId": "NON_MONETARY",
"actionDescription": "Change debit card pin online or raise a request to change credit card pin",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Change PIN"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_REPORT_CARD_STOLEN",
"typeId": "NON_MONETARY",
"actionDescription": "Report a lost or stolen card, and block it to prevent any fraudulent transactions",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Report Card Lost or Stolen"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_APPLY_FOR_DEBIT_CARD",
"typeId": "NON_MONETARY",
"actionDescription": "Apply for debit card",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Apply For Debit Card"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_ADD_CARD_APPLE_WALLET",
"typeId": "NON_MONETARY",
"actionDescription": "Add Card To Apple Wallet",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Add Card To Apple Wallet"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_UPDATE_PURCHASE",
"typeId": "NON_MONETARY",
"actionDescription": "Update daily purchase limit",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Update Purchase Limit"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_ACTIVATE_CARD",
"typeId": "NON_MONETARY",
"actionDescription": "Activate a new credit card",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Activate Card"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_UPDATE_WITHDRAWAL",
"typeId": "NON_MONETARY",
"actionDescription": "Update daily withdrawal limit",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Update Withdrawal Limit"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT",
"typeId": "NON_MONETARY",
"actionDescription": "Manage Debit and Credit Cards",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Card Management"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_ADD_CARD_SAMSUNG_PAY",
"typeId": "NON_MONETARY",
"actionDescription": "Add Card To Samsung Pay",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Add Card To Samsung Pay"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_UNLOCK_CARD",
"typeId": "NON_MONETARY",
"actionDescription": "Unlock a temporarily locked card",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Unlock Card"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_CANCEL_CARD",
"typeId": "NON_MONETARY",
"actionDescription": "Stop or cancel the use of any of the saved cards",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Cancel Card"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_REPLACE_CARD",
"typeId": "NON_MONETARY",
"actionDescription": "Request a replacement for any of the saved debit or credit card",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Replace Card"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_CREATE_CARD_REQUEST",
"typeId": "NON_MONETARY",
"actionDescription": "Card Management Create Card Request",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Create Card Request"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_LOCK_CARD",
"typeId": "NON_MONETARY",
"actionDescription": "Temporarily lock or disable any debit or credit card",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[CARD_MANAGEMENT]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Lock Card"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "CARD_MANAGEMENT_ADD_CARD_GOOGLE_PAY",
"typeId": "NON_MONETARY",
"actionDescription": "Add Card To Google Pay",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Add Card To Google Pay"
}],
"featureId": "CARD_MANAGEMENT"
}, {
"featureName": "Dispute Transactions",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Dispute Transactions",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DISPUTE_TRANSACTIONS",
"typeId": "NON_MONETARY",
"actionDescription": "Dispute Transactions",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Dispute a Transaction"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DISPUTE_TRANSACTIONS_MANAGE",
"typeId": "NON_MONETARY",
"actionDescription": "Dispute Transaction manage",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[DISPUTE_TRANSACTIONS_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Manage Disputed Transactions"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DISPUTE_TRANSACTIONS_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "Dispute Transaction view",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Disputed Transactions"
}],
"featureId": "DISPUTE_TRANSACTIONS"
}, {
"featureName": "Notification",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Notification",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "NOTIFICATION_UPDATE",
"typeId": "NON_MONETARY",
"actionDescription": "Update Notification",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[NOTIFICATION_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Update Notification"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "NOTIFICATION_DELETE",
"typeId": "NON_MONETARY",
"actionDescription": "Delete Notification",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[NOTIFICATION_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Delete Notification"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "NOTIFICATION_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Notification",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Notification"
}],
"featureId": "NOTIFICATION"
}, {
"featureName": "FX Rates",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "View FX rates",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "FX_RATES_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View FX rates",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View FX Rates"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "FX_RATES_VIEW_CALCULATOR",
"typeId": "NON_MONETARY",
"actionDescription": "View FX calculator",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[FX_RATES_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View FX Calculator"
}],
"featureId": "FX_RATES"
}, {
"featureName": "Transfer between customer own accounts",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer between different eligible accounts of a member",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_CREATE",
"typeId": "MONETARY",
"actionDescription": "Fund Transfer between different eligible accounts of a member",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Create/Edit Transfer"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View history of fund transfers between different eligible accounts of a member",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Transactions"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_CANCEL",
"typeId": "NON_MONETARY",
"actionDescription": "Transfer between customer own accounts - Cancel Transactions",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Cancel Transfer"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_DELETE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Transfer between own account delete recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Recipient"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_CREATE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Transfer between own account create recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Recipient"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Transfer between own account view recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Recipients"
}],
"featureId": "TRANSFER_BETWEEN_OWN_ACCOUNT"
}, {
"featureName": "International Wire Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "International Wire Transfer",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_WIRE_TRANSFER_CREATE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "International wire transfer create recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTERNATIONAL_WIRE_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Recipient"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_WIRE_TRANSFER_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View history of international wire transfers",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View History"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "INTERNATIONAL_WIRE_TRANSFER_CREATE",
"typeId": "MONETARY",
"actionDescription": "International Wire Transfers",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTERNATIONAL_WIRE_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Initiate Transfer"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_WIRE_TRANSFER_VIEW_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "International wire transfer viewrecipient",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Recipients"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_WIRE_TRANSFER_DELETE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "International wire transfer delete recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTERNATIONAL_WIRE_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Recipient"
}],
"featureId": "INTERNATIONAL_WIRE_TRANSFER"
}, {
"featureName": "Password Update",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Password Update",
"actions": [{
"accessPolicyId": "ADMIN",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "PASSWORD_UPDATE",
"typeId": "NON_MONETARY",
"actionDescription": "Password Update",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Password Update"
}],
"featureId": "PASSWORD_UPDATE"
}, {
"featureName": "Withdraw Cash",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Cardless cash withdrawl in account",
"actions": [{
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "WITHDRAW_CASH_VIEW_SUMMARY",
"typeId": "NON_MONETARY",
"actionDescription": "View summary of Cardless Cash Withdrawn in Account",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Withdrawal Summary"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "WITHDRAW_CASH_CARDLESS_CASH",
"typeId": "NON_MONETARY",
"actionDescription": "Inititate Cardless Cash Withdrawal in Account",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[WITHDRAW_CASH_VIEW_SUMMARY]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Cardless Cash Withdrawal"
}],
"featureId": "WITHDRAW_CASH"
}, {
"featureName": "Feedback",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Feedback",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "FEEDBACK_SUBMIT",
"typeId": "NON_MONETARY",
"actionDescription": "Submit Feedback",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Submit Feedback"
}],
"featureId": "FEEDBACK"
}, {
"featureName": "Interbank Account to Account Fund Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer to Accounts in other domestic Banks and Credit Unions",
"actions": [{
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_CANCEL",
"typeId": "NON_MONETARY",
"actionDescription": "Cancel Fund Transfer to Accounts in other domestic Banks and Credit Unions",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Cancel Transfer"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Inter bank fund transfer view recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View Recipients"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"limitGroupDescription": "Payment made to single entity",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_CREATE",
"typeId": "MONETARY",
"actionDescription": "Fund Transfer to Accounts in other domestic Banks and Credit Unions",
"isAccountLevel": "1",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"limitGroupName": "Single Payment",
"actionName": "Create/Edit Transfer"
}, {
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_CREATE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Inter bank fund transfer create recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Create Recipient"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_DELETE_RECEPIENT",
"typeId": "NON_MONETARY",
"actionDescription": "Inter bank fund transfer delete recipient",
"isAccountLevel": "1",
"limitGroupId": "",
"dependentActions": "[INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "Delete Recipient"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View history of fund transfers to Accounts in other domestic Banks and Credit Unions",
"isAccountLevel": "1",
"limitGroupId": "",
"actionLevelId": "ACCOUNT_LEVEL",
"actionName": "View History"
}],
"featureId": "INTER_BANK_ACCOUNT_FUND_TRANSFER"
}, {
"featureName": "Signatory Groups",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Manage Signatory Groups for an organization",
"actions": [{
"accessPolicyId": "CREATE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "SIGNATORY_GROUP_CREATE_EDIT",
"typeId": "NON_MONETARY",
"actionDescription": "Create/Edit Signatory Groups",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[SIGNATORY_GROUP_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Create/Edit Signatory Groups"
}, {
"accessPolicyId": "DELETE",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "SIGNATORY_GROUP_DELETE",
"typeId": "NON_MONETARY",
"actionDescription": "Delete Signatory Groups",
"isAccountLevel": "0",
"limitGroupId": "",
"dependentActions": "[SIGNATORY_GROUP_VIEW]",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "Delete Signatory Groups"
}, {
"accessPolicyId": "VIEW",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "SIGNATORY_GROUP_VIEW",
"typeId": "NON_MONETARY",
"actionDescription": "View Signatory Groups",
"isAccountLevel": "0",
"limitGroupId": "",
"actionLevelId": "CUSTOMERID_LEVEL",
"actionName": "View Signatory Groups"
}],
"featureId": "SIGNATORY_GROUP"
}]
}],
"opstatus": 0,
"limits": [{
"coreCustomerLimits": [{
"featureName": "Bill Payment Service",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Pay your bills instantly",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "Bill Payment Service",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[BILL_PAY_VIEW_PAYMENTS]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "BILL_PAY_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Initiate Bill Payments"
}],
"featureId": "BILL_PAY"
}, {
"featureName": "Transfer between customer own accounts",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer between different eligible accounts of a member",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "Fund Transfer between different eligible accounts of a member",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Create/Edit Transfer"
}],
"featureId": "TRANSFER_BETWEEN_OWN_ACCOUNT"
}, {
"featureName": "International Wire Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "International Wire Transfer",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "International Wire Transfers",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTERNATIONAL_WIRE_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_WIRE_TRANSFER_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Initiate Transfer"
}],
"featureId": "INTERNATIONAL_WIRE_TRANSFER"
}, {
"featureName": "Intra Bank Fund Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer to other members of the Credit Union. Member to member Transfer",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "Fund Transfer to other members of the Credit Union. Member to member Transfer",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTRA_BANK_FUND_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTRA_BANK_FUND_TRANSFER_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Create/Edit Transfer"
}],
"featureId": "INTRA_BANK_FUND_TRANSFER"
}, {
"featureName": "Domestic Wire Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Wire Transfers within the country",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "Wire Transfers within the country",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[DOMESTIC_WIRE_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "DOMESTIC_WIRE_TRANSFER_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Initiate Transfer"
}],
"featureId": "DOMESTIC_WIRE_TRANSFER"
}, {
"featureName": "International Account to Account Fund Transfer ",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer to Accounts in International Banks and Credit Unions",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "Fund Transfer to Accounts in International Banks and Credit Unions",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Create/Edit Transfer"
}],
"featureId": "INTERNATIONAL_ACCOUNT_FUND_TRANSFER"
}, {
"featureName": "Interbank Account to Account Fund Transfer",
"featureStatus": "SID_FEATURE_ACTIVE",
"featureDescription": "Fund Transfer to Accounts in other domestic Banks and Credit Unions",
"actions": [{
"accessPolicyId": "CREATE",
"limitGroupDescription": "Payment made to single entity",
"actionDescription": "Fund Transfer to Accounts in other domestic Banks and Credit Unions",
"limitGroupId": "SINGLE_PAYMENT",
"dependentActions": "[INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW]",
"actionLevelId": "ACCOUNT_LEVEL",
"actionStatus": "SID_ACTION_ACTIVE",
"actionId": "INTER_BANK_ACCOUNT_FUND_TRANSFER_CREATE",
"typeId": "MONETARY",
"isAccountLevel": "1",
"limitGroupName": "Single Payment",
"limits": [{
"id": "WEEKLY_LIMIT",
"value": "5000.0"
}, {
"id": "MAX_TRANSACTION_LIMIT",
"value": "500.0"
}, {
"id": "DAILY_LIMIT",
"value": "1000.0"
}],
"actionName": "Create/Edit Transfer"
}],
"featureId": "INTER_BANK_ACCOUNT_FUND_TRANSFER"
}],
"coreCustomerId": "800214"
}],
"httpStatusCode": 0
}
|
| Error Code(s): | NA |
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | NA | NA | NA |
| Description: | This API allows the user to gets accounts linked to the contract. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/ExternalUserManagement/operations/Contract/getContractAccounts |
| Security Level: | Authenticated App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters contractId (Mandatory) Specifies the unique ID of the contract. {
"contractId": "7324741033"
}
|
| Response: | {
"contractAccounts": [{
"ownerType": "Owner",
"arrangementId": "AA20079MGM0M",
"accountId": "202106010101",
"lastmodifiedts": "2021-10-26 05:15:41.0",
"statusDesc": "Active",
"accountName": "Rewards Savings",
"coreCustomerId": "2021060101",
"accountType": "Savings",
"contractId": "7324741033",
"typeId": "2",
"id": "211026051541202",
"createdts": "2021-10-26 05:15:41.0"
}, {
"ownerType": "Owner",
"arrangementId": "AA20079MGM0M",
"accountId": "202106010102",
"lastmodifiedts": "2021-10-26 05:15:41.0",
"statusDesc": "Active",
"accountName": "Rewards Savings",
"coreCustomerId": "2021060101",
"accountType": "Savings",
"contractId": "7324741033",
"typeId": "2",
"id": "211026051541258",
"createdts": "2021-10-26 05:15:41.0"
}],
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
NA |
| Enterprise Provider: | NA |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | NA | NA | NA |
| Parameter Name | DataType | Optional/Mandatory | Description |
|---|---|---|---|
| accountHolderName | String | Mandatory | accountHolder Name |
| accountName | String | Mandatory | account Name |
| accountNumber | String | Mandatory | account Number |
| accountType | String | Mandatory | account Type |
| address | String | Mandatory | address |
| addressLine1 | String | Mandatory | addressLine1 |
| addressLine2 | String | Mandatory | addressLine2 |
| authorizedSignatory | String | Mandatory | authorizedSignatory |
| authorizedSignatoryRoles | String | Mandatory | authorizedSignatory Roles |
| Cif | String | Mandatory | Cif |
| city | String | Mandatory | city |
| communication | String | Mandatory | communication |
| companyName | String | Mandatory | Name of the company |
| contractCustomers | String | Mandatory | contractCustomers |
| contractId | String | Mandatory | contractId |
| contractName | String | Mandatory | Name of the contract |
| coreCustomerId | String | Mandatory | coreCustomerId |
| coreCustomerName | String | Mandatory | Name of the coreCustomer |
| coreCustomerRoleIdList | String | Mandatory | coreCustomerRoleIdList |
| country | String | Mandatory | country |
| customerName | String | Mandatory | Name of the customer |
| customers | String | Mandatory | customers |
| customerStatus | String | Mandatory | Status of the customer |
| dateOfBirth | String | Mandatory | Date Of Birth |
| String | Mandatory | ||
| faxId | String | Mandatory | fax Id |
| FirstName | String | Mandatory | FirstName |
| id | String | Mandatory | id |
| industry | String | Mandatory | industry |
| isAssociated | String | Mandatory | isAssociated |
| LastName | String | Mandatory | LastName |
| masterServiceKey | String | Mandatory | Master Service Key |
| name | String | Mandatory | Name |
| phone | String | Mandatory | phone |
| phoneCountryCode | String | Mandatory | Phone CountryCode |
| phoneNumber | String | Mandatory | Phone Number |
| rejectedby | String | Mandatory | rejectedby |
| rejectedReason | String | Mandatory | Rejected Reason |
| relationshipId | String | Mandatory | relationship Id |
| relationshipName | String | Mandatory | relationship Name |
| serviceDefinitionId | String | Mandatory | serviceDefinition Id |
| serviceDefinitionName | String | Mandatory | serviceDefinition Name |
| serviceKey | String | Mandatory | Service Key |
| Ssn | String | Mandatory | Ssn |
| state | String | Mandatory | state |
| statusId | String | Mandatory | status Id |
| Taxid | String | Mandatory | Taxid |
| zipCode | String | Mandatory | ZipCode |
In this topic