Iban Check Status Count

The IbanCheckStatusCount table in the Account package stores the count of bank account Iban check statuses in the system. The table consists of columns: 'ibanCheckStatus', 'count'. The IbanCheckStatus column stores the Iban check status name, while the count column stores the corresponding count of Iban checks in the system with that particular status. This information is used by the system to monitor the performance of Iban verification processes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

The IbanCheckStateBadge field is a primary key field for the IbanCheckStatusCount table and is of type nvarchar, with a maximum length of 4000 characters. It is used to store the badge state associated with each IbanCheckStatusCount entry, providing a visual indication of the status of the corresponding IbanCheck process.

int32 | null

The StateCount field of data type int in the IbanCheckStatusCount table holds a count of the number of IbanCheckStatus codes for each state/province.

string | null

The StateCountHtml field stores the raw HTML string that provides a detailed statistical overview of successful and unsuccessful IBAN checks organized by state. The data type is set to nvarchar with a maximum length of 332 characters in order to accommodate any potential outliers. This field is stored in the IbanCheckStatusCount table.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!