Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

System Requirements & Configurations
The Disclosure service can be accessed from the developer portal.
There are two types of services available: one for institution disclosures and one for institution user disclosure.
The service type in the developer portal is Disclosure, and the service subTypes is db-apx-disclosures-services.
The service uses a v2 authentication token and requires it to be generated with scopes as disclosure:reads, institution-users:read for getting the disclosures. For adding/updating disclosures, disclosures:write is required in the body.
There are two types of services available: one for institution disclosures and one for institution user disclosure.
The service type in the developer portal is Disclosure, and the service subTypes is db-apx-disclosures-services.
The service uses a v2 authentication token and requires it to be generated with scopes as disclosure:reads, institution-users:read for getting the disclosures. For adding/updating disclosures, disclosures:write is required in the body.
ENDPOINTS
No items found.
Header parameters
Collapse
Expand
No items found.
Body parameters
Collapse
Expand
No items found.
No items found.
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
No items found.
Responses
Collapse
Expand
No items found.
curl --request GET \
--url 'https://api.ncr.com/digitalbanking/db-accounts/v1/accounts?viewName=SOME_STRING_VALUE&crossAccount=SOME_BOOLEAN_VALUE&%24filter=SOME_STRING_VALUE&additionalFields=SOME_BOOLEAN_VALUE&%24apply=SOME_STRING_VALUE&%24skipGroups=SOME_STRING_VALUE&%24topGroups=SOME_STRING_VALUE' \
--header 'Accept: SOME_STRING_VALUE' \
--header 'Content-Type: SOME_STRING_VALUE' \
--header 'accept: application/xml' \
--header 'authorization: SOME_STRING_VALUE' \
--header 'transactionId: SOME_STRING_VALUE'
No items found.
No items found.