Create User Disclosure
Loading...
API endpoint path: /db-disclosures/v1/institution-user-disclosures
Creates a new user disclosure acceptance record. Use this to record when a user accepts or enrolls in a disclosure during onboarding or account updates.
Scope Required: disclosures:write
For multi-statement disclosures (e.g., e-statement consent), the accountType parameter
specifies which account type the disclosure applies to. This API can also be used to update
online statement disclosure.
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 500
- 501
Success
User disclosure created successfully (no content returned)
Bad request Possible causes:
- Request header is too long.
- Request is missing a transactionId header.
Unauthorized Possible causes:
- Full authentication was not provided in the request.
- The authentication token that was sent in the request is invalid.
Forbidden Possible causes:
- The authentication provided does not authorize this request.
Internal Server Error Possible causes:
- Documents and Preferences are not created successfully.
- Documents and Preferences are not retrieved successfully.
- Various server errors
Not implemented Possible causes:
- Disclosure operation is not supported