API Explorer

v4.0.0 (481 APIs)

Bank
Accounts
Views
Counterparties
Transactions

Call Obp_Api Get Banks

Call get banks

MethodRouting settings example:

{
  "is_bank_id_exact_match":false,
  "method_name":"dynamicEndpointProcess",
  "connector_name":"rest_vMar2019",
  "bank_id_pattern":".*",
  "parameters":[
    {
        "key":"url_pattern",
        "value":"https://api.ttk.com.mk/obp/v4.0.0/banks"
    },
    {
        "key":"http_method",
        "value":"GET"
    }
    {
        "key":"url",
        "value":"http://mydomain.com/xxx"
    }
  ]
}

Authentication is Mandatory

Typical Successful Response:

								
									
[{ "id":"gh.29.uk", "short_name":"short name value", "full_name":"full name value", "logo":"http://xxx/yyy.png", "website":"www.openbankproject.com", "bank_routing":{ "scheme":"Bank_ID", "address":"gh.29.uk" } }]
Required Roles:
  • CanGetDynamicEndpoint_Bank143 - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-20006: User is missing one or more roles:
  • OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0, function_name: by dynamicEndpoint_GET_banks, operation_id: OBPv4.0.0-dynamicEndpoint_GET_banks Tags: Swagger Call getBanks, Dynamic-Endpoint, Dynamic,