Api to fetch the opt-in data

This API can be used to get the opt-in data for maximum of 90 days for the entire FI. Data can be filtered based on account type and FI Customer ID.

ENDPOINTS

post

/v1/reports/e-statements

Header parameters

Collapse

Expand

correlationId

string

required

UUID that uniquely identifies the request. This id allows the request to be traced through the entire request and reponse flow.

Authorization

string

required

Standard OAuth 2.0 access token. A string composed of 'Bearer' + '(space)' + '{token}'

Body parameters

Collapse

Expand

No items found.

{"customerId":"bfdf0fe66b334326b9f89f42c5af445c","accountType":"SAVINGS","limit":25,"offset":10,"fromDate":"04-30-2023","toDate":"05-30-2023"}

Query parameters

Collapse

Expand

No items found.

Path parameters

Collapse

Expand

No items found.

Response Body

{"totalCount":100,"StatementOptInReport":[{"userId":"bfdf0fe66b334326b9f89f42c5af445c","userName":"John Doe","accountNumber":9900002001,"accountType":"SAVINGS","optInEstatement":true,"optInPaperStatement":false,"optInDateTime":"1985-05-22T00:00:00-07:00"}]}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

Response Body

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl -X 'POST' \ 
 'https://api.candescent.com/digitalbanking/ux-users/v1/reports/e-statements' \ 
 -H 'authorization: Bearer 18FaavwuGejYXBhj7grtrP57ZbCX' \ 
 -H 'correlationid: f8187c63-678f-4f0c-9263-46723794661a' \ 
 -H 'accept: application/json' \ 
 -H 'content-type: application/json' \ 
 -d '{
  "customerId": "bfdf0fe66b334326b9f89f42c5af445c",
  "accountType": "SAVINGS",
  "limit": 25,
  "offset": 10,
  "fromDate": "04-30-2023",
  "toDate": "05-30-2023"
}';
Get Response

RESPONSE

copy responseexpand responseclose response

{"totalCount":100,"StatementOptInReport":[{"userId":"bfdf0fe66b334326b9f89f42c5af445c","userName":"John Doe","accountNumber":9900002001,"accountType":"SAVINGS","optInEstatement":true,"optInPaperStatement":false,"optInDateTime":"1985-05-22T00:00:00-07:00"}]}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}

close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.