Bank Code. Fetch data by Account number POST

# ENDPOINT
/api/bankcode/getData/bankByAccountNumberSearchRequest
# REQUEST arguments
Variable Value Example Usage Description
X-App-Sig
header
0
M
# REQUEST BODY
# RESPONSE
        						
# REQUEST arguments
Variable Name Type Format Usage Description
X-App-Sig X-App-Sig header string M
# REQUEST BODY
Schema: bankByAccountNumberSearchRequest
Type: object
Variable Name Type Format Usage Description
account_number account_number string Account_number
date Date string
# REQUEST BODY EXAMPLE
							{"account_number":"NL15RABO6359906732","source_system":"IB","client_code":"EN00000CY"}						
# POSITIVE RESPONSE

bankByAccountNumberSearchRequest

Schema: bankcode
Type: application/json
Variable Name Type Format Description
status status string Request execution status
error_description Error Description string Description of error
error Error Code string Error code
data_type data_type string Type of data
total_records total_records string Total count of records
data data array data of Response
attribute: data
Variable Name Type Format Description
action Action string
activation_date Activation Date string DATE Activation date in the system
address address string
bank_code bank_code string
bank_name bank_name string bank name
bic_swift_code Bic swift code string
branch_name Branch name string
city city string Residence/ correspondence address city/town
country_code country_code string Two-letter ISO 3166-2 code of a given country
create_date Create Date string DATETIME The date entry was created on
create_user Create User string The username of ABS user who has created an entry
expiration_date Expiration Date string DATE Expiration date in the system
form_title form_title string Service field
id id integer INT64 Record's sequence number generated in the system.
modify_date Modify Date string DATETIME The date entry was last modified on
modify_user Modify User string The username of ABS user who has made last changes to the entry
post_code post_code string Shows the value of address postal code, zip code or post code, like CR2 9ER
processing_status Processing Status string Status of remote client data processing received from the external system
state state integer INT64 Record state for replication
uid uid string Unique record identifier which is used to distinguish between existing records
version version integer INT64 Record version for replication
# RESPONSE POSITIVE EXAMPLE
							{
    "status": "ok",
    "error_description": "",
    "error": {},
    "data_type": "",
    "total_records": 1,
    "data": [
        {
            "id": 6,
            "uid": "f5b263cc-78e1-1785-7a14-e55480b8e320",
            "version": 386533605,
            "state": 0,
            "modify_date": "2021-02-17T17:58:52.145",
            "modify_user": "jsokol",
            "create_date": "2021-02-17T17:58:52.136",
            "create_user": "jsokol",
            "bic_swift_code": "RABONL2UXXX",
            "bank_name": "RABOBANK NEDERLAND",
            "city": "Utrecht",
            "branch_name": "",
            "address": "Croeselaan 18, 3521 CB",
            "post_code": "10125",
            "country_code": "NL",
            "bank_code": "RABO",
            "processing_status": "",
            "activation_date": null,
            "expiration_date": null
        }
    ]
}						
# NEGATIVE RESPONSE
Schema: HeaderResponseStatusError
Type: application/json
Variable Name Type Format Description
status status string Request execution status
error_description Error Description string Description of error
error Error Code string Error code
data_type data_type string Type of data
total_records total_records string Total count of records
data data object Empty object