Business Enrollment
The Business Enrollment APIs lets the business customers to enroll themselves into online banking from the Digital Banking application.
This capability is provided to the authorized persons of a business only, and the application must be able to authenticate such a user before allowing them to proceed with the enrollment.
The application integrates with both customer-centric cores and account-centric cores. It allows the creation of the virtual business entities by either aggregating a set of customer IDs or a set of account numbers.
| Name | Description | Introduced in |
|---|---|---|
| getBusinessTypes | This API fetches the list of supported business types. | 2020.07 |
| getAllAccounts | This API fetches all the accounts. | 2020.07 |
| getDbxOrganizationDetails | This API fetches the organization details. | 2020.07 |
| getBusinessTypeRoles | This API fetches the roles/groups that are associated with a specific business-type. | 2020.07 |
| getAllFeatures | This API fetches the list of services and features. | 2020.07 |
| AccountType | This API fetches the list of account types. | 2020.07 |
| getAccountCentricDetails | This API fetches the account details. | 2020.07 |
| checkIfCompanyExists | Verifies if a company exists. | 2020.07 |
| getCompanyAccounts | Retrieves the accounts associated with the company. | 2020.07 |
| getOrganizationBusinessTypeSignatories | This API fetches the signatory types that are associated with the organization’s business type. | 2020.07 |
| getCustomerTermsAndConditionsPreLogin | This API fetches the terms and conditions of business enrollment. | 2020.07 |
| enrollContract | Enrolls a contract with the application. | 2021.01 |
| getServiceDefinitionsForContracts | Retrieves the service definitions that can be associated with the contracts. | 2021.01 |
| getServiceDefinitionRoles | Retrieves the roles associated with the service definition. The roles can then be assigned to the users of a contract. | 2021.01 |
| getServicedefinitionAndRoleFeatures | Retrieves the common features, actions, and action limits that are associated with a service definition. | 2021.01 |
In this topic