.png)
Retrive the status of checks
ENDPOINTS
Header parameters
Collapse
originatingSessionId
string
no
The session id corresponding to the request. Should be sent only if the calling app wants to display the .sessionId attribute in global logging.
originatingUserAgent
string
no
Identifies all the information about users browser or testing tool info. Should be sent only if the calling app wants to display the .userAgent attribute in global logging.
originatingLocale
string
no
Local language of the user. Should be sent only if the calling app wants to display the .locale attribute in global logging.
callingAppId
string
no
The id of the app or service calling the transactions service.
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
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}
Body parameters
Collapse
Query parameters
Collapse
institutionCustomerId
string
no
The institution customer id that identifies the location for which transactions should be retrieved. Required for BB users.
accountId
string
required
The ID of the account for which transactions are being requested.
action
string
required
The query param is supported to specify the bulk action.
Responses
Collapse
200
Success
Response Body
{"count":0,"Check":{"id":"string","institutionId":"string","institutionUserId":"string","institutionCustomerId":"string","accountId":"string","amount":{"currencyCode":"AED","amount":0},"madeDate":"2019-08-24","paidDate":"2019-08-24","status":"CHECK_NOT_FOUND"}}
400
Client error
Response Body
{"code":"string","message":"string"}
401
Authentication error
Response Body
{"code":"string","message":"string"}
403
Forbidden
Response Body
{"code":"string","message":"string"}
404
Not found
Response Body
{"code":"string","message":"string"}
500
Server error
Response Body
{"code":"string","message":"string"}
curl --request GET \
--url 'https://api.candescent.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'
RESPONSE
{"count":0,"Check":{"id":"string","institutionId":"string","institutionUserId":"string","institutionCustomerId":"string","accountId":"string","amount":{"currencyCode":"AED","amount":0},"madeDate":"2019-08-24","paidDate":"2019-08-24","status":"CHECK_NOT_FOUND"}}
{"code":"string","message":"string"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}