Gets the specific image for an account

The service uses a v2 authentication token and requires the token to be generated with scopes as images:read in the body.

ENDPOINTS

get

/v1/banking-images/{bankingImageId}

Header parameters

Collapse

Expand

callingAppId

string

no

The id of the app or service calling the banking images service.

Authorization

string

required

An OAuth2 access token (in JWT format) that authorizes this request. The transactions:read and accounts:read scopes are required to access this API. Must be in the format Bearer {JWT}

transactionId

string

required

An ID that identifies this request. A unique identifier should be generated for each request made.

Body parameters

Collapse

Expand

No items found.
No items found.

Query parameters

Collapse

Expand

institutionCustomerId

string

no

LocationId for the business banking user for which onlinestatements are being retrieved. This is a required parameter for BB User.

statementDate

string

no

The date for which statement image will be generated.

imageType

string

required

The type of the image(s) to fetch. The possible options are CHECK, DEPOSIT_SLIP, and STATEMENT.

accountId

string

required

The ID of the account for which images are being requested.

Path parameters

Collapse

Expand

bankingImageId

string

required

The ID of the image to be retrieved.

Response Body

{"id":"string","institutionId":"string","institutionCustomerId":"string","accountId":"string","imageType":"CHECK","imageInfoItems":[{"data":"string","type":"PNG","view":"FRONT","pageNumber":"string"}],"transactionImageNumber":"string","transactionDate":"string","transactionDescription":"string","transactionStatus":"ACCEPTED","amount":0,"statementType":"ACC","statementDate":"string","statementFrom":"string","statementTo":"string"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl -X 'GET' \ 
 'https://api.candescent.com/digitalbanking/db-banking-images/v1/banking-images/{bankingImageId}' \ 
 -H 'transactionid: SOME_STRING_VALUE' \ 
 -H 'authorization: SOME_STRING_VALUE' \ 
 -H 'callingappid: SOME_STRING_VALUE' \ 
 -H 'accept: application/json' \ 
Get Response

RESPONSE

copy responseexpand responseclose response
No items found.
No items found.
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.