{"openapi":"3.1.0","info":{"title":"Open Bank Project API v6.0.0","version":"6.0.0","description":"The Open Bank Project API v6.0.0 provides standardized banking APIs.\n\nThis specification was automatically generated from the OBP API codebase.\nGenerated on: 2026-03-14T12:25:24.802525\n\nFor more information, visit: https://github.com/OpenBankProject/OBP-API","contact":{"name":"Open Bank Project","url":"https://www.openbankproject.com","email":"contact@tesobe.com"},"license":{"name":"AGPL v3","url":"https://www.gnu.org/licenses/agpl-3.0.html"}},"servers":[{"url":"https://apisandbox.openbankproject.com","description":"Back-end server"}],"paths":{"/obp/v4.0.0/management/endpoints/{operationid}/tags/{endpointtagid}":{"put":{"tags":["API"],"summary":"Update System Level Endpoint Tag","description":"<p>Update System Level Endpoint Tag, you can only update the tag_name here, operation_id can not be updated.</p>\n<p>Note: Resource Docs are cached, TTL is 3600 seconds</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ENDPOINT_TAG_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>endpoint_tag_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n","operationId":"OBPv4.0.0-updateSystemLevelEndpointTag","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointtagid","in":"path","description":"The ENDPOINTTAGID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tag_name"],"properties":{"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tag_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","tag_name","bank_id","endpoint_tag_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"endpoint_tag_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"tag_name":{"type":"string"},"bank_id":{"type":"string"},"endpoint_tag_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["API"],"summary":"Delete System Level Endpoint Tag","description":"<p>Delete System Level Endpoint Tag.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ENDPOINT_TAG_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteSystemLevelEndpointTag","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointtagid","in":"path","description":"The ENDPOINTTAGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/consumers/{consumerid}/consumer/rate-limits/{ratelimitingid}":{"put":{"tags":["Consumer","Rate-Limits"],"summary":"Set Rate Limits / Call Limits per Consumer","description":"<p>Set the API rate limits / call limits for a Consumer:</p>\n<p>Rate limiting can be set:</p>\n<p>Per Second<br />\nPer Minute<br />\nPer Hour<br />\nPer Week<br />\nPer Month</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">RATE_LIMITING_ID</a>: RATE_LIMITING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#from_date\"><strong>from_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#to_date\"><strong>to_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#\">api_name</a>: api_name</p>\n<p><a href=\"/glossary#api_version\">api_version</a>:</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-updateRateLimits","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}},{"name":"ratelimitingid","in":"path","description":"The RATELIMITINGID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","per_week_call_limit","per_day_call_limit","per_second_call_limit","per_month_call_limit","per_hour_call_limit","per_minute_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"per_second_call_limit":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"per_minute_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","per_week_call_limit","per_day_call_limit","per_second_call_limit","per_month_call_limit","per_hour_call_limit","per_minute_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"per_second_call_limit":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"per_minute_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Consumer"],"summary":"Delete Rate Limit by Rate Limiting ID","description":"<p>Delete a specific Rate Limit by Rate Limiting ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">RATE_LIMITING_ID</a>: RATE_LIMITING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteCallLimits","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}},{"name":"ratelimitingid","in":"path","description":"The RATELIMITINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/{userid}/api-collections":{"get":{"tags":["Api-Collection"],"summary":"Get Api Collections for User","description":"<p>Get Api Collections for User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#\"><strong>api_collections</strong></a>: api_collections</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getApiCollectionsForUser","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collections"],"properties":{"api_collections":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collections":{"type":"array","items":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/my/customers":{"get":{"tags":["Customer"],"summary":"Get My Customers at Bank","description":"<p>Returns a list of Customers at the Bank that are linked to the currently authenticated User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;a&#105;&#x6c;&#x74;o&#58;&#102;&#101;&#x6c;i&#120;&#115;&#x6d;&#x69;&#116;&#x68;&#x40;&#x65;x&#97;&#x6d;&#x70;l&#101;.&#x63;o&#109;\">&#102;&#101;&#x6c;&#105;&#120;&#x73;&#109;&#105;&#x74;&#104;@&#x65;&#x78;&#97;&#109;&#x70;le&#x2e;&#99;&#111;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv5.0.0-getMyCustomersAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","customer_id","relationship_status","last_ok_date","bank_id","highest_education_attained","customer_number","credit_rating","legal_name","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"legal_name":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/tags":{"get":{"tags":["API"],"summary":"Get API Tags","description":"<p>Get API TagsGet API Tags</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv5.1.0-getApiTags","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/management/consumers/{consumerid}/active-rate-limits/{datewithhour}":{"get":{"tags":["Consumer"],"summary":"Get Active Rate Limits for Hour","description":"<p>Get the active rate limits for a consumer for a specific hour. Returns the aggregated rate limits from all active records during that hour.</p>\n<p>Rate limits are cached and queried at hour-level granularity.</p>\n<p>See [here](/glossary#Rate Limiting) for more details on how rate limiting works.</p>\n<p>Date format: YYYY-MM-DD-HH in UTC timezone (e.g. 2025-12-31-13 for hour 13:00-13:59 UTC on Dec 31, 2025)</p>\n<p>Note: The hour is always interpreted in UTC for consistency across all servers.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">DATE_WITH_HOUR</a>: DATE_WITH_HOUR</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>active_at_date</strong></a>: active_at_date</p>\n<p><a href=\"/glossary#\"><strong>active_per_day_rate_limit</strong></a>: active_per_day_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_hour_rate_limit</strong></a>: active_per_hour_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_minute_rate_limit</strong></a>: active_per_minute_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_month_rate_limit</strong></a>: active_per_month_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_second_rate_limit</strong></a>: active_per_second_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_week_rate_limit</strong></a>: active_per_week_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>considered_rate_limit_ids</strong></a>: considered_rate_limit_ids</p>\n","operationId":"OBPv6.0.0-getActiveRateLimitsAtDate","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}},{"name":"datewithhour","in":"path","description":"The DATEWITHHOUR identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["active_per_minute_rate_limit","active_per_hour_rate_limit","active_per_day_rate_limit","active_per_second_rate_limit","considered_rate_limit_ids","active_at_date","active_per_week_rate_limit","active_per_month_rate_limit"],"properties":{"active_at_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"active_per_second_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_day_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_week_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"considered_rate_limit_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"active_per_minute_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_month_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_hour_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"active_per_minute_rate_limit":{"type":"integer"},"active_per_hour_rate_limit":{"type":"integer"},"active_per_day_rate_limit":{"type":"integer"},"active_per_second_rate_limit":{"type":"integer"},"considered_rate_limit_ids":{"type":"array","items":{"type":"string"}},"active_at_date":{"type":"string","format":"date-time"},"active_per_week_rate_limit":{"type":"integer"},"active_per_month_rate_limit":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{counterparty}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (COUNTERPARTY)","description":"<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>When using a COUNTERPARTY to create a Transaction Request, specify the counterparty_id in the body of the request.<br />\nThe routing details of the counterparty will be forwarded to the Core Banking System (CBS) for the transfer.</p>\n<p>COUNTERPARTY Transaction Requests are used for Variable Recurring Payments (VRP). Use the following <a href=\"https://apiexplorer-ii-sandbox.openbankproject.com//operationid/OBPv5.1.0-createVRPConsentRequest\">endpoint</a> to create a consent for VRPs.</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#counterparty\">COUNTERPARTY</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#future_date\">future_date</a>: 20200127</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestCounterparty","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterparty","in":"path","description":"The COUNTERPARTY identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","future_date","value","charge_policy","attributes","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attribute_type","name","value"],"properties":{"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"attribute_type":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}},"to":{"type":"object","properties":{"counterparty_id":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID":{"get":{"tags":["Dynamic-Resource-Doc"],"summary":"Get Bank Level Dynamic Resource Doc by Id","description":"<p>Get a Bank Level Dynamic Resource Doc by DYNAMIC-RESOURCE-DOC-ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-getBankLevelDynamicResourceDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Dynamic-Resource-Doc"],"summary":"Update Bank Level Dynamic Resource Doc","description":"<p>Update a Bank Level Dynamic Resource Doc.</p>\n<p>The connector_method_body is URL-encoded format String</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-updateBankLevelDynamicResourceDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Dynamic-Resource-Doc"],"summary":"Delete Bank Level Dynamic Resource Doc","description":"<p>Delete a Bank Level Dynamic Resource Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteBankLevelDynamicResourceDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/branch":{"put":{"tags":["Customer"],"summary":"Update the Branch of a Customer","description":"<p>Update the Branch of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;&#108;&#x74;&#111;:&#x66;&#x65;&#x6c;&#105;&#x78;&#115;&#109;it&#x68;&#64;&#101;x&#x61;m&#112;&#108;&#101;&#x2e;&#x63;&#x6f;&#x6d;\">fe&#108;&#105;&#120;&#x73;m&#105;&#x74;&#104;&#64;e&#x78;&#x61;&#109;&#112;&#108;e.&#99;&#x6f;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerBranch","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["branch_id"],"properties":{"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"branch_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/FishPort":{"get":{"tags":["_FishPort","Dynamic-Entity","Dynamic"],"summary":"Get FishPort List","description":"<p>Get FishPort List.</p>\n<p>Portfolio of fishbased values</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>fish: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FishPort&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /FishPort?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getFishPortList_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port_list"],"properties":{"fish_port_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port_id","fish","number"],"properties":{"fish_port_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"fish_port_list":{"type":"array","items":{"type":"object","properties":{"fish_port_id":{"type":"string"},"fish":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_FishPort","Dynamic-Entity","Dynamic"],"summary":"Create new FishPort","description":"<p>Create new FishPort.</p>\n<p>Portfolio of fishbased values</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>fish: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FishPort&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createFishPort_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish","number"],"properties":{"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"fish":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port"],"properties":{"fish_port":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port_id","fish","number"],"properties":{"fish_port_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"fish_port":{"type":"object","properties":{"fish_port_id":{"type":"string"},"fish":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/transaction-types":{"get":{"tags":["Bank","Account Information Service (AIS)","PSD2"],"summary":"Get Transaction Types at Bank","description":"<p>Get Transaction Types for the bank specified by BANK_ID:</p>\n<p>Lists the possible Transaction Types available at the bank (as opposed to Transaction Request Types which are the possible ways Transactions can be created by this API Server).</p>\n<ul>\n<li>id : Unique transaction type id across the API instance. SHOULD be a UUID. MUST be unique.</li>\n<li>bank_id : The bank that supports this TransactionType</li>\n<li>short_code : A short code (SHOULD have no-spaces) which MUST be unique across the bank. May be stored with Transactions to link here</li>\n<li>summary : A succinct summary</li>\n<li>description : A longer description</li>\n<li>charge : The charge to the customer for each one of these</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#short_code\"><strong>short_code</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#transaction_types\"><strong>transaction_types</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv2.0.0-getTransactionTypes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_types"],"properties":{"transaction_types":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","short_code","bank_id","summary","charge","id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"transaction_types":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"short_code":{"type":"string"},"bank_id":{"type":"string"},"summary":{"type":"string"},"charge":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"id":{"type":"object","properties":{"value":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v5.1.0/users/{provider}/{username}/locks":{"post":{"tags":["User"],"summary":"Lock the user","description":"<p>Lock a User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#provider\">PROVIDER</a>: ETHEREUM</p>\n<p><a href=\"/glossary#\">USERNAME</a>: felixsmith</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#last_lock_date\"><strong>last_lock_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#type_of_lock\"><strong>type_of_lock</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv5.1.0-lockUserByProviderAndUsername","parameters":[{"name":"provider","in":"path","description":"The PROVIDER identifier","required":true,"schema":{"type":"string"}},{"name":"username","in":"path","description":"The USERNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type_of_lock","last_lock_date","user_id"],"properties":{"type_of_lock":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_lock_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type_of_lock":{"type":"string"},"last_lock_date":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/CovidAPIDays/{covidapidaysid}":{"get":{"tags":["_CovidAPIDays","Dynamic-Entity","Dynamic"],"summary":"Get CovidAPIDays by id","description":"<p>Get CovidAPIDays by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;CovidAPIDays&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleCovidAPIDays_","parameters":[{"name":"covidapidaysid","in":"path","description":"The COVIDAPIDAYSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days"],"properties":{"covid_api_days":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days_id","name","number"],"properties":{"covid_api_days_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"covid_api_days":{"type":"object","properties":{"covid_api_days_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_CovidAPIDays","Dynamic-Entity","Dynamic"],"summary":"Update CovidAPIDays","description":"<p>Update CovidAPIDays.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;CovidAPIDays&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateCovidAPIDays_","parameters":[{"name":"covidapidaysid","in":"path","description":"The COVIDAPIDAYSID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days"],"properties":{"covid_api_days":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days_id","name","number"],"properties":{"covid_api_days_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"covid_api_days":{"type":"object","properties":{"covid_api_days_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_CovidAPIDays","Dynamic-Entity","Dynamic"],"summary":"Delete CovidAPIDays by id","description":"<p>Delete CovidAPIDays by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;CovidAPIDays&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteCovidAPIDays_","parameters":[{"name":"covidapidaysid","in":"path","description":"The COVIDAPIDAYSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days"],"properties":{"covid_api_days":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days_id","name","number"],"properties":{"covid_api_days_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"covid_api_days":{"type":"object","properties":{"covid_api_days_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/metadata/tags":{"get":{"tags":["Account-Metadata","Account"],"summary":"Get tags on account","description":"<p>Returns the account ACCOUNT_ID tags made on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> (VIEW_ID).<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Authentication is required as the tag is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getTagsForViewOnAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags"],"properties":{"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Account-Metadata","Account"],"summary":"Create a tag on account","description":"<p>Posts a tag about an account ACCOUNT_ID on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> VIEW_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Authentication is required as the tag is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-addTagForViewOnAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/endpoints/json-schema-validations":{"get":{"tags":["JSON-Schema-Validation"],"summary":"Get all JSON Schema Validations - public","description":"<p>Get all JSON Schema Validations - public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>$schema</strong></a>: $schema</p>\n<p><a href=\"/glossary#\"><strong>additionalProperties</strong></a>: additionalProperties</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#\"><strong>json_schema</strong></a>: json_schema</p>\n<p><a href=\"/glossary#\"><strong>maxLength</strong></a>: maxLength</p>\n<p><a href=\"/glossary#\"><strong>minLength</strong></a>: minLength</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>xxx_id</strong></a>: xxx_id</p>\n","operationId":"OBPv4.0.0-getAllJsonSchemaValidationsPublic","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema_validations"],"properties":{"json_schema_validations":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema","operation_id"],"properties":{"json_schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"json_schema_validations":{"type":"array","items":{"type":"object","properties":{"json_schema":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}},"operation_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/management/system-dynamic-entities/{dynamicentityid}":{"put":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Update System Level Dynamic Entity","description":"<p>Update a system level Dynamic Entity.</p>\n<p>This v6.0.0 endpoint accepts and returns snake_case field names with an explicit <code>entity_name</code> field.</p>\n<p><strong>Request format:</strong></p>\n<pre><code class=\"language-json\">{\n  &quot;entity_name&quot;: &quot;customer_preferences&quot;,\n  &quot;has_personal_entity&quot;: true,\n  &quot;has_public_access&quot;: false,\n  &quot;has_community_access&quot;: false,\n  &quot;personal_requires_role&quot;: false,\n  &quot;schema&quot;: {\n    &quot;description&quot;: &quot;User preferences updated&quot;,\n    &quot;required&quot;: [&quot;theme&quot;],\n    &quot;properties&quot;: {\n      &quot;theme&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 1, &quot;maxLength&quot;: 20, &quot;example&quot;: &quot;dark&quot;, &quot;description&quot;: &quot;The UI theme preference&quot;},\n      &quot;language&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 2, &quot;maxLength&quot;: 5, &quot;example&quot;: &quot;en&quot;, &quot;description&quot;: &quot;ISO language code&quot;},\n      &quot;notifications_enabled&quot;: {&quot;type&quot;: &quot;boolean&quot;, &quot;example&quot;: &quot;true&quot;, &quot;description&quot;: &quot;Whether to send notifications&quot;}\n    }\n  }\n}\n</code></pre>\n<p><strong>Note:</strong><br />\n* The <code>entity_name</code> must be lowercase with underscores (snake_case), e.g. <code>customer_preferences</code>. No uppercase letters or spaces allowed.<br />\n* Each property can optionally include <code>description</code> (markdown text), and for string types: <code>minLength</code> and <code>maxLength</code>.<br />\n* Set <code>has_public_access</code> to <code>true</code> to generate read-only public endpoints (GET only, no authentication required) under <code>/public/</code>.<br />\n* Set <code>has_community_access</code> to <code>true</code> to generate read-only community endpoints (GET only, authentication required + CanGet role) under <code>/community/</code>. Community endpoints return ALL records (personal + non-personal from all users).<br />\n* Set <code>personal_requires_role</code> to <code>true</code> to require the corresponding role (e.g. CanCreateDynamicEntity_, CanGetDynamicEntity_) for <code>/my/</code> personal entity endpoints. Default is <code>false</code> (any authenticated user can use <code>/my/</code> endpoints).</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-updateSystemDynamicEntity","parameters":[{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","has_personal_entity","entity_name","has_public_access"],"properties":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language","notifications_enabled"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notifications_enabled":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example","description"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}},"notifications_enabled":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"},"description":{"type":"string"}}}}}}},"has_personal_entity":{"type":"boolean"},"entity_name":{"type":"string"},"has_public_access":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language","notifications_enabled"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notifications_enabled":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example","description"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}},"notifications_enabled":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"},"description":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/sustrans/{sustransid}":{"get":{"tags":["_Sustrans","Dynamic-Entity","Dynamic"],"summary":"Get sustrans by id","description":"<p>Get sustrans by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;sustrans&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSinglesustrans_","parameters":[{"name":"sustransid","in":"path","description":"The SUSTRANSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans"],"properties":{"sustrans":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans_id","name","number"],"properties":{"sustrans_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"sustrans":{"type":"object","properties":{"sustrans_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_Sustrans","Dynamic-Entity","Dynamic"],"summary":"Update sustrans","description":"<p>Update sustrans.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;sustrans&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updatesustrans_","parameters":[{"name":"sustransid","in":"path","description":"The SUSTRANSID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans"],"properties":{"sustrans":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans_id","name","number"],"properties":{"sustrans_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"sustrans":{"type":"object","properties":{"sustrans_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_Sustrans","Dynamic-Entity","Dynamic"],"summary":"Delete sustrans by id","description":"<p>Delete sustrans by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;sustrans&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deletesustrans_","parameters":[{"name":"sustransid","in":"path","description":"The SUSTRANSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans"],"properties":{"sustrans":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans_id","name","number"],"properties":{"sustrans_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"sustrans":{"type":"object","properties":{"sustrans_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/personal-data-fields":{"get":{"tags":["User","User-Attribute","Attribute"],"summary":"Get Personal Data Fields","description":"<p>Get Personal Data Fields for the currently authenticated user.</p>\n<p>Returns Personal Data Fields (IsPersonal=true) that are managed by the user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>user_attributes</strong></a>: user_attributes</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-getPersonalDataFields","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_attributes"],"properties":{"user_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"user_attributes":{"type":"array","items":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["User","User-Attribute","Attribute"],"summary":"Create Personal Data Field","description":"<p>Create a Personal Data Field for the currently authenticated user.</p>\n<p>Personal Data Fields (IsPersonal=true) are managed by the user themselves and do not require special roles.<br />\nThis data is not available in ABAC rules for privacy reasons.</p>\n<p>For non-personal attributes that can be used in ABAC rules, see the /users/USER_ID/attributes endpoints.</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or &quot;DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-createPersonalDataField","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system-views/{viewid}/permissions":{"post":{"tags":["View-System"],"summary":"Add Permission to a System View","description":"<p>Add Permission to a System View.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>permission_name</strong></a>: permission_name</p>\n<p><a href=\"/glossary#\">extra_data</a>: extra_data</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n","operationId":"OBPv5.1.0-addSystemViewPermission","parameters":[{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["extra_data","permission_name"],"properties":{"extra_data":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"permission_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"extra_data":{"type":"array","items":{"type":"string"}},"permission_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/my/consents":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get My Consents at Bank","description":"<p>This endpoint gets the Consents created by a current User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#api_version\"><strong>api_version</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>aud</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>consent_reference_id</strong></a>: 123456</p>\n<p><a href=\"/glossary#consents\"><strong>consents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#\"><strong>createdByUserId</strong></a>: createdByUserId</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>exp</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iat</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iss</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>jti</strong></a>: String</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#\"><strong>jwt_payload</strong></a>: jwt_payload</p>\n<p><a href=\"/glossary#\"><strong>last_action_date</strong></a>: last_action_date</p>\n<p><a href=\"/glossary#\"><strong>last_usage_date</strong></a>: last_usage_date</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>nbf</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>request_headers</strong></a>: request_headers</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>sub</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>values</strong></a>: values</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">access</a>: access</p>\n<p><a href=\"/glossary#accounts\">accounts</a>:</p>\n<p><a href=\"/glossary#\">allPsd2</a>: allPsd2</p>\n<p><a href=\"/glossary#\">availableAccounts</a>: availableAccounts</p>\n<p><a href=\"/glossary#\">balances</a>: balances</p>\n<p><a href=\"/glossary#\">bban</a>: bban</p>\n<p><a href=\"/glossary#\">currency</a>: EUR</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#x6d;&#97;&#x69;&#108;&#x74;&#111;&#x3a;f&#x65;&#108;&#x69;&#x78;&#115;m&#x69;t&#x68;@&#x65;&#120;&#97;&#x6d;&#x70;&#x6c;e&#x2e;&#x63;o&#x6d;\">f&#x65;&#108;&#105;x&#115;m&#x69;&#x74;&#104;&#64;ex&#97;mp&#108;&#101;&#x2e;&#x63;&#111;m</a></p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n<p><a href=\"/glossary#\">iban</a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#\">maskedPan</a>: maskedPan</p>\n<p><a href=\"/glossary#\">msisdn</a>: msisdn</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\">pan</a>: pan</p>\n<p><a href=\"/glossary#transactions\">transactions</a>:</p>\n","operationId":"OBPv5.1.0-getMyConsentsByBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consents"],"properties":{"consents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","api_standard","consumer_id","last_usage_date","consent_id","last_action_date","consent_reference_id","jwt_payload","status","jwt","api_version"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt_payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["aud","views","nbf","exp","iss","iat","access","createdByUserId","email","jti","name","request_headers","entitlements","sub"],"properties":{"nbf":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_headers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["values","name"],"properties":{"values":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"jti":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"exp":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"createdByUserId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"iat":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sub":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"aud":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iss":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["availableAccounts","transactions","accounts","balances"],"properties":{"availableAccounts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"consent_reference_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_usage_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_action_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"consents":{"type":"array","items":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"api_standard":{"type":"string"},"consumer_id":{"type":"string"},"last_usage_date":{"type":"string","format":"date-time"},"consent_id":{"type":"string"},"last_action_date":{"type":"string","format":"date-time"},"consent_reference_id":{"type":"string"},"jwt_payload":{"type":"object","properties":{"aud":{"type":"string"},"views":{"type":"array","items":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"nbf":{"type":"integer"},"exp":{"type":"integer"},"iss":{"type":"string"},"iat":{"type":"integer"},"access":{"type":"object","properties":{"availableAccounts":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"balances":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}}}},"createdByUserId":{"type":"string"},"email":{"type":"string"},"jti":{"type":"string"},"name":{"type":"string"},"request_headers":{"type":"array","items":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}}}},"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"sub":{"type":"string"}}},"status":{"type":"string"},"jwt":{"type":"string"},"api_version":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/banks/{bankid}/cards":{"get":{"tags":["Card"],"summary":"Get Cards for the specified bank","description":"<p>Should be able to filter on the following fields</p>\n<p>eg:/management/banks/BANK_ID/cards?customer_id=66214b8e-259e-44ad-8868-3eb47be70646&amp;account_id=8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0</p>\n<p>1 customer_id should be valid customer_id, otherwise, it will return an empty card list.</p>\n<p>2 account_id should be valid account_id , otherwise, it will return an empty card list.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allows\"><strong>allows</strong></a>: [credit,debit,cash_withdrawal]</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#cancelled\"><strong>cancelled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>card_id</strong></a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><a href=\"/glossary#\"><strong>card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#cards\"><strong>cards</strong></a>:</p>\n<p><a href=\"/glossary#collected\"><strong>collected</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>expires_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issue_number</strong></a>: 1</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#networks\"><strong>networks</strong></a>:</p>\n<p><a href=\"/glossary#on_hot_list\"><strong>on_hot_list</strong></a>: false</p>\n<p><a href=\"/glossary#pin_reset\"><strong>pin_reset</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#reason_requested\"><strong>reason_requested</strong></a>:</p>\n<p><a href=\"/glossary#replacement\"><strong>replacement</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>requested_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>serial_number</strong></a>: 1324234</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n<p><a href=\"/glossary#\"><strong>valid_from_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv3.1.0-getCardsForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["cards"],"properties":{"cards":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["card_number","enabled","pin_reset","allows","collected","on_hot_list","card_type","replacement","name_on_card","account","expires_date","technology","posted","customer_id","bank_id","card_id","issue_number","serial_number","cancelled","valid_from_date","networks"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"cancelled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","views_available","id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"on_hot_list":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"cards":{"type":"array","items":{"type":"object","properties":{"card_number":{"type":"string"},"enabled":{"type":"boolean"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"allows":{"type":"array","items":{"type":"string"}},"collected":{"type":"string","format":"date-time"},"on_hot_list":{"type":"boolean"},"card_type":{"type":"string"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"name_on_card":{"type":"string"},"account":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"id":{"type":"string"}}},"expires_date":{"type":"string","format":"date-time"},"technology":{"type":"string"},"posted":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"card_id":{"type":"string"},"issue_number":{"type":"string"},"serial_number":{"type":"string"},"cancelled":{"type":"boolean"},"valid_from_date":{"type":"string","format":"date-time"},"networks":{"type":"array","items":{"type":"string"}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/atms/{atmid}/attributes/{atmattributeid}":{"get":{"tags":["ATM","ATM-Attribute","Attribute"],"summary":"Get ATM Attribute By ATM_ATTRIBUTE_ID","description":"<p>Get ATM Attribute By ATM_ATTRIBUTE_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ATM_ATTRIBUTE_ID</a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-getAtmAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}},{"name":"atmattributeid","in":"path","description":"The ATMATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["ATM","ATM-Attribute","Attribute"],"summary":"Update ATM Attribute","description":"<p>Update ATM Attribute.</p>\n<p>Update an ATM Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ATM_ATTRIBUTE_ID</a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-updateAtmAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}},{"name":"atmattributeid","in":"path","description":"The ATMATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value","is_active","type"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["ATM","ATM-Attribute","Attribute"],"summary":"Delete ATM Attribute","description":"<p>Delete ATM Attribute</p>\n<p>Delete a Atm Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ATM_ATTRIBUTE_ID</a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteAtmAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}},{"name":"atmattributeid","in":"path","description":"The ATMATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/customers/{customerid}/attributes":{"get":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Get Customer Attributes","description":"<p>Get Customer Attributes</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getCustomerAttributes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attributes"],"properties":{"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consumers/{consumerid}/consumer/name":{"put":{"tags":["Consumer"],"summary":"Update Consumer Name","description":"<p>Update an existing name for a Consumer specified by CONSUMER_ID.</p>\n<p>Please note: Your consumer may be disabled as a result of this action.</p>\n<p>CONSUMER_ID can be obtained after you register the application.</p>\n<p>Or use the endpoint 'Get Consumers' to get it</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#105;&#108;&#x74;&#x6f;&#58;&#x66;e&#108;i&#x78;&#x73;&#x6d;&#x69;t&#104;&#64;&#101;&#x78;&#x61;&#109;&#x70;&#x6c;&#101;&#46;c&#x6f;&#109;\">fe&#x6c;&#105;xs&#109;&#x69;&#116;&#104;&#x40;&#x65;&#120;&#x61;mp&#108;e&#x2e;&#99;om</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-updateConsumerName","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["app_name"],"properties":{"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"app_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-policies":{"get":{"tags":["ABAC"],"summary":"Get ABAC Policies","description":"<p>Get the list of allowed ABAC policy names.</p>\n<p>ABAC rules are organized by policies. Each rule must have at least one policy assigned.<br />\nRules can have multiple policies (comma-separated). This endpoint returns the list of<br />\nstandardized policy names that should be used when creating or updating rules.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>policies</strong></a>: policies</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n","operationId":"OBPv6.0.0-getAbacPolicies","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policies"],"properties":{"policies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policy","description"],"properties":{"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"policies":{"type":"array","items":{"type":"object","properties":{"policy":{"type":"string"},"description":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/{userid}/account-access":{"get":{"tags":["Account"],"summary":"Get Account Access by USER_ID","description":"<p>Get Account Access by USER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv5.1.0-getAccountAccessByUserId","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/historical/transactions ":{"post":{"tags":["Transaction-Request"],"summary":"Save Historical Transactions ","description":"<p>Import the historical transactions.</p>\n<p>The fields bank_id, account_id, counterparty_id in the json body are all optional ones.<br />\nIt support transfer money from account to account, account to counterparty and counterparty to counterparty<br />\nBoth bank_id + account_id and counterparty_id can identify the account, so OBP only need one of them to make the payment.<br />\nSo:<br />\nWhen you need the account to account, just omit counterparty_id field.eg:<br />\n{<br />\n&quot;from&quot;: {<br />\n&quot;bank_id&quot;: &quot;gh.29.uk&quot;,<br />\n&quot;account_id&quot;: &quot;1ca8a7e4-6d02-48e3-a029-0b2bf89de9f0&quot;,<br />\n},<br />\n&quot;to&quot;: {<br />\n&quot;bank_id&quot;: &quot;gh.29.uk&quot;,<br />\n&quot;account_id&quot;: &quot;2ca8a7e4-6d02-48e3-a029-0b2bf89de9f0&quot;,<br />\n},<br />\n&quot;value&quot;: {<br />\n&quot;currency&quot;: &quot;GBP&quot;,<br />\n&quot;amount&quot;: &quot;10&quot;<br />\n},<br />\n&quot;description&quot;: &quot;this is for work&quot;,<br />\n&quot;posted&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;completed&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;type&quot;: &quot;SANDBOX_TAN&quot;,<br />\n&quot;charge_policy&quot;: &quot;SHARED&quot;<br />\n}</p>\n<p>When you need the counterparty to counterparty, need to omit bank_id and account_id field.eg:<br />\n{<br />\n&quot;from&quot;: {<br />\n&quot;counterparty_id&quot;: &quot;f6392b7d-4218-45ea-b9a7-eaa71c0202f9&quot;<br />\n},<br />\n&quot;to&quot;: {<br />\n&quot;counterparty_id&quot;: &quot;26392b7d-4218-45ea-b9a7-eaa71c0202f9&quot;<br />\n},<br />\n&quot;value&quot;: {<br />\n&quot;currency&quot;: &quot;GBP&quot;,<br />\n&quot;amount&quot;: &quot;10&quot;<br />\n},<br />\n&quot;description&quot;: &quot;this is for work&quot;,<br />\n&quot;posted&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;completed&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;type&quot;: &quot;SANDBOX_TAN&quot;,<br />\n&quot;charge_policy&quot;: &quot;SHARED&quot;<br />\n}</p>\n<p>or, you can counterparty to account<br />\n{<br />\n&quot;from&quot;: {<br />\n&quot;counterparty_id&quot;: &quot;f6392b7d-4218-45ea-b9a7-eaa71c0202f9&quot;<br />\n},<br />\n&quot;to&quot;: {<br />\n&quot;bank_id&quot;: &quot;gh.29.uk&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0&quot;,<br />\n},<br />\n&quot;value&quot;: {<br />\n&quot;currency&quot;: &quot;GBP&quot;,<br />\n&quot;amount&quot;: &quot;10&quot;<br />\n},<br />\n&quot;description&quot;: &quot;this is for work&quot;,<br />\n&quot;posted&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;completed&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;type&quot;: &quot;SANDBOX_TAN&quot;,<br />\n&quot;charge_policy&quot;: &quot;SHARED&quot;<br />\n}</p>\n<p>This call is experimental.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">account_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">counterparty_id</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>transaction_id</strong></a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_type</strong></a>: SEPA</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">account_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">counterparty_id</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n","operationId":"OBPv3.1.0-saveHistoricalTransaction","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","completed","description","from","to","value","charge_policy","posted"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"completed":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"completed":{"type":"string"},"description":{"type":"string"},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"posted":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","completed","from","transaction_request_type","to","value","charge_policy","transaction_id","posted"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"completed":{"type":"string","format":"date-time"},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"transaction_request_type":{"type":"string"},"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"transaction_id":{"type":"string"},"posted":{"type":"string","format":"date-time"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/my/consents/{implicit}":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent (IMPLICIT)","description":"<p>This endpoint starts the process of creating a Consent.</p>\n<p>The Consent is created in an INITIATED state.</p>\n<p>A One Time Password (OTP) (AKA security challenge) is sent Out of Band (OOB) to the User via the transport defined in SCA_METHOD<br />\nSCA_METHOD is typically &quot;SMS&quot;,&quot;EMAIL&quot; or &quot;IMPLICIT&quot;. &quot;EMAIL&quot; is used for testing purposes. OBP mapped mode &quot;IMPLICIT&quot; is &quot;EMAIL&quot;.<br />\nOther mode, bank can decide it in the connector method 'getConsentImplicitSCA'.</p>\n<p>When the Consent is created, OBP (or a backend system) stores the challenge so it can be checked later against the value supplied by the User with the Answer Consent Challenge endpoint.</p>\n<p>An OBP Consent allows the holder of the Consent to call one or more endpoints.</p>\n<p>Consents must be created and authorisied using SCA (Strong Customer Authentication).</p>\n<p>That is, Consents can be created by an authorised User via the OBP REST API but they must be confirmed via an out of band (OOB) mechanism such as a code sent to a mobile phone.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>Each Consent is bound to a consumer i.e. you need to identify yourself over request header value Consumer-Key.</p>\n<p>Examples:</p>\n<p>For example:<br />\nGET /obp/v4.0.0/users/current HTTP/1.1<br />\nHost: 127.0.0.1:8080<br />\nConsent-JWT: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOlt7InJvbGVfbmFtZSI6IkNhbkdldEFueVVzZXIiLCJiYW5rX2lkIjoiIn<br />\n1dLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIzNDc1MDEzZi03YmY5LTQyNj<br />\nEtOWUxYy0xZTdlNWZjZTJlN2UiLCJhdWQiOiI4MTVhMGVmMS00YjZhLTQyMDUtYjExMi1lNDVmZDZmNGQzYWQiLCJuYmYiOjE1ODA3NDE2NjcsIml<br />\nzcyI6Imh0dHA6XC9cLzEyNy4wLjAuMTo4MDgwIiwiZXhwIjoxNTgwNzQ1MjY3LCJpYXQiOjE1ODA3NDE2NjcsImp0aSI6ImJkYzVjZTk5LTE2ZTY<br />\ntNDM4Yi1hNjllLTU3MTAzN2RhMTg3OCIsInZpZXdzIjpbXX0.L3fEEEhdCVr3qnmyRKBBUaIQ7dk1VjiFaEBW8hUNjfg</p>\n<p>Consumer-Key: ejznk505d132ryomnhbx1qmtohurbsbb0kijajsk<br />\ncache-control: no-cache</p>\n<p>Maximum time to live of the token is specified over props value consents.max_time_to_live. In case isn't defined default value is 3600 seconds.</p>\n<p>Example of POST JSON:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#x6d;a&#105;&#108;&#116;&#111;&#x3a;&#x65;&#118;el&#x69;n&#101;@&#101;&#x78;&#97;&#x6d;&#x70;&#x6c;&#x65;&#46;&#99;&#111;&#109;\">&#x65;v&#x65;l&#105;&#110;e@&#x65;&#120;&#x61;&#x6d;&#112;&#x6c;&#x65;&#46;&#x63;&#111;&#x6d;</a>&quot;,<br />\n&quot;valid_from&quot;: &quot;2020-02-07T08:43:34Z&quot;,<br />\n&quot;time_to_live&quot;: 3600<br />\n}<br />\nPlease note that only optional fields are: consumer_id, valid_from and time_to_live.<br />\nIn case you omit they the default values are used:<br />\nconsumer_id = consumer of current user<br />\nvalid_from = current time<br />\ntime_to_live = consents.max_time_to_live</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Example 1:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n}</p>\n<p>Please note that consumer_id is optional field<br />\nExample 2:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n}</p>\n<p>Please note if everything=false you need to explicitly specify views and entitlements<br />\nExample 3:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n}</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">IMPLICIT</a>: IMPLICIT</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#everything\"><strong>everything</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">consumer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#time_to_live\">time_to_live</a>:</p>\n<p><a href=\"/glossary#valid_from\">valid_from</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-createConsentImplicit","parameters":[{"name":"implicit","in":"path","description":"The IMPLICIT identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlements","everything","valid_from","views","consumer_id","time_to_live"],"properties":{"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"everything":{"type":"boolean"},"valid_from":{"type":"string","format":"date-time"},"views":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"consumer_id":{"type":"string"},"time_to_live":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consent_id","status","jwt"],"properties":{"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/consumers/{consumerid}/consumer/call-limits":{"put":{"tags":["Consumer","Rate-Limits"],"summary":"Set Rate Limits / Call Limits per Consumer","description":"<p>Set the API rate limits / call limits for a Consumer:</p>\n<p>Rate limiting can be set:</p>\n<p>Per Second<br />\nPer Minute<br />\nPer Hour<br />\nPer Week<br />\nPer Month</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#from_date\"><strong>from_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#to_date\"><strong>to_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#\">api_name</a>: api_name</p>\n<p><a href=\"/glossary#api_version\">api_version</a>:</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv4.0.0-callsLimit","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","per_week_call_limit","per_day_call_limit","per_second_call_limit","per_month_call_limit","per_hour_call_limit","per_minute_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"per_second_call_limit":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"per_minute_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","per_week_call_limit","per_day_call_limit","per_second_call_limit","per_month_call_limit","per_hour_call_limit","per_minute_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"per_second_call_limit":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"per_minute_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/cache/namespaces/invalidate":{"post":{"tags":["Cache","System","API"],"summary":"Invalidate Cache Namespace","description":"<p>Invalidates a cache namespace by incrementing its version counter.</p>\n<p>This provides instant cache invalidation without deleting individual keys.<br />\nIncrementing the version counter makes all keys with the old version unreachable.</p>\n<p>Available namespace IDs: call_counter, rl_active, rd_localised, rd_dynamic,<br />\nrd_static, rd_all, swagger_static, connector, metrics_stable, metrics_recent, abac_rule</p>\n<p>Use after updating rate limits, translations, endpoints, or CBS data.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>namespace_id</strong></a>: namespace_id</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>namespace_id</strong></a>: namespace_id</p>\n<p><a href=\"/glossary#\"><strong>new_version</strong></a>: new_version</p>\n<p><a href=\"/glossary#\"><strong>old_version</strong></a>: old_version</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv6.0.0-invalidateCacheNamespace","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["namespace_id"],"properties":{"namespace_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"namespace_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["namespace_id","new_version","status","old_version"],"properties":{"namespace_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"new_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"old_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"namespace_id":{"type":"string"},"new_version":{"type":"integer"},"status":{"type":"string"},"old_version":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/management/banks/{bankid}/cards":{"post":{"tags":["Card"],"summary":"Create Card","description":"<p>Create Card at bank specified by BANK_ID .</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#allows\"><strong>allows</strong></a>: [credit,debit,cash_withdrawal]</p>\n<p><a href=\"/glossary#\"><strong>brand</strong></a>: Visa</p>\n<p><a href=\"/glossary#\"><strong>card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>expires_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#\"><strong>issue_number</strong></a>: 1</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#networks\"><strong>networks</strong></a>:</p>\n<p><a href=\"/glossary#pin_reset\"><strong>pin_reset</strong></a>:</p>\n<p><a href=\"/glossary#reason_requested\"><strong>reason_requested</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>requested_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>serial_number</strong></a>: 1324234</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n<p><a href=\"/glossary#\"><strong>valid_from_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#collected\">collected</a>: 2020-01-27</p>\n<p><a href=\"/glossary#posted\">posted</a>: 2020-01-27</p>\n<p><a href=\"/glossary#replacement\">replacement</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allows\"><strong>allows</strong></a>: [credit,debit,cash_withdrawal]</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>brand</strong></a>: Visa</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#cancelled\"><strong>cancelled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>card_id</strong></a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><a href=\"/glossary#\"><strong>card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#collected\"><strong>collected</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>cvv</strong></a>: 123</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>expires_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issue_number</strong></a>: 1</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#networks\"><strong>networks</strong></a>:</p>\n<p><a href=\"/glossary#on_hot_list\"><strong>on_hot_list</strong></a>: false</p>\n<p><a href=\"/glossary#pin_reset\"><strong>pin_reset</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#reason_requested\"><strong>reason_requested</strong></a>:</p>\n<p><a href=\"/glossary#replacement\"><strong>replacement</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>requested_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>serial_number</strong></a>: 1324234</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n<p><a href=\"/glossary#\"><strong>valid_from_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv5.0.0-addCardForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["posted","card_number","enabled","allows","technology","card_type","name_on_card","expires_date","customer_id","pin_reset","collected","replacement","brand","issue_number","serial_number","networks","account_id","valid_from_date"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"brand":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"posted":{"type":"string","format":"date-time"},"card_number":{"type":"string"},"enabled":{"type":"boolean"},"allows":{"type":"array","items":{"type":"string"}},"technology":{"type":"string"},"card_type":{"type":"string"},"name_on_card":{"type":"string"},"expires_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"collected":{"type":"string","format":"date-time"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"brand":{"type":"string"},"issue_number":{"type":"string"},"serial_number":{"type":"string"},"networks":{"type":"array","items":{"type":"string"}},"account_id":{"type":"string"},"valid_from_date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["card_number","cvv","enabled","pin_reset","allows","technology","collected","on_hot_list","card_type","replacement","name_on_card","account","expires_date","posted","customer_id","bank_id","brand","card_id","issue_number","serial_number","networks","cancelled","valid_from_date"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"cvv":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"brand":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"cancelled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","views_available","id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"on_hot_list":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"card_number":{"type":"string"},"cvv":{"type":"string"},"enabled":{"type":"boolean"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"allows":{"type":"array","items":{"type":"string"}},"technology":{"type":"string"},"collected":{"type":"string","format":"date-time"},"on_hot_list":{"type":"boolean"},"card_type":{"type":"string"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"name_on_card":{"type":"string"},"account":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"id":{"type":"string"}}},"expires_date":{"type":"string","format":"date-time"},"posted":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"brand":{"type":"string"},"card_id":{"type":"string"},"issue_number":{"type":"string"},"serial_number":{"type":"string"},"networks":{"type":"array","items":{"type":"string"}},"cancelled":{"type":"boolean"},"valid_from_date":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/test1/TEST1_ID":{"get":{"tags":["_Test1","Dynamic-Entity","Dynamic"],"summary":"Get test1 by id","description":"<p>Get test1 by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingletest1_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1"],"properties":{"test1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1_id","name","number"],"properties":{"test1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test1":{"type":"object","properties":{"test1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_Test1","Dynamic-Entity","Dynamic"],"summary":"Update test1","description":"<p>Update test1.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updatetest1_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1"],"properties":{"test1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1_id","name","number"],"properties":{"test1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test1":{"type":"object","properties":{"test1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_Test1","Dynamic-Entity","Dynamic"],"summary":"Delete test1 by id","description":"<p>Delete test1 by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deletetest1_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1"],"properties":{"test1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1_id","name","number"],"properties":{"test1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test1":{"type":"object","properties":{"test1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/cascading/banks/{bankid}/accounts/{accountid}/transactions/{transactionid}":{"delete":{"tags":["Transaction"],"summary":"Delete Transaction Cascade","description":"<p>Delete a Transaction Cascade specified by TRANSACTION_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteTransactionCascade","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/diagnostics/dynamic-entities/orphaned-records":{"delete":{"tags":["Dynamic-Entity","API"],"summary":"Cleanup Orphaned Dynamic Entity Records","description":"<p>Delete orphaned dynamic entity data records.</p>\n<p>Orphaned records are rows in the DynamicData table whose entityName/bankId combination<br />\nhas no matching Dynamic Entity definition. These can accumulate when entity definitions<br />\nare deleted but their data records are not cleaned up.</p>\n<p>This endpoint first identifies all orphaned records (using the same detection logic as<br />\nGET /management/diagnostics/dynamic-entities), then deletes them.</p>\n<p><strong>Response Format:</strong><br />\n* <code>deleted_orphaned_entities</code> - List of orphaned entity groups that were deleted, each with:<br />\n* <code>entity_name</code> - Name of the orphaned entity<br />\n* <code>bank_id</code> - Bank ID (or empty string for system-level)<br />\n* <code>record_count</code> - Number of records that were deleted for this entity group<br />\n* <code>total_records_deleted</code> - Total count of all deleted records</p>\n<p>Authentication is Required</p>\n<p><strong>Required Role:</strong> <code>CanCleanupOrphanedDynamicEntityRecords</code></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-cleanupOrphanedDynamicEntityRecords","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["deleted_orphaned_entities","total_records_deleted"],"properties":{"deleted_orphaned_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["record_count","bank_id","entity_name"],"properties":{"record_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"total_records_deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"deleted_orphaned_entities":{"type":"array","items":{"type":"object","properties":{"record_count":{"type":"integer"},"bank_id":{"type":"string"},"entity_name":{"type":"string"}}}},"total_records_deleted":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consumers/{consumerid}/consumer/redirect_url":{"put":{"tags":["Consumer"],"summary":"Update Consumer RedirectURL","description":"<p>Update an existing redirectUrl for a Consumer specified by CONSUMER_ID.</p>\n<p>Please note: Your consumer may be disabled as a result of this action.</p>\n<p>CONSUMER_ID can be obtained after you register the application.</p>\n<p>Or use the endpoint 'Get Consumers' to get it</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#105;lt&#x6f;&#58;f&#101;&#108;&#105;x&#x73;&#x6d;&#105;&#x74;h&#64;e&#120;&#x61;m&#x70;&#108;&#x65;&#x2e;c&#111;&#x6d;\">&#x66;&#101;&#x6c;&#105;&#x78;&#x73;&#x6d;&#105;t&#104;&#64;&#x65;x&#97;m&#x70;l&#101;&#46;&#99;&#111;m</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv5.1.0-updateConsumerRedirectURL","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["redirect_url"],"properties":{"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"redirect_url":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["app_name","enabled","created_by_user_id","created_by_user","description","developer_email","created","consumer_id","redirect_url","app_type"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"app_name":{"type":"string"},"enabled":{"type":"boolean"},"created_by_user_id":{"type":"string"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"description":{"type":"string"},"developer_email":{"type":"string"},"created":{"type":"string","format":"date-time"},"consumer_id":{"type":"integer"},"redirect_url":{"type":"string"},"app_type":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-message-docs/{dynamicmessagedocid}":{"get":{"tags":["Dynamic-Message-Doc"],"summary":"Get Dynamic Message Doc","description":"<p>Get a Dynamic Message Doc by DYNAMIC_MESSAGE_DOC_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">DYNAMIC_MESSAGE_DOC_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-getDynamicMessageDoc","parameters":[{"name":"dynamicmessagedocid","in":"path","description":"The DYNAMICMESSAGEDOCID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Dynamic-Message-Doc"],"summary":"Update Dynamic Message Doc","description":"<p>Update a Dynamic Message Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">DYNAMIC_MESSAGE_DOC_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-updateDynamicMessageDoc","parameters":[{"name":"dynamicmessagedocid","in":"path","description":"The DYNAMICMESSAGEDOCID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Dynamic-Message-Doc"],"summary":"Delete Dynamic Message Doc","description":"<p>Delete a Dynamic Message Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">DYNAMIC_MESSAGE_DOC_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteDynamicMessageDoc","parameters":[{"name":"dynamicmessagedocid","in":"path","description":"The DYNAMICMESSAGEDOCID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/Odometer":{"get":{"tags":["_Odometer(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get Odometer List","description":"<p>Get Odometer List.</p>\n<p>Verify odometer information for flexible contracts.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;Odometer&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /Odometer?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getOdometerList_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","odometer_list"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"odometer_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["odometer_id","name","number"],"properties":{"odometer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"odometer_list":{"type":"array","items":{"type":"object","properties":{"odometer_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_Odometer(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Create new Odometer","description":"<p>Create new Odometer.</p>\n<p>Verify odometer information for flexible contracts.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;Odometer&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createOdometer_gh.29.uk","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","odometer"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"odometer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["odometer_id","name","number"],"properties":{"odometer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"odometer":{"type":"object","properties":{"odometer_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/accounts/{accountid}/{viewid}/checkbook/orders":{"get":{"tags":["Account"],"summary":"Get Checkbook orders","description":"<p>Get all checkbook orders</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_type</strong></a>: AC</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_routings\"><strong>branch_routings</strong></a>:</p>\n<p><a href=\"/glossary#distribution_channel\"><strong>distribution_channel</strong></a>:</p>\n<p><a href=\"/glossary#first_check_number\"><strong>first_check_number</strong></a>:</p>\n<p><a href=\"/glossary#number_of_checkbooks\"><strong>number_of_checkbooks</strong></a>:</p>\n<p><a href=\"/glossary#order\"><strong>order</strong></a>:</p>\n<p><a href=\"/glossary#order_date\"><strong>order_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#order_id\"><strong>order_id</strong></a>:</p>\n<p><a href=\"/glossary#orders\"><strong>orders</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#shipping_code\"><strong>shipping_code</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv3.1.0-getCheckbookOrders","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account","orders"],"properties":{"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","account_type","bank_id","branch_routings","account_id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"orders":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["order"],"properties":{"order":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["shipping_code","number_of_checkbooks","status","order_id","distribution_channel","first_check_number","order_date"],"properties":{"order_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number_of_checkbooks":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"first_check_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"order_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"shipping_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"distribution_channel":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"account_type":{"type":"string"},"bank_id":{"type":"string"},"branch_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"account_id":{"type":"string"}}},"orders":{"type":"array","items":{"type":"object","properties":{"order":{"type":"object","properties":{"shipping_code":{"type":"string"},"number_of_checkbooks":{"type":"string"},"status":{"type":"string"},"order_id":{"type":"string"},"distribution_channel":{"type":"string"},"first_check_number":{"type":"string"},"order_date":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system/log-cache/all":{"get":{"tags":["System","API","Log-Cache"],"summary":"Get All Level Log Cache","description":"<p>Returns logs of all levels from the system log cache.</p>\n<p>This endpoint supports pagination via the following optional query parameters:<br />\n* limit - Maximum number of log entries to return<br />\n* offset - Number of log entries to skip (for pagination)</p>\n<p>Example: GET /system/log-cache/all?limit=50&amp;offset=100</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-logCacheAllEndpoint","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/resource-docs/{apiversion}/openapi":{"get":{"tags":["Documentation","API"],"summary":"Get OpenAPI 3.1 documentation","description":"<p>Returns documentation about the RESTful resources on this server in OpenAPI 3.1 format.</p>\n<p>API_VERSION is the version you want documentation about e.g. v6.0.0</p>\n<h2><a href=\"#query-parameters\" id=\"query-parameters\">Query Parameters</a></h2>\n<p>You may filter this endpoint using the following optional query parameters:</p>\n<p><strong>tags</strong> - Filter by endpoint tags (comma-separated list)<br />\n• Example: ?tags=Account,Bank or ?tags=Account-Firehose<br />\n• All endpoints are given one or more tags which are used for grouping<br />\n• Empty values will return error OBP-10053</p>\n<p><strong>functions</strong> - Filter by function names (comma-separated list)<br />\n• Example: ?functions=getBanks,bankById<br />\n• Each endpoint is implemented in the OBP Scala code by a 'function'<br />\n• Empty values will return error OBP-10054</p>\n<p><strong>content</strong> - Filter by endpoint type<br />\n• Values: static, dynamic, all (case-insensitive)<br />\n• static: Only show static/core API endpoints<br />\n• dynamic: Only show dynamic/custom endpoints<br />\n• all: Show both static and dynamic endpoints (default)<br />\n• Invalid values will return error OBP-10052</p>\n<p><strong>locale</strong> - Language for localized documentation<br />\n• Example: ?locale=en_GB or ?locale=es_ES<br />\n• Supported locales: en_GB, es_ES, ro_RO<br />\n• Invalid locales will return error OBP-10041</p>\n<p><strong>api-collection-id</strong> - Filter by API collection UUID<br />\n• Example: ?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221<br />\n• Returns only endpoints belonging to the specified collection<br />\n• Empty values will return error OBP-10055</p>\n<p>This endpoint generates OpenAPI 3.1 compliant documentation with modern JSON Schema support.</p>\n<p>For YAML format, use the corresponding endpoint: /resource-docs/API_VERSION/openapi.yaml</p>\n<p>See the Resource Doc endpoint for more information.</p>\n<p>Note: Resource Docs are cached, TTL is 3600 seconds</p>\n<h2><a href=\"#examples\" id=\"examples\">Examples</a></h2>\n<p>Basic usage:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi</a></p>\n<p>Filter by tags:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?tags=Account,Bank\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?tags=Account,Bank</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?tags=Account-Firehose\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?tags=Account-Firehose</a></p>\n<p>Filter by content type:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=static\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=static</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=dynamic\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=dynamic</a></p>\n<p>Filter by functions:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?functions=getBanks,bankById\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?functions=getBanks,bankById</a></p>\n<p>Combine multiple parameters:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=static&amp;tags=Account-Firehose\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=static&amp;tags=Account-Firehose</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?tags=Account,Bank,PSD2&amp;functions=getBanks,bankById\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?tags=Account,Bank,PSD2&amp;functions=getBanks,bankById</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=static&amp;locale=en_GB&amp;tags=Account\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?content=static&amp;locale=en_GB&amp;tags=Account</a></p>\n<p>Filter by API collection:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221\">https://apisandbox.openbankproject.com/obp/v6.0.0/resource-docs/v6.0.0/openapi?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221</a></p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#api_version\">API_VERSION</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.4.0-getResourceDocsOpenAPI31","parameters":[{"name":"apiversion","in":"path","description":"The APIVERSION identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/endpoints/authentication-type-validations":{"get":{"tags":["Authentication-Type-Validation"],"summary":"Get all Authentication Type Validations - public","description":"<p>Get all Authentication Type Validations - public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-getAllAuthenticationTypeValidationsPublic","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authentication_types_validations"],"properties":{"authentication_types_validations":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authTypes","operationId"],"properties":{"authTypes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"authentication_types_validations":{"type":"array","items":{"type":"object","properties":{"authTypes":{"type":"array","items":{"type":"object","properties":{}}},"operationId":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/account":{"get":{"tags":["Account"],"summary":"Get Account by Id (Full)","description":"<p>Information returned about an account specified by ACCOUNT_ID as moderated by the view (VIEW_ID):</p>\n<ul>\n<li>Number</li>\n<li>Owners</li>\n<li>Type</li>\n<li>Balance</li>\n<li>IBAN</li>\n<li>Available views (sorted by short_name)</li>\n</ul>\n<p>More details about the data moderation by the view <a href=\"#1_2_1-getViewsForBankAccount\">here</a>.</p>\n<p>PSD2 Context: PSD2 requires customers to have access to their account information via third party applications.<br />\nThis call provides balance and other account information via delegated authentication using OAuth.</p>\n<p>Authentication is required if the 'is_public' field in view (VIEW_ID) is not set to <code>true</code>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv4.0.0-getPrivateAccountByIdFull","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","tags","label","number","bank_id","owners","id","views_available","balance","account_attributes"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"label":{"type":"string"},"number":{"type":"string"},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}},"id":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/provider/{provider}/username/{username}":{"get":{"tags":["User"],"summary":"Get User by USERNAME","description":"<p>Get user by PROVIDER and USERNAME</p>\n<p>Get a User by their authentication provider and username.</p>\n<p><strong>URL Parameters:</strong></p>\n<ul>\n<li>PROVIDER - The authentication provider (e.g., <a href=\"http://127.0.0.1:8080\">http://127.0.0.1:8080</a>, google.com, OBP)</li>\n<li>USERNAME - The username at that provider (e.g., obpstripe, john.doe)</li>\n</ul>\n<p><strong>Important:</strong> The PROVIDER parameter can contain special characters like slashes and colons.<br />\nFor example, if the provider is &quot;<a href=\"http://127.0.0.1:8080\">http://127.0.0.1:8080</a>&quot;, the full URL would be:</p>\n<p><code>GET /obp/v5.1.0/users/provider/http://127.0.0.1:8080/username/obpstripe</code></p>\n<p>The API will correctly parse the provider value even with these special characters.</p>\n<p><strong>To find valid providers</strong>, use the GET /obp/v6.0.0/providers endpoint (available in API version 6.0.0).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanGetAnyUser entitlement is required.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#provider\">PROVIDER</a>: ETHEREUM</p>\n<p><a href=\"/glossary#\">USERNAME</a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#x6c;&#116;&#111;:&#102;&#101;lix&#115;&#x6d;&#105;&#116;&#x68;&#64;&#101;xam&#112;&#x6c;&#101;.&#x63;&#111;&#109;\">&#102;e&#108;&#x69;x&#x73;&#x6d;&#105;&#116;h&#64;e&#x78;&#97;mp&#x6c;&#x65;&#46;&#x63;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_deleted</strong></a>: is_deleted</p>\n<p><a href=\"/glossary#\"><strong>is_locked</strong></a>: is_locked</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#text\"><strong>text</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">agreements</a>: agreements</p>\n<p><a href=\"/glossary#\">last_marketing_agreement_signed_date</a>: last_marketing_agreement_signed_date</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv5.1.0-getUserByProviderAndUsername","parameters":[{"name":"provider","in":"path","description":"The PROVIDER identifier","required":true,"schema":{"type":"string"}},{"name":"username","in":"path","description":"The USERNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","last_marketing_agreement_signed_date","provider_id","agreements","entitlements","is_deleted","is_locked","username","views","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"is_locked":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"last_marketing_agreement_signed_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"agreements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","text"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"text":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"last_marketing_agreement_signed_date":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"agreements":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}}}},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"is_deleted":{"type":"boolean"},"is_locked":{"type":"boolean"},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.2.0/banks/{bankid}/fx":{"put":{"tags":["FX"],"summary":"Create Fx","description":"<p>Create or Update Fx for the Bank.</p>\n<p>Example:</p>\n<p>“from_currency_code”:“EUR”,<br />\n“to_currency_code”:“USD”,<br />\n“conversion_value”: 1.136305,<br />\n“inverse_conversion_value”: 1 / 1.136305 = 0.8800454103431737,</p>\n<p>Thus 1 Euro = 1.136305 US Dollar<br />\nand<br />\n1 US Dollar = 0.8800 Euro</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#conversion_value\"><strong>conversion_value</strong></a>: 100</p>\n<p><a href=\"/glossary#effective_date\"><strong>effective_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#from_currency_code\"><strong>from_currency_code</strong></a>:</p>\n<p><a href=\"/glossary#inverse_conversion_value\"><strong>inverse_conversion_value</strong></a>: 50</p>\n<p><a href=\"/glossary#to_currency_code\"><strong>to_currency_code</strong></a>: EUR</p>\n","operationId":"OBPv2.2.0-createFx","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["effective_date","conversion_value","from_currency_code","bank_id","inverse_conversion_value","to_currency_code"],"properties":{"inverse_conversion_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_currency_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"effective_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"conversion_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_currency_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"effective_date":{"type":"string","format":"date-time"},"conversion_value":{"type":"number"},"from_currency_code":{"type":"string"},"bank_id":{"type":"string"},"inverse_conversion_value":{"type":"number"},"to_currency_code":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["effective_date","conversion_value","from_currency_code","bank_id","inverse_conversion_value","to_currency_code"],"properties":{"inverse_conversion_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_currency_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"effective_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"conversion_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_currency_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"effective_date":{"type":"string","format":"date-time"},"conversion_value":{"type":"number"},"from_currency_code":{"type":"string"},"bank_id":{"type":"string"},"inverse_conversion_value":{"type":"number"},"to_currency_code":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/atms/{atmid}/supported-languages":{"put":{"tags":["ATM"],"summary":"Update ATM Supported Languages","description":"<p>Update ATM Supported Languages.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n","operationId":"OBPv4.0.0-updateAtmSupportedLanguages","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["supported_languages"],"properties":{"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"supported_languages":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["supported_languages","atm_id"],"properties":{"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"supported_languages":{"type":"array","items":{"type":"string"}},"atm_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/connector-method-names":{"get":{"tags":["Connector-Method","System","Method-Routing","API"],"summary":"Get Connector Method Names","description":"<p>Get the list of all available connector method names.</p>\n<p>These are the method names that can be used in Method Routing configuration.</p>\n<h2><a href=\"#data-source\" id=\"data-source\">Data Source</a></h2>\n<p>The data comes from <strong>scanning the actual Scala connector code at runtime</strong> using reflection, NOT from a database or configuration file.</p>\n<p>The endpoint:<br />\n1. Reads the connector name from props (e.g., <code>connector=mapped</code>)<br />\n2. Gets the connector instance (e.g., LocalMappedConnector, KafkaConnector, StarConnector)<br />\n3. Uses Scala reflection to scan all public methods that override the base Connector trait<br />\n4. Filters for valid connector methods (public, has parameters, overrides base trait)<br />\n5. Returns the method names as a sorted list</p>\n<h2><a href=\"#which-connector\" id=\"which-connector\">Which Connector?</a></h2>\n<p>Depends on your <code>connector</code> property:<br />\n* <code>connector=mapped</code> → Returns methods from LocalMappedConnector<br />\n* <code>connector=kafka_vSept2018</code> → Returns methods from KafkaConnector<br />\n* <code>connector=star</code> → Returns methods from StarConnector<br />\n* <code>connector=rest_vMar2019</code> → Returns methods from RestConnector</p>\n<h2><a href=\"#when-does-it-change\" id=\"when-does-it-change\">When Does It Change?</a></h2>\n<p>The list only changes when:<br />\n* Code is deployed with new/modified connector methods<br />\n* The <code>connector</code> property is changed to point to a different connector</p>\n<h2><a href=\"#performance\" id=\"performance\">Performance</a></h2>\n<p>This endpoint uses caching (default: 1 hour) because Scala reflection is expensive.<br />\nConfigure via: <code>getConnectorMethodNames.cache.ttl.seconds=3600</code></p>\n<h2><a href=\"#use-case\" id=\"use-case\">Use Case</a></h2>\n<p>Use this endpoint to discover which connector methods are available when configuring Method Routing.<br />\nThese method names are different from API endpoint operation IDs (which you get from /resource-docs).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanGetSystemConnectorMethodNames entitlement is required.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>connector_method_names</strong></a>: connector_method_names</p>\n","operationId":"OBPv6.0.0-getConnectorMethodNames","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_method_names"],"properties":{"connector_method_names":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"connector_method_names":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/D-Entity1/D-ENTITY1_ID":{"get":{"tags":["_D-Entity1(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get D-Entity1 by id","description":"<p>Get D-Entity1 by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;D-Entity1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleD-Entity1_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","d-entity1"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"d-entity1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["d-entity1_id","name","number"],"properties":{"d-entity1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"d-entity1":{"type":"object","properties":{"d-entity1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_D-Entity1(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Update D-Entity1","description":"<p>Update D-Entity1.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;D-Entity1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateD-Entity1_gh.29.uk","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","d-entity1"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"d-entity1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["d-entity1_id","name","number"],"properties":{"d-entity1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"d-entity1":{"type":"object","properties":{"d-entity1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_D-Entity1(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Delete D-Entity1 by id","description":"<p>Delete D-Entity1 by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;D-Entity1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteD-Entity1_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","d-entity1"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"d-entity1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["d-entity1_id","name","number"],"properties":{"d-entity1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"d-entity1":{"type":"object","properties":{"d-entity1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/MarchHare/{marchhareid}":{"get":{"tags":["_MarchHare(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get MarchHare by id","description":"<p>Get MarchHare by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;MarchHare&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleMarchHare_gh.29.uk","parameters":[{"name":"marchhareid","in":"path","description":"The MARCHHAREID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","march_hare"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"march_hare":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["march_hare_id","name","number"],"properties":{"march_hare_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"march_hare":{"type":"object","properties":{"march_hare_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_MarchHare(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Update MarchHare","description":"<p>Update MarchHare.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;MarchHare&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateMarchHare_gh.29.uk","parameters":[{"name":"marchhareid","in":"path","description":"The MARCHHAREID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","march_hare"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"march_hare":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["march_hare_id","name","number"],"properties":{"march_hare_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"march_hare":{"type":"object","properties":{"march_hare_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_MarchHare(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Delete MarchHare by id","description":"<p>Delete MarchHare by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;MarchHare&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteMarchHare_gh.29.uk","parameters":[{"name":"marchhareid","in":"path","description":"The MARCHHAREID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","march_hare"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"march_hare":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["march_hare_id","name","number"],"properties":{"march_hare_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"march_hare":{"type":"object","properties":{"march_hare_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/consents/{consentid}/challenge":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Answer Consent Challenge","description":"<p>An OBP Consent allows the holder of the Consent to call one or more endpoints.</p>\n<p>Consents must be created and authorisied using SCA (Strong Customer Authentication).</p>\n<p>That is, Consents can be created by an authorised User via the OBP REST API but they must be confirmed via an out of band (OOB) mechanism such as a code sent to a mobile phone.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>Each Consent is bound to a consumer i.e. you need to identify yourself over request header value Consumer-Key.<br />\nFor example:<br />\nGET /obp/v4.0.0/users/current HTTP/1.1<br />\nHost: 127.0.0.1:8080<br />\nConsent-JWT: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOlt7InJvbGVfbmFtZSI6IkNhbkdldEFueVVzZXIiLCJiYW5rX2lkIjoiIn<br />\n1dLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIzNDc1MDEzZi03YmY5LTQyNj<br />\nEtOWUxYy0xZTdlNWZjZTJlN2UiLCJhdWQiOiI4MTVhMGVmMS00YjZhLTQyMDUtYjExMi1lNDVmZDZmNGQzYWQiLCJuYmYiOjE1ODA3NDE2NjcsIml<br />\nzcyI6Imh0dHA6XC9cLzEyNy4wLjAuMTo4MDgwIiwiZXhwIjoxNTgwNzQ1MjY3LCJpYXQiOjE1ODA3NDE2NjcsImp0aSI6ImJkYzVjZTk5LTE2ZTY<br />\ntNDM4Yi1hNjllLTU3MTAzN2RhMTg3OCIsInZpZXdzIjpbXX0.L3fEEEhdCVr3qnmyRKBBUaIQ7dk1VjiFaEBW8hUNjfg</p>\n<p>Consumer-Key: ejznk505d132ryomnhbx1qmtohurbsbb0kijajsk<br />\ncache-control: no-cache</p>\n<p>Maximum time to live of the token is specified over props value consents.max_time_to_live. In case isn't defined default value is 3600 seconds.</p>\n<p>Example of POST JSON:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#109;&#97;i&#108;&#116;&#x6f;&#x3a;&#101;&#118;&#101;&#x6c;&#x69;ne&#64;&#x65;x&#x61;&#x6d;&#x70;l&#x65;.&#x63;&#x6f;&#x6d;\">&#x65;&#x76;&#x65;&#x6c;&#x69;n&#x65;&#64;&#x65;x&#x61;&#109;&#x70;le&#46;&#x63;&#111;&#109;</a>&quot;,<br />\n&quot;valid_from&quot;: &quot;2020-02-07T08:43:34Z&quot;,<br />\n&quot;time_to_live&quot;: 3600<br />\n}<br />\nPlease note that only optional fields are: consumer_id, valid_from and time_to_live.<br />\nIn case you omit they the default values are used:<br />\nconsumer_id = consumer of current user<br />\nvalid_from = current time<br />\ntime_to_live = consents.max_time_to_live</p>\n<p>This endpoint is used to confirm a Consent previously created.</p>\n<p>The User must supply a code that was sent out of band (OOB) for example via an SMS.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#answer\"><strong>answer</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv3.1.0-answerConsentChallenge","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["answer"],"properties":{"answer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"answer":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consent_id","status","jwt"],"properties":{"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/{userid}/entitlements":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlements for User","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getEntitlements","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_id","bank_id","role_name","user_id"],"properties":{"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"entitlement_id":{"type":"string"},"bank_id":{"type":"string"},"role_name":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/consumer/vrp-consent-requests":{"post":{"tags":["Consent","VRP","Transaction-Request"],"summary":"Create Consent Request VRP","description":"<p>This endpoint is used to begin the process of creating a consent that may be used for Variable Recurring Payments (VRPs).</p>\n<p>VRPs are useful in situations when a beneficiary needs to be paid different amounts on a regular basis.</p>\n<p>Once granted, the consent allows its holder to initiate multiple Transaction Requests to the Counterparty defined in this endpoint as long as the<br />\nCounterparty Limits linked to this particular consent are respected.</p>\n<p>Client, Consumer or Application Authentication is mandatory for this endpoint.</p>\n<p>i.e. the caller of this endpoint is the API Client, Consumer or Application rather than a specific User.</p>\n<p>At the end of the process the following objects are created in OBP or connected backend systems:<br />\n- An automatically generated View which controls access.<br />\n- A Counterparty that is the Beneficiary of the Variable Recurring Payments. The Counterparty specifies the Bank Account number or other routing address.<br />\n- Limits for the Counterparty which constrain the amount of money that can be sent to it in various periods (yearly, monthly, weekly).</p>\n<p>The Account holder may modify the Counterparty or Limits e.g. to increase or decrease the maximum possible payment amounts or the frequencey of the payments.</p>\n<p>In the case of a public client we use the client_id and private key to obtain an access token, otherwise we use the client_id and client_secret.<br />\nThe obtained access token is used in the HTTP Authorization header of the request as follows:</p>\n<p>Example:<br />\nAuthorization: Bearer eXtneO-THbQtn3zvK_kQtXXfvOZyZFdBCItlPDbR2Bk.dOWqtXCtFX-tqGTVR0YrIjvAolPIVg7GZ-jz83y6nA0</p>\n<p>After successfully creating the VRP consent request, you need to call the <code>Create Consent By CONSENT_REQUEST_ID</code> endpoint to finalize the consent using the CONSENT_REQUEST_ID returned by this endpoint.</p>\n<p>Application Access is Required. The Application must be authenticated.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#account_routing\"><strong>account_routing</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#branch_routing\"><strong>branch_routing</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_name</strong></a>: John Smith Ltd.</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>from_account</strong></a>: from_account</p>\n<p><a href=\"/glossary#\"><strong>limit</strong></a>: 100</p>\n<p><a href=\"/glossary#max_monthly_amount\"><strong>max_monthly_amount</strong></a>: 10000.11</p>\n<p><a href=\"/glossary#max_number_of_monthly_transactions\"><strong>max_number_of_monthly_transactions</strong></a>: 10</p>\n<p><a href=\"/glossary#max_number_of_transactions\"><strong>max_number_of_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_number_of_yearly_transactions\"><strong>max_number_of_yearly_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_single_amount\"><strong>max_single_amount</strong></a>: 1000.11</p>\n<p><a href=\"/glossary#max_total_amount\"><strong>max_total_amount</strong></a>: 10000.12</p>\n<p><a href=\"/glossary#max_yearly_amount\"><strong>max_yearly_amount</strong></a>: 12000.11</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>to_account</strong></a>: to_account</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#109;&#x61;&#105;l&#116;&#111;&#58;&#102;e&#x6c;i&#120;&#x73;&#109;&#x69;th&#64;&#101;&#120;&#97;&#109;p&#108;&#101;&#46;&#x63;&#x6f;m\">&#x66;&#101;l&#105;&#x78;&#x73;&#x6d;&#105;t&#x68;&#64;&#x65;&#x78;&#97;&#109;&#x70;&#x6c;&#x65;.c&#111;m</a></p>\n<p><a href=\"/glossary#phone_number\">phone_number</a>:</p>\n<p><a href=\"/glossary#time_to_live\">time_to_live</a>:</p>\n<p><a href=\"/glossary#valid_from\">valid_from</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_request_id\"><strong>consent_request_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#payload\"><strong>payload</strong></a>: payload</p>\n","operationId":"OBPv5.1.0-createVRPConsentRequest","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_account","phone_number","email","from_account","time_to_live","valid_from"],"properties":{"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routing","account_routing","branch_routing"],"properties":{"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"valid_from":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routing","counterparty_name","limit","account_routing","branch_routing"],"properties":{"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"counterparty_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","max_yearly_amount","max_number_of_transactions"],"properties":{"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"to_account":{"type":"object","properties":{"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"counterparty_name":{"type":"string"},"limit":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}},"account_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"branch_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}},"phone_number":{"type":"string"},"email":{"type":"string"},"from_account":{"type":"object","properties":{"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"account_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"branch_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}},"time_to_live":{"type":"integer"},"valid_from":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumer_id","payload","consent_request_id"],"properties":{"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["from_account","to_account","valid_from","time_to_live"],"properties":{"from_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routing","account_routing","branch_routing"],"properties":{"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routing","account_routing","branch_routing","limit"],"properties":{"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_monthly_amount","max_number_of_yearly_transactions","max_yearly_amount","currency","max_single_amount","max_number_of_monthly_transactions"],"properties":{"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"valid_from":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consumer_id":{"type":"string"},"payload":{"type":"object","properties":{"from_account":{"type":"object","properties":{"bank_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"account_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"branch_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}}},"to_account":{"type":"object","properties":{"bank_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"account_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"branch_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"limit":{"type":"object","properties":{"max_monthly_amount":{"type":"integer"},"max_number_of_yearly_transactions":{"type":"integer"},"max_yearly_amount":{"type":"integer"},"currency":{"type":"string"},"max_single_amount":{"type":"integer"},"max_number_of_monthly_transactions":{"type":"integer"}}}}},"valid_from":{"type":"string"},"time_to_live":{"type":"integer"}}},"consent_request_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v3.1.0/management/metrics/top-consumers":{"get":{"tags":["Metric"],"summary":"Get Top Consumers","description":"<p>Get metrics about the top consumers of the API usage e.g. total count, consumer_id and app_name.</p>\n<p>Should be able to filter on the following fields</p>\n<p>e.g.: /management/metrics/top-consumers?from_date=1970-01-01T00:00:00.000Z&amp;to_date=2026-02-25T15:15:25.779Z&amp;consumer_id=5<br />\n&amp;user_id=66214b8e-259e-44ad-8868-3eb47be70646&amp;implemented_by_partial_function=getTransactionsForBankAccount<br />\n&amp;implemented_in_version=v3.0.0&amp;url=/obp/v3.0.0/banks/gh.29.uk/accounts/8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0/owner/transactions<br />\n&amp;verb=GET&amp;anon=false&amp;app_name=MapperPostman<br />\n&amp;exclude_app_names=API-EXPLORER,API-Manager,SOFI,null<br />\n&amp;limit=100</p>\n<p>1 from_date (defaults to the one year ago): eg:from_date=1970-01-01T00:00:00.000Z</p>\n<p>2 to_date (defaults to the current date) eg:to_date=2026-02-25T15:15:25.779Z</p>\n<p>3 consumer_id  (if null ignore)</p>\n<p>4 user_id (if null ignore)</p>\n<p>5 anon (if null ignore) only support two value : true (return where user_id is null.) or false (return where user_id is not null.)</p>\n<p>6 url (if null ignore), note: can not contain '&amp;'.</p>\n<p>7 app_name (if null ignore)</p>\n<p>8 implemented_by_partial_function (if null ignore),</p>\n<p>9 implemented_in_version (if null ignore)</p>\n<p>10 verb (if null ignore)</p>\n<p>11 correlation_id (if null ignore)</p>\n<p>12 duration (if null ignore) non digit chars will be silently omitted</p>\n<p>13 exclude_app_names (if null ignore).eg: &amp;exclude_app_names=API-EXPLORER,API-Manager,SOFI,null</p>\n<p>14 exclude_url_patterns (if null ignore).you can design you own SQL NOT LIKE pattern. eg: &amp;exclude_url_patterns=%management/metrics%,%management/aggregate-metrics%</p>\n<p>15 exclude_implemented_by_partial_functions (if null ignore).eg: &amp;exclude_implemented_by_partial_functions=getMetrics,getConnectorMetrics,getAggregateMetrics</p>\n<p>16 limit (for pagination: defaults to 50)  eg:limit=200</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#count\"><strong>count</strong></a>:</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#top_consumers\"><strong>top_consumers</strong></a>:</p>\n","operationId":"OBPv3.1.0-getMetricsTopConsumers","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["top_consumers"],"properties":{"top_consumers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["count","developer_email","consumer_id","app_name"],"properties":{"count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"top_consumers":{"type":"array","items":{"type":"object","properties":{"count":{"type":"integer"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"app_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/metadata/tags/{tagid}":{"delete":{"tags":["Account-Metadata","Account"],"summary":"Delete a tag on account","description":"<p>Deletes the tag TAG_ID about the account ACCOUNT_ID made on <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Authentication is required as the tag is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#tag_id\">TAG_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteTagForViewOnAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"tagid","in":"path","description":"The TAGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user_customer_links/customers/{customerid}":{"get":{"tags":["Customer"],"summary":"Get User Customer Links by Customer","description":"<p>Get User Customer Links by CUSTOMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#date_inserted\"><strong>date_inserted</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#user_customer_link_id\"><strong>user_customer_link_id</strong></a>:</p>\n<p><a href=\"/glossary#user_customer_links\"><strong>user_customer_links</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getUserCustomerLinksByCustomerId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_customer_links"],"properties":{"user_customer_links":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_customer_link_id","customer_id","is_active","date_inserted","user_id"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_inserted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_customer_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"user_customer_links":{"type":"array","items":{"type":"object","properties":{"user_customer_link_id":{"type":"string"},"customer_id":{"type":"string"},"is_active":{"type":"boolean"},"date_inserted":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/authentication-type-validations":{"get":{"tags":["Authentication-Type-Validation"],"summary":"Get all Authentication Type Validations","description":"<p>Get all Authentication Type Validations.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-getAllAuthenticationTypeValidations","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authentication_types_validations"],"properties":{"authentication_types_validations":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authTypes","operationId"],"properties":{"authTypes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"authentication_types_validations":{"type":"array","items":{"type":"object","properties":{"authTypes":{"type":"array","items":{"type":"object","properties":{}}},"operationId":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/customers-minimal":{"get":{"tags":["Customer","User"],"summary":"Get Customers Minimal at Any Bank","description":"<p>Get Customers Minimal at Any Bank.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n","operationId":"OBPv4.0.0-getCustomersMinimalAtAnyBank","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","bank_id"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"customer_id":{"type":"string"},"bank_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/my/banks/{bankid}/accounts/{accountid}/transactions":{"get":{"tags":["Transaction","Account Information Service (AIS)","Account","PSD2"],"summary":"Get Transactions for Account (Core)","description":"<p>Returns transactions list (Core info) of the account specified by ACCOUNT_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<ul>\n<li>from_date=DATE =&gt; example value: 1970-01-01T00:00:00.000Z. NOTE! The default value is one year ago (1970-01-01T00:00:00.000Z).</li>\n<li>to_date=DATE =&gt; example value: 2026-02-25T15:15:25.757Z. NOTE! The default value is now (2026-02-25T15:15:25.757Z).</li>\n</ul>\n<p>Date format parameter: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'(1100-01-01T01:01:01.000Z) ==&gt; time zone is UTC.</p>\n<p>eg3:?sort_direction=ASC&amp;limit=100&amp;offset=0&amp;from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#holders\"><strong>holders</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#new_balance\"><strong>new_balance</strong></a>: 20</p>\n<p><a href=\"/glossary#other_account\"><strong>other_account</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#this_account\"><strong>this_account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#transaction_attributes\"><strong>transaction_attributes</strong></a>:</p>\n<p><a href=\"/glossary#transactions\"><strong>transactions</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv3.0.0-getCoreTransactionsForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transactions"],"properties":{"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["details","id","transaction_attributes","this_account","other_account"],"properties":{"this_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","bank_routing","holders","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"holders":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","description","posted","new_balance","completed","value"],"properties":{"new_balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"other_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","bank_routing","holder","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transaction_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"transactions":{"type":"array","items":{"type":"object","properties":{"details":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"},"posted":{"type":"string","format":"date-time"},"new_balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"completed":{"type":"string","format":"date-time"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"id":{"type":"string"},"transaction_attributes":{"type":"array","items":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"this_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holders":{"type":"array","items":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}}},"id":{"type":"string"}}},"other_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}},"id":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/my/consent/current":{"delete":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Revoke Consent used in the Current Call","description":"<p>Revoke Consent specified by Consent-Id at Request Header</p>\n<p>There are a few reasons you might need to revoke an application’s access to a user’s account:<br />\n- The user explicitly wishes to revoke the application’s access<br />\n- You as the service provider have determined an application is compromised or malicious, and want to disable it<br />\n- etc.</p>\n<p>OBP as a resource server stores access tokens in a database, then it is relatively easy to revoke some token that belongs to a particular user.<br />\nThe status of the token is changed to &quot;REVOKED&quot; so the next time the revoked client makes a request, their token will fail to validate.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-selfRevokeConsent","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/oidc/clients/{clientid}":{"get":{"tags":["OIDC","Consumer","OAuth"],"summary":"Get OIDC Client","description":"<p>Gets an OIDC/OAuth2 client's metadata by client_id.</p>\n<p>Returns client information including name, consumer_id, redirect_uris, and enabled status.<br />\nThis endpoint does not verify the client secret - use POST /oidc/clients/verify for authentication.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CLIENT_ID</a>: CLIENT_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>client_id</strong></a>: client_id</p>\n<p><a href=\"/glossary#\"><strong>client_name</strong></a>: client_name</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>redirect_uris</strong></a>: redirect_uris</p>\n","operationId":"OBPv6.0.0-getOidcClient","parameters":[{"name":"clientid","in":"path","description":"The CLIENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","redirect_uris","consumer_id","client_id","client_name"],"properties":{"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"client_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"client_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redirect_uris":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"redirect_uris":{"type":"array","items":{"type":"string"}},"consumer_id":{"type":"string"},"client_id":{"type":"string"},"client_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/transaction-request":{"get":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Get Transaction Request Attribute Definition","description":"<p>Get Transaction Request Attribute Definition</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-getTransactionRequestAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Create or Update Transaction Request Attribute Definition","description":"<p>Create or Update Transaction Request Attribute Definition</p>\n<p>The category field must be TransactionRequest</p>\n<p>The type field must be one of: DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateTransactionRequestAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/obp.testing.01/ObpActivity/{obpactivityid}":{"get":{"tags":["_ObpActivity(obp.testing.01)","Dynamic-Entity","Dynamic"],"summary":"Get ObpActivity by id","description":"<p>Get ObpActivity by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>username: description of <strong>name</strong> field, can be markdown text.</li>\n<li>created_date: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;ObpActivity&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleObpActivity_obp.testing.01","parameters":[{"name":"obpactivityid","in":"path","description":"The OBPACTIVITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","obp_activity"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"obp_activity":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["obp_activity_id","name","username","created_date"],"properties":{"obp_activity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"obp_activity":{"type":"object","properties":{"obp_activity_id":{"type":"string"},"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_ObpActivity(obp.testing.01)","Dynamic-Entity","Dynamic"],"summary":"Update ObpActivity","description":"<p>Update ObpActivity.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>username: description of <strong>name</strong> field, can be markdown text.</li>\n<li>created_date: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;ObpActivity&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateObpActivity_obp.testing.01","parameters":[{"name":"obpactivityid","in":"path","description":"The OBPACTIVITYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","username","created_date"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","obp_activity"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"obp_activity":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["obp_activity_id","name","username","created_date"],"properties":{"obp_activity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"obp_activity":{"type":"object","properties":{"obp_activity_id":{"type":"string"},"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_ObpActivity(obp.testing.01)","Dynamic-Entity","Dynamic"],"summary":"Delete ObpActivity by id","description":"<p>Delete ObpActivity by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;ObpActivity&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteObpActivity_obp.testing.01","parameters":[{"name":"obpactivityid","in":"path","description":"The OBPACTIVITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","obp_activity"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"obp_activity":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["obp_activity_id","name","username","created_date"],"properties":{"obp_activity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"obp_activity":{"type":"object","properties":{"obp_activity_id":{"type":"string"},"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/my/test_daniel707/TEST_DANIEL707_ID":{"get":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Get My test_daniel707 by id","description":"<p>Get My test_daniel707 by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleMytest_daniel707_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Update My test_daniel707","description":"<p>Update My test_daniel707.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateMytest_daniel707_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Delete My test_daniel707 by id","description":"<p>Delete My test_daniel707 by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteMytest_daniel707_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.3.0/cards":{"get":{"tags":["Card"],"summary":"Get cards for the current user","description":"<p>Returns data about all the physical cards a user has been issued. These could be debit cards, credit cards, etc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allows\"><strong>allows</strong></a>: [credit,debit,cash_withdrawal]</p>\n<p><a href=\"/glossary#\"><strong>bank_card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#cancelled\"><strong>cancelled</strong></a>: false</p>\n<p><a href=\"/glossary#cards\"><strong>cards</strong></a>:</p>\n<p><a href=\"/glossary#collected\"><strong>collected</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>expires_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issue_number</strong></a>: 1</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#networks\"><strong>networks</strong></a>:</p>\n<p><a href=\"/glossary#on_hot_list\"><strong>on_hot_list</strong></a>: false</p>\n<p><a href=\"/glossary#pin_reset\"><strong>pin_reset</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#reason_requested\"><strong>reason_requested</strong></a>:</p>\n<p><a href=\"/glossary#replacement\"><strong>replacement</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>requested_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>serial_number</strong></a>: 1324234</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n<p><a href=\"/glossary#\"><strong>valid_from_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv1.3.0-getCards","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["cards"],"properties":{"cards":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["technology","name_on_card","enabled","pin_reset","collected","on_hot_list","replacement","account","expires_date","posted","networks","bank_id","bank_card_number","issue_number","serial_number","cancelled","allows","valid_from_date"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"cancelled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","views_available","id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"bank_card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"on_hot_list":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"cards":{"type":"array","items":{"type":"object","properties":{"technology":{"type":"string"},"name_on_card":{"type":"string"},"enabled":{"type":"boolean"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"collected":{"type":"string","format":"date-time"},"on_hot_list":{"type":"boolean"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"account":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"id":{"type":"string"}}},"expires_date":{"type":"string","format":"date-time"},"posted":{"type":"string","format":"date-time"},"networks":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"bank_card_number":{"type":"string"},"issue_number":{"type":"string"},"serial_number":{"type":"string"},"cancelled":{"type":"boolean"},"allows":{"type":"array","items":{"type":"string"}},"valid_from_date":{"type":"string","format":"date-time"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/customers/customer-number-query/overview-flat":{"post":{"tags":["Customer","KYC"],"summary":"Get Customer Overview Flat","description":"<p>Gets the Customer Overview Flat specified by customer_number and bank_code.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>contract_code</strong></a>: contract_code</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;&#x6c;&#x74;&#111;:&#x66;e&#108;&#105;&#120;&#115;&#109;&#105;&#x74;h&#64;&#101;&#120;&#x61;&#x6d;&#112;&#x6c;&#x65;&#x2e;&#99;&#x6f;&#109;\">f&#101;&#108;&#x69;x&#115;&#x6d;&#105;&#116;&#104;&#64;&#x65;xa&#x6d;&#112;&#x6c;&#x65;&#46;&#x63;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">branch_code</a>: branch_code</p>\n<p><a href=\"/glossary#\">cancellation_date</a>: cancellation_date</p>\n<p><a href=\"/glossary#\"><strong>contract_code</strong></a>: contract_code</p>\n<p><a href=\"/glossary#\">contracts</a>: contracts</p>\n<p><a href=\"/glossary#\">form_of_payment</a>: form_of_payment</p>\n<p><a href=\"/glossary#\">instrument_status_code</a>: instrument_status_code</p>\n<p><a href=\"/glossary#\">instrument_status_definition</a>: instrument_status_definition</p>\n<p><a href=\"/glossary#\">interest_amount</a>: interest_amount</p>\n<p><a href=\"/glossary#\">interest_rate</a>: interest_rate</p>\n<p><a href=\"/glossary#\">is_substituted</a>: is_substituted</p>\n<p><a href=\"/glossary#\">issuance_amount</a>: issuance_amount</p>\n<p><a href=\"/glossary#\">maturity_date</a>: maturity_date</p>\n<p><a href=\"/glossary#\">opening_date</a>: opening_date</p>\n<p><a href=\"/glossary#\">payment_method</a>: payment_method</p>\n<p><a href=\"/glossary#\">product_description</a>: product_description</p>\n<p><a href=\"/glossary#\">renewal_date</a>: renewal_date</p>\n<p><a href=\"/glossary#\">term</a>: term</p>\n","operationId":"OBPv5.0.0-getCustomerOverviewFlat","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_number"],"properties":{"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attributes","email","accounts","customer_id","bank_id","customer_number","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","contracts","product_code","label","balance","branch_id","account_attributes","account_id"],"properties":{"contracts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["payment_method","product_code","contract_code"],"properties":{"payment_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contract_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","type","name","contract_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contract_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"email":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"contracts":{"type":"array","items":{"type":"object","properties":{"payment_method":{"type":"string"},"product_code":{"type":"string"},"contract_code":{"type":"string"}}}},"product_code":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"branch_id":{"type":"string"},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"contract_code":{"type":"string"}}}},"account_id":{"type":"string"}}}},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consents":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get Consents","description":"<p>This endpoint gets the Consents.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>1 limit (for pagination: defaults to 50)  eg:limit=200</p>\n<p>2 offset (for pagination: zero index, defaults to 0) eg: offset=10</p>\n<p>3 consumer_id  (ignore if omitted)</p>\n<p>4 consent_id  (ignore if omitted)</p>\n<p>5 user_id  (ignore if omitted)</p>\n<p>6 status  (ignore if omitted)</p>\n<p>7 bank_id  (ignore if omitted)</p>\n<p>8 provider_provider_id  (ignore if omitted)<br />\nprovider and provider_id values are separated by pipe char<br />\neg: provider_provider_id=http%3A%2F%2Flocalhost%3A7070%2Frealms%2Fmaster|7837ee9c-3446-4d8c-9b90-301a52b4851d</p>\n<p>eg:/management/consents?consumer_id=78&amp;limit=10&amp;offset=10</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#api_version\"><strong>api_version</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>aud</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>consent_reference_id</strong></a>: 123456</p>\n<p><a href=\"/glossary#consents\"><strong>consents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#\"><strong>createdByUserId</strong></a>: createdByUserId</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>exp</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iat</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iss</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>jti</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>jwt_payload</strong></a>: jwt_payload</p>\n<p><a href=\"/glossary#\"><strong>last_action_date</strong></a>: last_action_date</p>\n<p><a href=\"/glossary#\"><strong>last_usage_date</strong></a>: last_usage_date</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>nbf</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>note</strong></a>: note</p>\n<p><a href=\"/glossary#\"><strong>number_of_rows</strong></a>: number_of_rows</p>\n<p><a href=\"/glossary#\"><strong>request_headers</strong></a>: request_headers</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>sub</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>values</strong></a>: values</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">access</a>: access</p>\n<p><a href=\"/glossary#accounts\">accounts</a>:</p>\n<p><a href=\"/glossary#\">allPsd2</a>: allPsd2</p>\n<p><a href=\"/glossary#\">availableAccounts</a>: availableAccounts</p>\n<p><a href=\"/glossary#\">balances</a>: balances</p>\n<p><a href=\"/glossary#\">bban</a>: bban</p>\n<p><a href=\"/glossary#\">currency</a>: EUR</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#x6d;&#97;&#x69;&#x6c;&#x74;o&#58;&#102;&#101;l&#105;&#x78;s&#x6d;i&#x74;&#x68;&#x40;ex&#x61;&#x6d;&#x70;l&#101;&#x2e;&#x63;&#111;&#109;\">f&#101;l&#105;&#x78;sm&#105;t&#104;&#64;&#101;&#120;&#97;&#109;&#112;&#x6c;&#x65;&#46;c&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\">frequency_per_day</a>: frequency_per_day</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n<p><a href=\"/glossary#\">iban</a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#\">maskedPan</a>: maskedPan</p>\n<p><a href=\"/glossary#\">msisdn</a>: msisdn</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\">pan</a>: pan</p>\n<p><a href=\"/glossary#provider\">provider</a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\">provider_id</a>:</p>\n<p><a href=\"/glossary#\">remaining_requests</a>: remaining_requests</p>\n<p><a href=\"/glossary#transactions\">transactions</a>:</p>\n","operationId":"OBPv5.1.0-getConsents","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number_of_rows","consents"],"properties":{"number_of_rows":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","created_by_user_id","api_standard","consumer_id","last_usage_date","last_action_date","consent_reference_id","jwt_payload","note","provider_id","status","api_version"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt_payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["aud","views","nbf","exp","iss","iat","access","createdByUserId","email","jti","name","request_headers","entitlements","sub"],"properties":{"nbf":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_headers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["values","name"],"properties":{"values":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"jti":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"exp":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"createdByUserId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"iat":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sub":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"aud":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iss":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["availableAccounts","transactions","accounts","balances"],"properties":{"availableAccounts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_reference_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_usage_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"note":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_action_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"number_of_rows":{"type":"integer"},"consents":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"created_by_user_id":{"type":"string"},"api_standard":{"type":"string"},"consumer_id":{"type":"string"},"last_usage_date":{"type":"string","format":"date-time"},"last_action_date":{"type":"string","format":"date-time"},"consent_reference_id":{"type":"string"},"jwt_payload":{"type":"object","properties":{"aud":{"type":"string"},"views":{"type":"array","items":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"nbf":{"type":"integer"},"exp":{"type":"integer"},"iss":{"type":"string"},"iat":{"type":"integer"},"access":{"type":"object","properties":{"availableAccounts":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"balances":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}}}},"createdByUserId":{"type":"string"},"email":{"type":"string"},"jti":{"type":"string"},"name":{"type":"string"},"request_headers":{"type":"array","items":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}}}},"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"sub":{"type":"string"}}},"note":{"type":"string"},"provider_id":{"type":"string"},"status":{"type":"string"},"api_version":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/data":{"put":{"tags":["Customer"],"summary":"Update the other data of a Customer","description":"<p>Update the other data of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#x61;&#x69;&#x6c;&#116;o:&#x66;&#101;&#x6c;&#105;&#120;&#x73;&#109;&#x69;&#116;&#x68;&#64;&#101;&#120;&#97;m&#112;l&#101;&#x2e;&#99;&#x6f;&#109;\">&#102;&#101;&#108;&#105;&#120;&#115;&#x6d;&#x69;&#116;&#x68;&#x40;&#x65;&#120;&#x61;&#x6d;&#112;l&#x65;&#46;&#x63;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerData","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","face_image","employment_status","relationship_status","highest_education_attained"],"properties":{"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"employment_status":{"type":"string"},"relationship_status":{"type":"string"},"highest_education_attained":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/consents/{consentid}/user-update-request":{"put":{"tags":["Consent","Account Information Service (AIS)"],"summary":"Add User to a Consent","description":"<p>This endpoint is used to add the User of Consent.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-addConsentUser","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system/log-cache/info":{"get":{"tags":["System","API","Log-Cache"],"summary":"Get Info Level Log Cache","description":"<p>Returns INFO level logs from the system log cache.</p>\n<p>This endpoint supports pagination via the following optional query parameters:<br />\n* limit - Maximum number of log entries to return<br />\n* offset - Number of log entries to skip (for pagination)</p>\n<p>Example: GET /system/log-cache/info?limit=50&amp;offset=100</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-logCacheInfoEndpoint","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/groups":{"get":{"tags":["Group"],"summary":"Get Groups","description":"<p>Get all groups. Optionally filter by bank_id.</p>\n<p>Query parameters:<br />\n- bank_id (optional): Filter groups by bank. Use &quot;null&quot; or omit for system-level groups.</p>\n<p>Requires either:<br />\n- CanGetGroupsAtAllBanks (for any/all groups)<br />\n- CanGetGroupsAtOneBank (for groups at specific bank with bank_id parameter)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_description</strong></a>: group_description</p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>groups</strong></a>: groups</p>\n<p><a href=\"/glossary#\"><strong>is_enabled</strong></a>: is_enabled</p>\n<p><a href=\"/glossary#\"><strong>list_of_roles</strong></a>: list_of_roles</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-getGroups","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["groups"],"properties":{"groups":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_id","list_of_roles","bank_id","is_enabled","group_description"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"list_of_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"groups":{"type":"array","items":{"type":"object","properties":{"group_name":{"type":"string"},"group_id":{"type":"string"},"list_of_roles":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"is_enabled":{"type":"boolean"},"group_description":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Group"],"summary":"Create Group","description":"<p>Create a new group of roles.</p>\n<p>Groups can be either:<br />\n- System-level (bank_id = null) - requires CanCreateGroupAtAllBanks role<br />\n- Bank-level (bank_id provided) - requires CanCreateGroupAtOneBank role</p>\n<p>A group contains a list of role names that can be assigned together.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_description</strong></a>: group_description</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>is_enabled</strong></a>: is_enabled</p>\n<p><a href=\"/glossary#\"><strong>list_of_roles</strong></a>: list_of_roles</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_description</strong></a>: group_description</p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>is_enabled</strong></a>: is_enabled</p>\n<p><a href=\"/glossary#\"><strong>list_of_roles</strong></a>: list_of_roles</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-createGroup","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_description","bank_id","is_enabled","list_of_roles"],"properties":{"list_of_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"group_name":{"type":"string"},"group_description":{"type":"string"},"bank_id":{"type":"string"},"is_enabled":{"type":"boolean"},"list_of_roles":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_id","group_description","bank_id","is_enabled","list_of_roles"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"list_of_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"group_name":{"type":"string"},"group_id":{"type":"string"},"group_description":{"type":"string"},"bank_id":{"type":"string"},"is_enabled":{"type":"boolean"},"list_of_roles":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/balances":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Account Balances by BANK_ID","description":"<p>Get the Balances for the Account specified by BANK_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>balances</strong></a>: balances</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv5.1.0-getBankAccountsBalances","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","balances","account_routings","account_id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","amount","currency"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"balances":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"amount":{"type":"string"},"currency":{"type":"string"}}}},"account_routings":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/InsurancePremium":{"get":{"tags":["_InsurancePremium(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get InsurancePremium List","description":"<p>Get InsurancePremium List.</p>\n<p>Retrive the premium for the customer.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePremium&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /InsurancePremium?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getInsurancePremiumList_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_premium_list"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_premium_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_premium_id","name","number"],"properties":{"insurance_premium_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_premium_list":{"type":"array","items":{"type":"object","properties":{"insurance_premium_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_InsurancePremium(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Create new InsurancePremium","description":"<p>Create new InsurancePremium.</p>\n<p>Retrive the premium for the customer.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePremium&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createInsurancePremium_gh.29.uk","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_premium"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_premium":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_premium_id","name","number"],"properties":{"insurance_premium_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_premium":{"type":"object","properties":{"insurance_premium_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/users/{userid}":{"put":{"tags":["User"],"summary":"Validate a user","description":"<p>Validate the User by USER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#last_lock_date\"><strong>last_lock_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#type_of_lock\"><strong>type_of_lock</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv5.1.0-validateUserByUserId","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type_of_lock","last_lock_date","user_id"],"properties":{"type_of_lock":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_lock_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type_of_lock":{"type":"string"},"last_lock_date":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata":{"get":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Get Other Account Metadata","description":"<p>Get metadata of one other account.<br />\nReturns only the metadata about one other bank account (OTHER_ACCOUNT_ID) that had shared at least one transaction with ACCOUNT_ID at BANK_ID.</p>\n<p>Authentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n","operationId":"OBPv1.2.1-getOtherAccountMetadata","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/management/historical/transactions":{"post":{"tags":["Transaction-Request"],"summary":"Create Historical Transactions ","description":"<p>Create historical transactions at one Bank</p>\n<p>Use this endpoint to create transactions between any two accounts at the same bank.<br />\nFrom account and to account must be at the same bank.<br />\nExample:<br />\n{<br />\n&quot;from_account_id&quot;: &quot;1ca8a7e4-6d02-48e3-a029-0b2bf89de9f0&quot;,<br />\n&quot;to_account_id&quot;: &quot;2ca8a7e4-6d02-48e3-a029-0b2bf89de9f0&quot;,<br />\n&quot;value&quot;: {<br />\n&quot;currency&quot;: &quot;GBP&quot;,<br />\n&quot;amount&quot;: &quot;10&quot;<br />\n},<br />\n&quot;description&quot;: &quot;this is for work&quot;,<br />\n&quot;posted&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;completed&quot;: &quot;2017-09-19T02:31:05Z&quot;,<br />\n&quot;type&quot;: &quot;SANDBOX_TAN&quot;,<br />\n&quot;charge_policy&quot;: &quot;SHARED&quot;<br />\n}</p>\n<p>This call is experimental.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>from_account_id</strong></a>: from_account_id</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>to_account_id</strong></a>: to_account_id</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>transaction_id</strong></a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_type</strong></a>: SEPA</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">account_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">counterparty_id</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n","operationId":"OBPv4.0.0-createHistoricalTransactionAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","from_account_id","completed","description","value","charge_policy","posted","to_account_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"from_account_id":{"type":"string"},"completed":{"type":"string"},"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"posted":{"type":"string"},"to_account_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","completed","from","transaction_request_type","to","value","charge_policy","transaction_id","posted"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"completed":{"type":"string","format":"date-time"},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"transaction_request_type":{"type":"string"},"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"transaction_id":{"type":"string"},"posted":{"type":"string","format":"date-time"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/banks/{bankid}/cards/{cardid}/attribute":{"post":{"tags":["Card","Card-Attribute","Attribute"],"summary":"Create Card Attribute","description":"<p>Create Card Attribute</p>\n<p>Card Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Card Attribute is linked to its Card by CARD_ID</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CARD_ID</a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv3.1.0-createCardAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"cardid","in":"path","description":"The CARDID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","bank_id","card_id","attribute_type","name","card_attribute_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type","enum"],"properties":{"type":{"type":"string"},"enum":{"type":"array","items":{"type":"string"}}}},"card_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"bank_id":{"type":"object","properties":{"value":{"type":"string"}}},"card_id":{"type":"string"},"attribute_type":{"type":"string","enum":["STRING","INTEGER","DOUBLE","DATE_WITH_DAY"]},"name":{"type":"string"},"card_attribute_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/account/check/scheme/iban":{"post":{"tags":["Account"],"summary":"Validate and check IBAN","description":"<p>Validate and check IBAN for errors</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#Bank\"><strong>bank</strong></a>:</p>\n<p><a href=\"/glossary#bank_routings\"><strong>bank_routings</strong></a>: bank routing in form of (scheme, address)</p>\n<p><a href=\"/glossary#Branch\"><strong>branch</strong></a>: branch</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#country\"><strong>country</strong></a>: Germany</p>\n<p><a href=\"/glossary#\"><strong>is_valid</strong></a>: is_valid</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#details\">details</a>:</p>\n","operationId":"OBPv4.0.0-ibanChecker","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"address":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_valid","details"],"properties":{"is_valid":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["postcode","branch","attributes","address","bank_routings","city","country","bank","phone"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"is_valid":{"type":"boolean"},"details":{"type":"object","properties":{"postcode":{"type":"string"},"branch":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"address":{"type":"string"},"bank_routings":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}},"city":{"type":"string"},"country":{"type":"string"},"bank":{"type":"string"},"phone":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/narrative":{"get":{"tags":["Transaction-Metadata","Transaction"],"summary":"Get a Transaction Narrative","description":"<p>Returns the account owner description of the transaction <a href=\"#1_2_1-getViewsForBankAccount\">moderated</a> by the view.</p>\n<p>Authentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#narrative\"><strong>narrative</strong></a>:</p>\n","operationId":"OBPv1.2.1-getTransactionNarrative","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["narrative"],"properties":{"narrative":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"narrative":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"put":{"tags":["Transaction-Metadata","Transaction"],"summary":"Update a Transaction Narrative","description":"<p>Updates the description of the transaction TRANSACTION_ID.</p>\n<p>Authentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateTransactionNarrative","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["narrative"],"properties":{"narrative":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"narrative":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Transaction-Metadata","Transaction"],"summary":"Add a Transaction Narrative","description":"<p>Creates a description of the transaction TRANSACTION_ID.</p>\n<p>Note: Unlike other items of metadata, there is only one &quot;narrative&quot; per transaction accross all views.<br />\nIf you set narrative via a view e.g. view-x it will be seen via view-y (as long as view-y has permission to see the narrative).</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#narrative\"><strong>narrative</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addTransactionNarrative","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["narrative"],"properties":{"narrative":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"narrative":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Transaction-Metadata","Transaction"],"summary":"Delete a Transaction Narrative","description":"<p>Deletes the description of the transaction TRANSACTION_ID.</p>\n<p>Authentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteTransactionNarrative","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/tags":{"get":{"tags":["Transaction-Metadata","Transaction"],"summary":"Get Transaction Tags","description":"<p>Returns the transaction TRANSACTION_ID tags made on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> (VIEW_ID).<br />\nAuthentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv1.2.1-getTagsForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Transaction-Metadata","Transaction"],"summary":"Add a Transaction Tag","description":"<p>Posts a tag about a transaction TRANSACTION_ID on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> VIEW_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Authentication is required as the tag is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv1.2.1-addTagForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/diagnostics/dynamic-entities":{"get":{"tags":["Dynamic-Entity","API"],"summary":"Get Dynamic Entity Diagnostics","description":"<p>Get diagnostic information about Dynamic Entities to help troubleshoot Swagger generation issues.</p>\n<p><strong>Use Case:</strong><br />\nThis endpoint is particularly useful when:<br />\n* The Swagger endpoint (<code>/obp/v6.0.0/resource-docs/OBPv6.0.0/swagger?content=dynamic</code>) fails with errors like &quot;expected boolean&quot;<br />\n* The OBP endpoint (<code>/obp/v6.0.0/resource-docs/OBPv6.0.0/obp?content=dynamic</code>) works fine<br />\n* You need to identify which dynamic entity has malformed field definitions</p>\n<p><strong>What It Checks:</strong><br />\nThis endpoint analyzes all dynamic entities (both system and bank level) for:<br />\n* Boolean fields with invalid example values (e.g., actual JSON booleans or invalid strings instead of <code>&quot;true&quot;</code> or <code>&quot;false&quot;</code>)<br />\n* Malformed JSON in field definitions<br />\n* Fields that cannot be converted to their declared types<br />\n* Other validation issues that cause Swagger generation to fail</p>\n<p><strong>Response Format:</strong><br />\nThe response contains:<br />\n* <code>issues</code> - List of issues found, each with:<br />\n* <code>entity_name</code> - Name of the problematic entity<br />\n* <code>bank_id</code> - Bank ID (or &quot;SYSTEM_LEVEL&quot; for system entities)<br />\n* <code>field_name</code> - Name of the problematic field<br />\n* <code>example_value</code> - The current (invalid) example value<br />\n* <code>error_message</code> - Description of what's wrong and how to fix it<br />\n* <code>total_issues</code> - Count of total issues found<br />\n* <code>scanned_entities</code> - List of all dynamic entities that were scanned (format: &quot;EntityName (BANK_ID)&quot; or &quot;EntityName (SYSTEM)&quot;)</p>\n<p><strong>How to Fix Issues:</strong><br />\n1. Identify the problematic entity from the diagnostic output<br />\n2. Update the entity definition using PUT <code>/management/system-dynamic-entities/DYNAMIC_ENTITY_ID</code> or PUT <code>/management/banks/BANK_ID/dynamic-entities/DYNAMIC_ENTITY_ID</code><br />\n3. For boolean fields, ensure the example value is either <code>&quot;true&quot;</code> or <code>&quot;false&quot;</code> (as strings)<br />\n4. Re-run this diagnostic to verify the fix<br />\n5. Check that the Swagger endpoint now works</p>\n<p><strong>Example Issue:</strong></p>\n<pre><code>{\n  &quot;entity_name&quot;: &quot;Customer&quot;,\n  &quot;bank_id&quot;: &quot;gh.29.uk&quot;,\n  &quot;field_name&quot;: &quot;is_active&quot;,\n  &quot;example_value&quot;: &quot;malformed_value&quot;,\n  &quot;error_message&quot;: &quot;Boolean field has invalid example value. Expected 'true' or 'false', got: 'malformed_value'&quot;\n}\n</code></pre>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>Required Role:</strong> <code>CanGetDynamicEntityDiagnostics</code></p>\n<p>If no issues are found, the response will contain an empty issues list with <code>total_issues: 0</code>, but <code>scanned_entities</code> will show which entities were checked.</p>\n","operationId":"OBPv6.0.0-getDynamicEntityDiagnostics","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["issues","scanned_entities","orphaned_entities","total_issues"],"properties":{"issues":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["error_message","bank_id","entity_name","example_value","field_name"],"properties":{"example_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"error_message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"scanned_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"orphaned_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["record_count","bank_id","entity_name"],"properties":{"record_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"total_issues":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"issues":{"type":"array","items":{"type":"object","properties":{"error_message":{"type":"string"},"bank_id":{"type":"string"},"entity_name":{"type":"string"},"example_value":{"type":"string"},"field_name":{"type":"string"}}}},"scanned_entities":{"type":"array","items":{"type":"string"}},"orphaned_entities":{"type":"array","items":{"type":"object","properties":{"record_count":{"type":"integer"},"bank_id":{"type":"string"},"entity_name":{"type":"string"}}}},"total_issues":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/my/customers":{"get":{"tags":["Customer","User"],"summary":"Get My Customers","description":"<p>Gets all Customers that are linked to me.</p>\n<p>Authentication via OAuth is required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#108;&#116;o&#x3a;&#102;&#x65;&#x6c;&#x69;&#x78;&#115;&#109;&#x69;&#116;&#104;@&#101;&#120;&#x61;&#x6d;pl&#101;&#46;&#99;&#x6f;&#109;\">&#x66;&#x65;&#x6c;&#105;&#x78;&#x73;&#x6d;&#x69;th&#x40;&#101;&#x78;&#x61;&#109;&#x70;&#108;e.&#99;&#x6f;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv5.0.0-getMyCustomersAtAnyBank","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","customer_id","relationship_status","last_ok_date","bank_id","highest_education_attained","customer_number","credit_rating","legal_name","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"legal_name":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/has-account-access":{"get":{"tags":["View-Custom","Account"],"summary":"Has Account Access","description":"<p>Check whether the authenticated user has access to a specific view on a specific account.</p>\n<p>Returns a boolean <code>has_account_access</code> along with the <code>access_source</code> (currently &quot;ACCOUNT_ACCESS&quot;)<br />\nand the <code>account_access_id</code> (primary key of the AccountAccess record).</p>\n<p>If the user does not have access, <code>has_account_access</code> is false and the other fields are empty strings.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>abac_rule_id</strong></a>: abac_rule_id</p>\n<p><a href=\"/glossary#\"><strong>access_source</strong></a>: access_source</p>\n<p><a href=\"/glossary#\"><strong>account_access_id</strong></a>: account_access_id</p>\n<p><a href=\"/glossary#\"><strong>has_account_access</strong></a>: has_account_access</p>\n","operationId":"OBPv6.0.0-hasAccountAccess","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["abac_rule_id","has_account_access","access_source","account_access_id"],"properties":{"abac_rule_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_account_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"access_source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"abac_rule_id":{"type":"string"},"has_account_access":{"type":"boolean"},"access_source":{"type":"string"},"account_access_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/customers/{customerid}/attributes/{attributeid}":{"get":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Get Customer Attribute By Id","description":"<p>Get Customer Attribute By Id</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Adapter.card_attribute_id\">ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getCustomerAttributeById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"attributeid","in":"path","description":"The ATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/account":{"get":{"tags":["Account","Account-Attribute","Attribute"],"summary":"Get Account Attribute Definition","description":"<p>Get Account Attribute Definition</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-getAccountAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Account","Account-Attribute","Attribute"],"summary":"Create or Update Account Attribute Definition","description":"<p>Create or Update Account Attribute Definition</p>\n<p>The category field must be Account</p>\n<p>The type field must be one of; DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateAccountAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/credit-rating-and-source":{"put":{"tags":["Customer"],"summary":"Update the credit rating and source of a Customer","description":"<p>Update the credit rating and source of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#x6c;&#116;&#x6f;&#58;&#x66;e&#108;&#x69;&#120;s&#x6d;&#105;&#x74;&#104;@&#x65;x&#97;m&#x70;l&#101;&#x2e;&#x63;om\">&#102;&#101;l&#105;xs&#x6d;&#x69;&#x74;&#104;&#64;&#x65;&#120;a&#109;&#112;&#108;&#101;.c&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerCreditRatingAndSource","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["credit_source","credit_rating"],"properties":{"credit_source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"credit_source":{"type":"string"},"credit_rating":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/customers/{customerid}/kyc_checks":{"get":{"tags":["KYC","Customer"],"summary":"Get Customer KYC Checks","description":"<p>Get KYC checks for the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#checks\"><strong>checks</strong></a>:</p>\n<p><a href=\"/glossary#comments\"><strong>comments</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#how\"><strong>how</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#satisfied\"><strong>satisfied</strong></a>: false</p>\n<p><a href=\"/glossary#staff_name\"><strong>staff_name</strong></a>:</p>\n<p><a href=\"/glossary#staff_user_id\"><strong>staff_user_id</strong></a>:</p>\n","operationId":"OBPv2.0.0-getKycChecks","parameters":[{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["checks"],"properties":{"checks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["comments","customer_id","staff_user_id","bank_id","customer_number","date","id","satisfied","how","staff_name"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"how":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"satisfied":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"checks":{"type":"array","items":{"type":"object","properties":{"comments":{"type":"string"},"customer_id":{"type":"string"},"staff_user_id":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"id":{"type":"string"},"satisfied":{"type":"boolean"},"how":{"type":"string"},"staff_name":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/migrations":{"get":{"tags":["System","API"],"summary":"Get Database Migrations","description":"<p>Get all database migration script logs.</p>\n<p>This endpoint returns information about all migration scripts that have been executed or attempted.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanGetMigrations entitlement is required.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>commit_id</strong></a>: commit_id</p>\n<p><a href=\"/glossary#\"><strong>created_at</strong></a>: created_at</p>\n<p><a href=\"/glossary#\"><strong>duration_in_ms</strong></a>: duration_in_ms</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_successful</strong></a>: is_successful</p>\n<p><a href=\"/glossary#\"><strong>migration_script_log_id</strong></a>: migration_script_log_id</p>\n<p><a href=\"/glossary#\"><strong>migration_script_logs</strong></a>: migration_script_logs</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>remark</strong></a>: remark</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>updated_at</strong></a>: updated_at</p>\n","operationId":"OBPv6.0.0-getMigrations","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["migration_script_logs"],"properties":{"migration_script_logs":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["commit_id","updated_at","migration_script_log_id","created_at","is_successful","remark","duration_in_ms","name","end_date","start_date"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"commit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"migration_script_log_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"duration_in_ms":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"remark":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_at":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"is_successful":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_at":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"migration_script_logs":{"type":"array","items":{"type":"object","properties":{"commit_id":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"migration_script_log_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"is_successful":{"type":"boolean"},"remark":{"type":"string"},"duration_in_ms":{"type":"integer"},"name":{"type":"string"},"end_date":{"type":"integer"},"start_date":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collections/{apicollectionname}/api-collection-endpoints":{"get":{"tags":["Api-Collection"],"summary":"Get My Api Collection Endpoints","description":"<p>Get Api Collection Endpoints By API_COLLECTION_NAME.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_NAME</a>: Favourites</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoint_id</strong></a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoints</strong></a>: api_collection_endpoints</p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n","operationId":"OBPv4.0.0-getMyApiCollectionEndpoints","parameters":[{"name":"apicollectionname","in":"path","description":"The APICOLLECTIONNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_endpoints"],"properties":{"api_collection_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","api_collection_id","api_collection_endpoint_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collection_endpoints":{"type":"array","items":{"type":"object","properties":{"operation_id":{"type":"string"},"api_collection_id":{"type":"string"},"api_collection_endpoint_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Api-Collection"],"summary":"Create My Api Collection Endpoint","description":"<p>Create Api Collection Endpoint.</p>\n<p>glossary-item-not-found</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_NAME</a>: Favourites</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoint_id</strong></a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n","operationId":"OBPv4.0.0-createMyApiCollectionEndpoint","parameters":[{"name":"apicollectionname","in":"path","description":"The APICOLLECTIONNAME identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","api_collection_id","api_collection_endpoint_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"api_collection_id":{"type":"string"},"api_collection_endpoint_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/api/glossary":{"get":{"tags":["Documentation"],"summary":"Get Glossary of the API","description":"<p>Get API Glossary</p>\n<p>Returns the glossary of the API</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#glossary_items\"><strong>glossary_items</strong></a>:</p>\n<p><a href=\"/glossary#html\"><strong>html</strong></a>: html format content</p>\n<p><a href=\"/glossary#markdown\"><strong>markdown</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n","operationId":"OBPv3.0.0-getApiGlossary","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["glossary_items"],"properties":{"glossary_items":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","title"],"properties":{"description":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["html","markdown"],"properties":{"html":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"markdown":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"glossary_items":{"type":"array","items":{"type":"object","properties":{"description":{"type":"object","properties":{"html":{"type":"string"},"markdown":{"type":"string"}}},"title":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/users/password":{"post":{"tags":["User"],"summary":"Complete Password Reset","description":"<p>Complete a password reset using the token received via email.</p>\n<p>Authentication is NOT Required.</p>\n<p>After requesting a password reset email (via POST /management/user/reset-password-url or<br />\nPOST /users/password-reset-url), the user receives an email with a reset link containing a JWT token.</p>\n<p>This endpoint accepts that token along with a new password and completes the password reset.</p>\n<p>The token is a signed JWT with a configurable expiry (default: 120 minutes).<br />\nConfigure the expiry with the property: password_reset_token_expiry_minutes</p>\n<p>Required fields:<br />\n- token: The JWT reset token from the password reset email<br />\n- new_password: The new password (must meet strong password requirements)</p>\n<p>The token is single-use. Once the password is reset, the token is invalidated.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>new_password</strong></a>: new_password</p>\n<p><a href=\"/glossary#token\"><strong>token</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n","operationId":"OBPv6.0.0-resetPasswordComplete","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["new_password","token"],"properties":{"new_password":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"new_password":{"type":"string"},"token":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message"],"properties":{"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/comments/{commentid}":{"delete":{"tags":["Transaction-Metadata","Transaction"],"summary":"Delete a Transaction Comment","description":"<p>Delete the comment COMMENT_ID about the transaction TRANSACTION_ID made on <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.</p>\n<p>Authentication via OAuth is required. The user must either have owner privileges for this account, or must be the user that posted the comment.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#comment_id\">COMMENT_ID</a>:</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCommentForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"commentid","in":"path","description":"The COMMENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{account}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (ACCOUNT)","description":"<p>When using ACCOUNT, the payee is set in the request body.</p>\n<p>Money goes into the BANK_ID and ACCOUNT_ID specified in the request body.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account\">ACCOUNT</a>:</p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"account","in":"path","description":"The ACCOUNT identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","description","value"],"properties":{"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/InsurancePolicy/{insurancepolicyid}":{"get":{"tags":["_InsurancePolicy(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get InsurancePolicy by id","description":"<p>Get InsurancePolicy by id.</p>\n<p>Which insurance policies the customer already has.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePolicy&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleInsurancePolicy_gh.29.uk","parameters":[{"name":"insurancepolicyid","in":"path","description":"The INSURANCEPOLICYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_policy"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_policy":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_policy_id","name","number"],"properties":{"insurance_policy_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_policy":{"type":"object","properties":{"insurance_policy_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_InsurancePolicy(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Update InsurancePolicy","description":"<p>Update InsurancePolicy.</p>\n<p>Which insurance policies the customer already has.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePolicy&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateInsurancePolicy_gh.29.uk","parameters":[{"name":"insurancepolicyid","in":"path","description":"The INSURANCEPOLICYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_policy"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_policy":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_policy_id","name","number"],"properties":{"insurance_policy_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_policy":{"type":"object","properties":{"insurance_policy_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_InsurancePolicy(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Delete InsurancePolicy by id","description":"<p>Delete InsurancePolicy by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePolicy&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteInsurancePolicy_gh.29.uk","parameters":[{"name":"insurancepolicyid","in":"path","description":"The INSURANCEPOLICYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_policy"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_policy":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_policy_id","name","number"],"properties":{"insurance_policy_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_policy":{"type":"object","properties":{"insurance_policy_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/system-views-ids":{"get":{"tags":["View-System"],"summary":"Get Ids of System Views","description":"<p>Get Ids of System Views</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n","operationId":"OBPv5.0.0-getSystemViewsIds","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views"],"properties":{"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"views":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/FooBar":{"get":{"tags":["_FooBar","Dynamic-Entity","Dynamic"],"summary":"Get FooBar List","description":"<p>Get FooBar List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FooBar&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /FooBar?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getFooBarList_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar_list"],"properties":{"foo_bar_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar_id","name","number"],"properties":{"foo_bar_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"foo_bar_list":{"type":"array","items":{"type":"object","properties":{"foo_bar_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_FooBar","Dynamic-Entity","Dynamic"],"summary":"Create new FooBar","description":"<p>Create new FooBar.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FooBar&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createFooBar_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar"],"properties":{"foo_bar":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar_id","name","number"],"properties":{"foo_bar_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"foo_bar":{"type":"object","properties":{"foo_bar_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/my/consents/{email}":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent (EMAIL)","description":"<p>This endpoint starts the process of creating a Consent.</p>\n<p>The Consent is created in an INITIATED state.</p>\n<p>A One Time Password (OTP) (AKA security challenge) is sent Out of Band (OOB) to the User via the transport defined in SCA_METHOD<br />\nSCA_METHOD is typically &quot;SMS&quot;,&quot;EMAIL&quot; or &quot;IMPLICIT&quot;. &quot;EMAIL&quot; is used for testing purposes. OBP mapped mode &quot;IMPLICIT&quot; is &quot;EMAIL&quot;.<br />\nOther mode, bank can decide it in the connector method 'getConsentImplicitSCA'.</p>\n<p>When the Consent is created, OBP (or a backend system) stores the challenge so it can be checked later against the value supplied by the User with the Answer Consent Challenge endpoint.</p>\n<p>An OBP Consent allows the holder of the Consent to call one or more endpoints.</p>\n<p>Consents must be created and authorisied using SCA (Strong Customer Authentication).</p>\n<p>That is, Consents can be created by an authorised User via the OBP REST API but they must be confirmed via an out of band (OOB) mechanism such as a code sent to a mobile phone.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>Each Consent is bound to a consumer i.e. you need to identify yourself over request header value Consumer-Key.<br />\nFor example:<br />\nGET /obp/v4.0.0/users/current HTTP/1.1<br />\nHost: 127.0.0.1:8080<br />\nConsent-JWT: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOlt7InJvbGVfbmFtZSI6IkNhbkdldEFueVVzZXIiLCJiYW5rX2lkIjoiIn<br />\n1dLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIzNDc1MDEzZi03YmY5LTQyNj<br />\nEtOWUxYy0xZTdlNWZjZTJlN2UiLCJhdWQiOiI4MTVhMGVmMS00YjZhLTQyMDUtYjExMi1lNDVmZDZmNGQzYWQiLCJuYmYiOjE1ODA3NDE2NjcsIml<br />\nzcyI6Imh0dHA6XC9cLzEyNy4wLjAuMTo4MDgwIiwiZXhwIjoxNTgwNzQ1MjY3LCJpYXQiOjE1ODA3NDE2NjcsImp0aSI6ImJkYzVjZTk5LTE2ZTY<br />\ntNDM4Yi1hNjllLTU3MTAzN2RhMTg3OCIsInZpZXdzIjpbXX0.L3fEEEhdCVr3qnmyRKBBUaIQ7dk1VjiFaEBW8hUNjfg</p>\n<p>Consumer-Key: ejznk505d132ryomnhbx1qmtohurbsbb0kijajsk<br />\ncache-control: no-cache</p>\n<p>Maximum time to live of the token is specified over props value consents.max_time_to_live. In case isn't defined default value is 3600 seconds.</p>\n<p>Example of POST JSON:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#109;&#x61;i&#x6c;&#x74;o&#58;&#101;&#118;&#x65;&#x6c;&#x69;&#110;e&#x40;e&#120;&#97;m&#x70;&#x6c;&#x65;&#46;&#x63;&#111;&#x6d;\">&#x65;v&#101;&#108;&#x69;&#110;&#x65;&#x40;&#x65;x&#97;&#109;p&#x6c;&#101;&#x2e;&#x63;o&#109;</a>&quot;,<br />\n&quot;valid_from&quot;: &quot;2020-02-07T08:43:34Z&quot;,<br />\n&quot;time_to_live&quot;: 3600<br />\n}<br />\nPlease note that only optional fields are: consumer_id, valid_from and time_to_live.<br />\nIn case you omit they the default values are used:<br />\nconsumer_id = consumer of current user<br />\nvalid_from = current time<br />\ntime_to_live = consents.max_time_to_live</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Example 1:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;phone_number&quot;: &quot;+49 170 1234567&quot;<br />\n}</p>\n<p>Please note that consumer_id is optional field<br />\nExample 2:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n&quot;phone_number&quot;: &quot;+49 170 1234567&quot;<br />\n}</p>\n<p>Please note if everything=false you need to explicitly specify views and entitlements<br />\nExample 3:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;phone_number&quot;: &quot;+49 170 1234567&quot;<br />\n}</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">EMAIL</a>: <a href=\"&#109;a&#x69;&#x6c;&#116;&#111;&#x3a;f&#x65;&#108;&#105;x&#x73;&#x6d;&#105;&#x74;&#104;&#64;&#x65;x&#x61;&#109;&#x70;&#108;&#x65;&#46;&#99;&#x6f;&#109;\">&#x66;&#x65;&#108;&#x69;&#x78;&#115;&#109;&#105;&#x74;&#104;&#64;&#101;&#120;&#97;m&#112;&#x6c;&#101;&#46;&#99;&#x6f;&#109;</a></p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;i&#108;&#116;&#111;&#x3a;&#x66;&#101;&#x6c;i&#120;&#x73;&#x6d;&#x69;&#116;&#x68;&#x40;&#101;&#120;&#x61;&#109;&#112;&#108;&#101;&#46;&#99;&#x6f;m\">&#102;&#x65;&#108;i&#x78;s&#x6d;&#x69;&#116;&#x68;&#64;&#x65;&#120;&#97;mp&#x6c;e&#x2e;&#99;o&#x6d;</a></p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#everything\"><strong>everything</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">consumer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#time_to_live\">time_to_live</a>:</p>\n<p><a href=\"/glossary#valid_from\">valid_from</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv3.1.0-createConsentEmail","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"email","in":"path","description":"The EMAIL identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","entitlements","everything","valid_from","views","consumer_id","time_to_live"],"properties":{"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"everything":{"type":"boolean"},"valid_from":{"type":"string","format":"date-time"},"views":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"consumer_id":{"type":"string"},"time_to_live":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consent_id","status","jwt"],"properties":{"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/atms/{atmid}/location-categories":{"put":{"tags":["ATM"],"summary":"Update ATM Location Categories","description":"<p>Update ATM Location Categories.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n","operationId":"OBPv4.0.0-updateAtmLocationCategories","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["location_categories"],"properties":{"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"location_categories":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["atm_id","location_categories"],"properties":{"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"atm_id":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/system/integrity/account-access-unique-index-1-check":{"get":{"tags":["System-Integrity"],"summary":"Check Unique Index at Account Access","description":"<p>Check unique index at account access table.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n<p><a href=\"/glossary#\">debug_info</a>: debug_info</p>\n","operationId":"OBPv5.1.0-accountAccessUniqueIndexCheck","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-resource-docs/DYNAMIC-RESOURCE-DOC-ID":{"get":{"tags":["Dynamic-Resource-Doc"],"summary":"Get Dynamic Resource Doc by Id","description":"<p>Get a Dynamic Resource Doc by DYNAMIC-RESOURCE-DOC-ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-getDynamicResourceDoc","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Dynamic-Resource-Doc"],"summary":"Update Dynamic Resource Doc","description":"<p>Update a Dynamic Resource Doc.</p>\n<p>The connector_method_body is URL-encoded format String</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-updateDynamicResourceDoc","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Dynamic-Resource-Doc"],"summary":"Delete Dynamic Resource Doc","description":"<p>Delete a Dynamic Resource Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteDynamicResourceDoc","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transaction-requests/{transactionrequestid}/attributes/{attributeid}":{"get":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Get Transaction Request Attribute By Id","description":"<p>Get Transaction Request Attribute By Id</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Adapter.card_attribute_id\">ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getTransactionRequestAttributeById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}},{"name":"attributeid","in":"path","description":"The ATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","transaction_request_attribute_id","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"transaction_request_attribute_id":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Update Transaction Request Attribute","description":"<p>Update Transaction Request Attribute</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Adapter.card_attribute_id\">ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-updateTransactionRequestAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}},{"name":"attributeid","in":"path","description":"The ATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attribute_type","name","value"],"properties":{"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"attribute_type":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","transaction_request_attribute_id","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"transaction_request_attribute_id":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/{attributedefinitionid}/customer":{"delete":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Delete Customer Attribute Definition","description":"<p>Delete Customer Attribute Definition by ATTRIBUTE_DEFINITION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#attribute_definition_id\">ATTRIBUTE_DEFINITION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteCustomerAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"attributedefinitionid","in":"path","description":"The ATTRIBUTEDEFINITIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/web-hooks/account/notifications/on-create-transaction":{"post":{"tags":["Webhook","Bank"],"summary":"Create system level Account Notification Webhook","description":"<p>Create a notification Webhook that will fire for all accounts on the system.</p>\n<p>Webhooks are used to call external web services when certain events happen.</p>\n<p>For instance, a webhook can be used to notify an external service if a transaction is created on an account.</p>\n<p>When an account notification webhook fires it will POST to the URL you specify during the creation of the webhook.</p>\n<p>Inside the payload you will find account_id and transaction_id and also user_ids and customer_ids of the Users / Customers linked to the Account.</p>\n<p>The webhook will POST the following structure to your service:</p>\n<p>{<br />\n&quot;event_name&quot;: &quot;OnCreateTransaction&quot;,<br />\n&quot;event_id&quot;: &quot;9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;bank_id&quot;: &quot;gh.29.uk&quot;,<br />\n&quot;account_id&quot;: &quot;8ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;transaction_id&quot;: &quot;7ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;related_entities&quot;: [<br />\n{<br />\n&quot;user_id&quot;: &quot;8ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;customer_ids&quot;: [&quot;3ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;]<br />\n}<br />\n]<br />\n}</p>\n<p>Thus, your service should accept the above POST body structure.</p>\n<p>In this way, your web service can be informed about an event on an account and act accordingly.</p>\n<p>Further information about the account, transaction or related entities can then be retrieved using the standard REST APIs.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#trigger_name\"><strong>trigger_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>webhook_id</strong></a>: webhook_id</p>\n","operationId":"OBPv4.0.0-createSystemAccountNotificationWebhook","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["http_method","http_protocol","url"],"properties":{"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"http_method":{"type":"string"},"http_protocol":{"type":"string"},"url":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","http_method","webhook_id","http_protocol","trigger_name","url"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"trigger_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"webhook_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"http_method":{"type":"string"},"webhook_id":{"type":"string"},"http_protocol":{"type":"string"},"trigger_name":{"type":"string"},"url":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/{userid}/attributes":{"get":{"tags":["User","User-Attribute","Attribute"],"summary":"Get User Attributes","description":"<p>Get User Attributes for the user specified by USER_ID.</p>\n<p>Returns non-personal user attributes (IsPersonal=false) that can be used in ABAC rules.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>user_attributes</strong></a>: user_attributes</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-getUserAttributes","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_attributes"],"properties":{"user_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"user_attributes":{"type":"array","items":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["User","User-Attribute","Attribute"],"summary":"Create User Attribute","description":"<p>Create a User Attribute for the user specified by USER_ID.</p>\n<p>User Attributes are non-personal attributes (IsPersonal=false) that can be used in ABAC rules.<br />\nThey require a role to set, similar to Customer Attributes, Account Attributes, etc.</p>\n<p>For personal attributes that users manage themselves, see the /my/personal-data-fields endpoints.</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or &quot;DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-createUserAttribute","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-message-docs":{"get":{"tags":["Dynamic-Message-Doc"],"summary":"Get all Bank Level Dynamic Message Docs","description":"<p>Get all Bank Level Dynamic Message Docs.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-getAllBankLevelDynamicMessageDocs","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic-message-docs"],"properties":{"dynamic-message-docs":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic-message-docs":{"type":"array","items":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Message-Doc"],"summary":"Create Bank Level Dynamic Message Doc","description":"<p>Create a Bank Level Dynamic Message Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-createBankLevelDynamicMessageDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/system/integrity/banks/{bankid}/orphaned-account-check":{"get":{"tags":["System-Integrity"],"summary":"Check for Orphaned Accounts","description":"<p>Check for orphaned accounts at Bank Account model</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n<p><a href=\"/glossary#\">debug_info</a>: debug_info</p>\n","operationId":"OBPv5.1.0-orphanedAccountCheck","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/cache/namespaces":{"get":{"tags":["Cache","System","API"],"summary":"Get Cache Namespaces","description":"<p>Returns information about all cache namespaces in the system.</p>\n<p>This endpoint provides visibility into:<br />\n* Cache namespace prefixes and their purposes<br />\n* Number of keys in each namespace<br />\n* TTL configurations<br />\n* Example keys for each namespace</p>\n<p>This is useful for:<br />\n* Monitoring cache usage<br />\n* Understanding cache structure<br />\n* Debugging cache-related issues<br />\n* Planning cache management operations</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>example_key</strong></a>: example_key</p>\n<p><a href=\"/glossary#\"><strong>key_count</strong></a>: key_count</p>\n<p><a href=\"/glossary#\"><strong>namespaces</strong></a>: namespaces</p>\n<p><a href=\"/glossary#\"><strong>prefix</strong></a>: prefix</p>\n<p><a href=\"/glossary#\"><strong>ttl_seconds</strong></a>: ttl_seconds</p>\n","operationId":"OBPv6.0.0-getCacheNamespaces","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["namespaces"],"properties":{"namespaces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["key_count","description","category","prefix","example_key","ttl_seconds"],"properties":{"ttl_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"prefix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"namespaces":{"type":"array","items":{"type":"object","properties":{"key_count":{"type":"integer"},"description":{"type":"string"},"category":{"type":"string"},"prefix":{"type":"string"},"example_key":{"type":"string"},"ttl_seconds":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/banks/{bankid}/customer/{customerid}/messages":{"post":{"tags":["Customer-Message","Customer","Person"],"summary":"Create Customer Message","description":"<p>Create a message for the customer specified by CUSTOMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#from_department\"><strong>from_department</strong></a>: Open Bank</p>\n<p><a href=\"/glossary#from_person\"><strong>from_person</strong></a>: Tom</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.4.0-addCustomerMessage","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message","from_department","from_person"],"properties":{"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_department":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_person":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"message":{"type":"string"},"from_department":{"type":"string"},"from_person":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/verify-credentials":{"post":{"tags":["User"],"summary":"Verify User Credentials","description":"<p>Verify a user's credentials (username, password, provider) and return user information if valid.</p>\n<p>This endpoint validates the provided credentials without creating a token or session.<br />\nIt can be used to verify user credentials in external systems.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>password</strong></a>: password</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#102;e&#108;ix&#115;&#x6d;&#105;&#x74;h&#x40;&#101;&#x78;&#x61;&#109;p&#108;&#x65;&#x2e;&#x63;&#111;m\">&#102;&#x65;l&#x69;&#120;&#115;&#109;&#x69;&#x74;&#x68;&#64;&#x65;&#x78;&#x61;&#109;&#112;&#x6c;&#101;&#x2e;&#99;o&#109;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv6.0.0-verifyUserCredentials","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["username","password","provider"],"properties":{"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"password":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"username":{"type":"string"},"password":{"type":"string"},"provider":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/account-access-requests/{accountaccessrequestid}/rejection":{"post":{"tags":["Account-Access-Request"],"summary":"Reject Account Access Request","description":"<p>Reject an Account Access Request (checker step in maker/checker workflow).</p>\n<p>The checker must be a different user than the maker (requestor). This enforces dual control / maker-checker separation.</p>\n<p>Only requests with status INITIATED can be rejected.</p>\n<p>A comment is required when rejecting a request.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ACCOUNT_ACCESS_REQUEST_ID</a>: ACCOUNT_ACCESS_REQUEST_ID</p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>comment</strong></a>: comment</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access_request_id</strong></a>: account_access_request_id</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>checker_comment</strong></a>: checker_comment</p>\n<p><a href=\"/glossary#\"><strong>checker_user_id</strong></a>: checker_user_id</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>requestor_user_id</strong></a>: requestor_user_id</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>updated</strong></a>: updated</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv6.0.0-rejectAccountAccessRequest","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"accountaccessrequestid","in":"path","description":"The ACCOUNTACCESSREQUESTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["comment"],"properties":{"comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"comment":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["requestor_user_id","checker_user_id","created","status","account_access_request_id","is_system_view","business_justification","bank_id","view_id","target_user_id","checker_comment","updated","account_id"],"properties":{"requestor_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"checker_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"checker_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"requestor_user_id":{"type":"string"},"checker_user_id":{"type":"string"},"created":{"type":"string","format":"date-time"},"status":{"type":"string"},"account_access_request_id":{"type":"string"},"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"bank_id":{"type":"string"},"view_id":{"type":"string"},"target_user_id":{"type":"string"},"checker_comment":{"type":"string"},"updated":{"type":"string","format":"date-time"},"account_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/entitlements":{"get":{"tags":["Role","Entitlement"],"summary":"Get all Entitlements","description":"<p>Login is required.</p>\n<p>Possible filter on the role field:</p>\n<p>eg: /entitlements?role=CanGetCustomersAtOneBank</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv3.1.0-getAllEntitlements","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name","username","entitlement_id","user_id"],"properties":{"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"},"username":{"type":"string"},"entitlement_id":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-resource-docs":{"get":{"tags":["Dynamic-Resource-Doc"],"summary":"Get all Dynamic Resource Docs","description":"<p>Get all Dynamic Resource Docs.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-getAllDynamicResourceDocs","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic-resource-docs"],"properties":{"dynamic-resource-docs":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic-resource-docs":{"type":"array","items":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Resource-Doc"],"summary":"Create Dynamic Resource Doc","description":"<p>Create a Dynamic Resource Doc.</p>\n<p>The connector_method_body is URL-encoded format String</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-createDynamicResourceDoc","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/personal-dynamic-entities/available":{"get":{"tags":["Dynamic-Entity","Personal-Dynamic-Entity","API"],"summary":"Get Available Personal Dynamic Entities","description":"<p>Get all Dynamic Entities that support personal data storage (hasPersonalEntity == true).</p>\n<p>This endpoint allows regular users (without admin roles) to discover which dynamic entities<br />\nthey can interact with for storing personal data via the /my/ENTITY_NAME endpoints.</p>\n<p>Authentication: User must be logged in (no special roles required).</p>\n<p>Use case: Portals and apps can show users what personal data types are available<br />\nwithout needing admin access to view all dynamic entity definitions.</p>\n<p>For more information see <a href=\"/glossary#My-Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-getAvailablePersonalDynamicEntities","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entities"],"properties":{"dynamic_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access","_links"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_links":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["related"],"properties":{"related":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rel","href","method"],"properties":{"rel":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"href":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_entities":{"type":"array","items":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"type":{"type":"string"}}},"language":{"type":"object","properties":{"type":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"},"_links":{"type":"object","properties":{"related":{"type":"array","items":{"type":"object","properties":{"rel":{"type":"string"},"href":{"type":"string"},"method":{"type":"string"}}}}}}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transactions/{transactionid}/attributes":{"get":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Get Transaction Attributes","description":"<p>Get Transaction Attributes</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#transaction_attributes\"><strong>transaction_attributes</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getTransactionAttributes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attributes"],"properties":{"transaction_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"transaction_attributes":{"type":"array","items":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/endpoint-mappings":{"get":{"tags":["Endpoint-Mapping"],"summary":"Get all Endpoint Mappings","description":"<p>Get all Endpoint Mappings.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-getAllEndpointMappings","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["endpoint-mappings"],"properties":{"endpoint-mappings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"endpoint-mappings":{"type":"array","items":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Endpoint-Mapping"],"summary":"Create Endpoint Mapping","description":"<p>Create an Endpoint Mapping.</p>\n<p>Note: at moment only support the dynamic endpoints</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-createEndpointMapping","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/signal/channels/{channelname}/info":{"get":{"tags":["AI-Agent","Signal","Signalling","Channel"],"summary":"Get Signal Channel Info","description":"<p>Signal channels provide short-lived, Redis-backed messaging designed for AI agent discovery and coordination, but usable by any authenticated OBP consumer.<br />\nMessages are ephemeral and will expire after the configured TTL (default 1 hour).</p>\n<p>This endpoint returns metadata about a signal channel including the current message count and remaining TTL in seconds.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CHANNEL_NAME</a>: CHANNEL_NAME</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>channel_name</strong></a>: channel_name</p>\n<p><a href=\"/glossary#\"><strong>message_count</strong></a>: message_count</p>\n<p><a href=\"/glossary#\"><strong>ttl_seconds</strong></a>: ttl_seconds</p>\n","operationId":"OBPv6.0.0-getSignalChannelInfo","parameters":[{"name":"channelname","in":"path","description":"The CHANNELNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["ttl_seconds","message_count","channel_name"],"properties":{"ttl_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"ttl_seconds":{"type":"integer"},"message_count":{"type":"integer"},"channel_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/bank":{"put":{"tags":["Bank","Bank-Attribute","Attribute"],"summary":"Create or Update Bank Attribute Definition","description":"<p>Create or Update Bank Attribute Definition</p>\n<p>The category field must be Bank</p>\n<p>The type field must be one of; DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateBankAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/counterparties/{counterpartyid}":{"get":{"tags":["Counterparty","Payment Initiation Service (PIS)","PSD2","Counterparty-Metadata"],"summary":"Get Counterparty by Id (Explicit)","description":"<p>This endpoint returns a single Counterparty on an Account View specified by its COUNTERPARTY_ID:</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_url</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getExplicitCounterpartyById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","metadata","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["private_alias","physical_location","url","public_alias","open_corporates_url","more_info","corporate_location","image_url"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"metadata":{"type":"object","properties":{"private_alias":{"type":"string"},"physical_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"url":{"type":"string"},"public_alias":{"type":"string"},"open_corporates_url":{"type":"string"},"more_info":{"type":"string"},"corporate_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"image_url":{"type":"string"}}},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty","Account"],"summary":"Delete Counterparty (Explicit)","description":"<p>This endpoint deletes the Counterparty on the Account / View specified by the COUNTERPARTY_ID.<br />\nIt also deletes any related Counterparty Metadata.</p>\n<p>The User calling this endpoint must have access to the View specified in the URL and that View must have the permission <code>can_delete_counterparty</code>.</p>\n<p>For a general introduction to Counterparties in OBP see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteExplicitCounterparty","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/fast-firehose/accounts":{"get":{"tags":["Account","Account-Firehose","FirehoseData"],"summary":"Get Fast Firehose Accounts at Bank","description":"<p>This endpoint allows bulk access to accounts.</p>\n<p>optional pagination parameters for filter with accounts</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>user_name</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getFastFirehoseAccountsAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","bank_id","owners","label","balance","number","account_attributes","id","account_routings"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["code","type","value"],"properties":{"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","user_name","provider"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"product_code":{"type":"string"},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"user_id":{"type":"string"},"user_name":{"type":"string"},"provider":{"type":"string"}}}},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"number":{"type":"string"},"account_attributes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"id":{"type":"string"},"account_routings":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/{userid}/group-entitlements/{groupid}":{"delete":{"tags":["Group","User","Entitlement"],"summary":"Remove User from Group","description":"<p>Remove a user from a group. This will delete all entitlements that were created by this group membership.</p>\n<p>Only removes entitlements with:<br />\n- group_id matching GROUP_ID<br />\n- process = &quot;GROUP_MEMBERSHIP&quot;</p>\n<p>Requires either:<br />\n- CanRemoveUserFromGroupAtAllBanks (for any group)<br />\n- CanRemoveUserFromGroupAtOneBank (for groups at specific bank)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">GROUP_ID</a>: GROUP_ID</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-removeUserFromGroup","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"groupid","in":"path","description":"The GROUPID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-rules/{abacruleid}":{"get":{"tags":["ABAC"],"summary":"Get ABAC Rule","description":"<p>Get an ABAC rule by its ID.</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ABAC_RULE_ID</a>: ABAC_RULE_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>abac_rule_id</strong></a>: abac_rule_id</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><a href=\"/glossary#\"><strong>updated_by_user_id</strong></a>: updated_by_user_id</p>\n","operationId":"OBPv6.0.0-getAbacRule","parameters":[{"name":"abacruleid","in":"path","description":"The ABACRULEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policy","abac_rule_id","is_active","updated_by_user_id","created_by_user_id","description","rule_code","rule_name"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_by_user_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"abac_rule_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"policy":{"type":"string"},"abac_rule_id":{"type":"string"},"is_active":{"type":"boolean"},"updated_by_user_id":{"type":"string","format":"date-time"},"created_by_user_id":{"type":"string"},"description":{"type":"string"},"rule_code":{"type":"string"},"rule_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["ABAC"],"summary":"Update ABAC Rule","description":"<p>Update an existing ABAC rule.</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ABAC_RULE_ID</a>: ABAC_RULE_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>abac_rule_id</strong></a>: abac_rule_id</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><a href=\"/glossary#\"><strong>updated_by_user_id</strong></a>: updated_by_user_id</p>\n","operationId":"OBPv6.0.0-updateAbacRule","parameters":[{"name":"abacruleid","in":"path","description":"The ABACRULEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rule_name","is_active","description","rule_code","policy"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"rule_name":{"type":"string"},"is_active":{"type":"boolean"},"description":{"type":"string"},"rule_code":{"type":"string"},"policy":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rule_name","abac_rule_id","updated_by_user_id","is_active","description","created_by_user_id","rule_code","policy"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_by_user_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"abac_rule_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"rule_name":{"type":"string"},"abac_rule_id":{"type":"string"},"updated_by_user_id":{"type":"string","format":"date-time"},"is_active":{"type":"boolean"},"description":{"type":"string"},"created_by_user_id":{"type":"string"},"rule_code":{"type":"string"},"policy":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["ABAC"],"summary":"Delete ABAC Rule","description":"<p>Delete an ABAC rule by its ID.</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ABAC_RULE_ID</a>: ABAC_RULE_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteAbacRule","parameters":[{"name":"abacruleid","in":"path","description":"The ABACRULEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/agents/{agentid}":{"get":{"tags":["Account"],"summary":"Get Agent","description":"<p>Get Agent.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">AGENT_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>agent_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>is_confirmed_agent</strong></a>: is_confirmed_agent</p>\n<p><a href=\"/glossary#\"><strong>is_pending_agent</strong></a>: is_pending_agent</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n","operationId":"OBPv5.1.0-getAgent","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"agentid","in":"path","description":"The AGENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agent_id","is_pending_agent","currency","bank_id","legal_name","agent_number","mobile_phone_number","is_confirmed_agent"],"properties":{"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_confirmed_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_pending_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"agent_id":{"type":"string"},"is_pending_agent":{"type":"boolean"},"currency":{"type":"string"},"bank_id":{"type":"string"},"legal_name":{"type":"string"},"agent_number":{"type":"string"},"mobile_phone_number":{"type":"string"},"is_confirmed_agent":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Customer","Person"],"summary":"Update Agent status","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">AGENT_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>agent_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>is_confirmed_agent</strong></a>: is_confirmed_agent</p>\n<p><a href=\"/glossary#\"><strong>is_pending_agent</strong></a>: is_pending_agent</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n","operationId":"OBPv5.1.0-updateAgentStatus","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"agentid","in":"path","description":"The AGENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_pending_agent","is_confirmed_agent"],"properties":{"is_pending_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_confirmed_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"is_pending_agent":{"type":"boolean"},"is_confirmed_agent":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agent_id","is_pending_agent","currency","bank_id","legal_name","agent_number","mobile_phone_number","is_confirmed_agent"],"properties":{"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_confirmed_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_pending_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"agent_id":{"type":"string"},"is_pending_agent":{"type":"boolean"},"currency":{"type":"string"},"bank_id":{"type":"string"},"legal_name":{"type":"string"},"agent_number":{"type":"string"},"mobile_phone_number":{"type":"string"},"is_confirmed_agent":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-endpoints/{dynamicendpointid}/host":{"put":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":" Update Bank Level Dynamic Endpoint Host","description":"<p>Update Bank Level  dynamic endpoint Host.<br />\nThe value can be obp_mock, dynamic_entity, or some service url.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-updateBankLevelDynamicEndpointHost","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"host":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"host":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/other_account":{"get":{"tags":["Transaction","Counterparty"],"summary":"Get Other Account of Transaction","description":"<p>Get other account of a transaction.<br />\nReturns details of the other party involved in the transaction, moderated by the <a href=\"#1_2_1-getViewsForBankAccount\">view</a> (VIEW_ID).<br />\nAuthentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>IBAN</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#Bank\"><strong>bank</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#kind\"><strong>kind</strong></a>:</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#national_identifier\"><strong>national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#swift_bic\"><strong>swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n","operationId":"OBPv1.2.1-getOtherAccountForTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metadata","IBAN","swift_bic","number","holder","id","bank","kind"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"IBAN":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["national_identifier","name"],"properties":{"national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"metadata":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}},"IBAN":{"type":"string"},"swift_bic":{"type":"string"},"number":{"type":"string"},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}},"id":{"type":"string"},"bank":{"type":"object","properties":{"national_identifier":{"type":"string"},"name":{"type":"string"}}},"kind":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v5.0.0/consumer/consent-requests/{consentrequestid}/consents":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get Consent By Consent Request Id via Consumer","description":"<p>This endpoint gets the Consent By consent request id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_request_id\">CONSENT_REQUEST_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">account_access</a>: account_access</p>\n<p><a href=\"/glossary#consent_request_id\">consent_request_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n","operationId":"OBPv5.0.0-getConsentByConsentRequestId","parameters":[{"name":"consentrequestid","in":"path","description":"The CONSENTREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access","consent_request_id","consent_id","status","jwt"],"properties":{"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_access":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}},"consent_request_id":{"type":"string"},"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/transaction":{"get":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Get Transaction Attribute Definition","description":"<p>Get Transaction Attribute Definition</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-getTransactionAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Create or Update Transaction Attribute Definition","description":"<p>Create or Update Transaction Attribute Definition</p>\n<p>The category field must be Transaction</p>\n<p>The type field must be one of; DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateTransactionAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/connector/traces":{"get":{"tags":["Metric","API"],"summary":"Get Connector Traces","description":"<p>Get connector traces which capture the full outbound/inbound messages for each connector call.</p>\n<p>Connector tracing must be enabled via the write_connector_trace=true property.</p>\n<p>Filters Part 1.<em>filtering</em> parameters to GET /management/connector/traces</p>\n<p>Should be able to filter on the following fields:</p>\n<p>eg: /management/connector/traces?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z&amp;limit=50&amp;offset=2</p>\n<p>1 from_date (defaults to one week before current date): eg:from_date=1100-01-01T01:01:01.000Z</p>\n<p>2 to_date (defaults to current date) eg:to_date=1100-01-01T01:01:01.000Z</p>\n<p>3 limit (for pagination: defaults to 1000) eg:limit=2000</p>\n<p>4 offset (for pagination: zero index, defaults to 0) eg: offset=10</p>\n<p>5 connector_name (if null ignore)</p>\n<p>6 function_name (if null ignore)</p>\n<p>7 correlation_id (if null ignore)</p>\n<p>8 bank_id (if null ignore)</p>\n<p>9 user_id (if null ignore)</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#connector_name\"><strong>connector_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>connector_trace_id</strong></a>: connector_trace_id</p>\n<p><a href=\"/glossary#\"><strong>connector_traces</strong></a>: connector_traces</p>\n<p><a href=\"/glossary#\"><strong>correlation_id</strong></a>: 1flssoftxq0cr1nssr68u0mioj</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#duration\"><strong>duration</strong></a>: 5.123</p>\n<p><a href=\"/glossary#function_name\"><strong>function_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>http_verb</strong></a>: http_verb</p>\n<p><a href=\"/glossary#\"><strong>inbound_message</strong></a>: inbound_message</p>\n<p><a href=\"/glossary#\"><strong>is_successful</strong></a>: is_successful</p>\n<p><a href=\"/glossary#\"><strong>outbound_message</strong></a>: outbound_message</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv6.0.0-getConnectorTraces","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_traces"],"properties":{"connector_traces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_trace_id","url","correlation_id","inbound_message","is_successful","user_id","bank_id","date","connector_name","function_name","outbound_message","duration","http_verb"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"duration":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"correlation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"connector_trace_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"http_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_successful":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"connector_traces":{"type":"array","items":{"type":"object","properties":{"connector_trace_id":{"type":"integer"},"url":{"type":"string"},"correlation_id":{"type":"string"},"inbound_message":{"type":"string"},"is_successful":{"type":"boolean"},"user_id":{"type":"string"},"bank_id":{"type":"string"},"date":{"type":"string","format":"date-time"},"connector_name":{"type":"string"},"function_name":{"type":"string"},"outbound_message":{"type":"string"},"duration":{"type":"integer"},"http_verb":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/database/pool":{"get":{"tags":["System","API"],"summary":"Get Database Pool Information","description":"<p>Returns HikariCP connection pool information including:</p>\n<ul>\n<li>Pool name</li>\n<li>Active connections: currently in use</li>\n<li>Idle connections: available in pool</li>\n<li>Total connections: active + idle</li>\n<li>Threads awaiting connection: requests waiting for a connection</li>\n<li>Configuration: max pool size, min idle, timeouts</li>\n</ul>\n<p>This helps diagnose connection pool issues such as connection leaks or pool exhaustion.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>active_connections</strong></a>: active_connections</p>\n<p><a href=\"/glossary#\"><strong>connection_timeout_ms</strong></a>: connection_timeout_ms</p>\n<p><a href=\"/glossary#\"><strong>idle_connections</strong></a>: idle_connections</p>\n<p><a href=\"/glossary#\"><strong>idle_timeout_ms</strong></a>: idle_timeout_ms</p>\n<p><a href=\"/glossary#\"><strong>keepalive_time_ms</strong></a>: keepalive_time_ms</p>\n<p><a href=\"/glossary#\"><strong>max_lifetime_ms</strong></a>: max_lifetime_ms</p>\n<p><a href=\"/glossary#\"><strong>maximum_pool_size</strong></a>: maximum_pool_size</p>\n<p><a href=\"/glossary#\"><strong>minimum_idle</strong></a>: minimum_idle</p>\n<p><a href=\"/glossary#\"><strong>pool_name</strong></a>: pool_name</p>\n<p><a href=\"/glossary#\"><strong>threads_awaiting_connection</strong></a>: threads_awaiting_connection</p>\n<p><a href=\"/glossary#\"><strong>total_connections</strong></a>: total_connections</p>\n","operationId":"OBPv6.0.0-getDatabasePoolInfo","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["total_connections","connection_timeout_ms","idle_connections","active_connections","minimum_idle","threads_awaiting_connection","pool_name","maximum_pool_size","max_lifetime_ms","idle_timeout_ms","keepalive_time_ms"],"properties":{"max_lifetime_ms":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"idle_timeout_ms":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"keepalive_time_ms":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_idle":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_connections":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"idle_connections":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pool_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"threads_awaiting_connection":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maximum_pool_size":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"total_connections":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"connection_timeout_ms":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"total_connections":{"type":"integer"},"connection_timeout_ms":{"type":"integer"},"idle_connections":{"type":"integer"},"active_connections":{"type":"integer"},"minimum_idle":{"type":"integer"},"threads_awaiting_connection":{"type":"integer"},"pool_name":{"type":"string"},"maximum_pool_size":{"type":"integer"},"max_lifetime_ms":{"type":"integer"},"idle_timeout_ms":{"type":"integer"},"keepalive_time_ms":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/user/reset-password-url":{"post":{"tags":["User"],"summary":"Create Password Reset URL and Send Email","description":"<p>Create a password reset URL for a user and automatically send it via email.</p>\n<p>Authentication is Required.</p>\n<p>Behavior:<br />\n- Generates a unique password reset token<br />\n- Creates a reset URL using the portal_external_url property (falls back to API hostname)<br />\n- Sends an email to the user with the reset link<br />\n- Returns the reset URL in the response for logging/tracking purposes</p>\n<p>Required fields:<br />\n- username: The user's username (typically email)<br />\n- email: The user's email address (must match username)<br />\n- user_id: The user's UUID</p>\n<p>The user must exist and be validated before a reset URL can be generated.</p>\n<p>Email configuration must be set up correctly for email delivery to work.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#105;&#x6c;&#x74;o&#58;&#102;&#101;&#108;&#105;&#120;&#x73;&#109;&#105;&#x74;h&#x40;&#x65;&#x78;&#x61;m&#112;l&#x65;&#x2e;&#x63;&#x6f;m\">f&#x65;&#x6c;&#x69;&#x78;&#x73;&#x6d;&#x69;&#x74;&#x68;&#x40;exa&#x6d;&#112;&#x6c;&#x65;&#x2e;&#x63;&#111;m</a></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#reset_password_url\"><strong>reset_password_url</strong></a>:</p>\n","operationId":"OBPv6.0.0-resetPasswordUrl","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","username","user_id"],"properties":{"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_password_url"],"properties":{"reset_password_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"reset_password_url":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/my/consents":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get My Consents","description":"<p>This endpoint gets the Consents created by a current User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#api_version\"><strong>api_version</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>aud</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>consent_reference_id</strong></a>: 123456</p>\n<p><a href=\"/glossary#consents\"><strong>consents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#\"><strong>createdByUserId</strong></a>: createdByUserId</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>exp</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iat</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iss</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>jti</strong></a>: String</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#\"><strong>jwt_payload</strong></a>: jwt_payload</p>\n<p><a href=\"/glossary#\"><strong>last_action_date</strong></a>: last_action_date</p>\n<p><a href=\"/glossary#\"><strong>last_usage_date</strong></a>: last_usage_date</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>nbf</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>request_headers</strong></a>: request_headers</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>sub</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>values</strong></a>: values</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">access</a>: access</p>\n<p><a href=\"/glossary#accounts\">accounts</a>:</p>\n<p><a href=\"/glossary#\">allPsd2</a>: allPsd2</p>\n<p><a href=\"/glossary#\">availableAccounts</a>: availableAccounts</p>\n<p><a href=\"/glossary#\">balances</a>: balances</p>\n<p><a href=\"/glossary#\">bban</a>: bban</p>\n<p><a href=\"/glossary#\">currency</a>: EUR</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"m&#x61;&#105;&#108;&#x74;&#x6f;&#x3a;f&#101;&#108;&#105;&#120;&#115;&#109;&#105;&#x74;&#x68;&#x40;&#101;&#x78;&#97;&#x6d;&#x70;l&#x65;&#46;&#99;&#x6f;&#x6d;\">&#102;&#101;&#108;&#x69;&#x78;&#x73;&#109;ith&#x40;&#x65;xam&#112;&#108;&#x65;&#x2e;&#99;&#x6f;m</a></p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n<p><a href=\"/glossary#\">iban</a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#\">maskedPan</a>: maskedPan</p>\n<p><a href=\"/glossary#\">msisdn</a>: msisdn</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\">pan</a>: pan</p>\n<p><a href=\"/glossary#transactions\">transactions</a>:</p>\n","operationId":"OBPv5.1.0-getMyConsents","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consents"],"properties":{"consents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","api_standard","consumer_id","last_usage_date","consent_id","last_action_date","consent_reference_id","jwt_payload","status","jwt","api_version"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt_payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["aud","views","nbf","exp","iss","iat","access","createdByUserId","email","jti","name","request_headers","entitlements","sub"],"properties":{"nbf":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_headers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["values","name"],"properties":{"values":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"jti":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"exp":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"createdByUserId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"iat":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sub":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"aud":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iss":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["availableAccounts","transactions","accounts","balances"],"properties":{"availableAccounts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"consent_reference_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_usage_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_action_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"consents":{"type":"array","items":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"api_standard":{"type":"string"},"consumer_id":{"type":"string"},"last_usage_date":{"type":"string","format":"date-time"},"consent_id":{"type":"string"},"last_action_date":{"type":"string","format":"date-time"},"consent_reference_id":{"type":"string"},"jwt_payload":{"type":"object","properties":{"aud":{"type":"string"},"views":{"type":"array","items":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"nbf":{"type":"integer"},"exp":{"type":"integer"},"iss":{"type":"string"},"iat":{"type":"integer"},"access":{"type":"object","properties":{"availableAccounts":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"balances":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}}}},"createdByUserId":{"type":"string"},"email":{"type":"string"},"jti":{"type":"string"},"name":{"type":"string"},"request_headers":{"type":"array","items":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}}}},"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"sub":{"type":"string"}}},"status":{"type":"string"},"jwt":{"type":"string"},"api_version":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/{userid}/group-entitlements":{"get":{"tags":["Group","User","Entitlement"],"summary":"Get User's Group Memberships","description":"<p>Get all groups a user is a member of.</p>\n<p>Returns groups where the user has entitlements with process = &quot;GROUP_MEMBERSHIP&quot;.</p>\n<p>The response includes:<br />\n- list_of_entitlements: entitlements the user currently has from this group membership</p>\n<p>Requires either:<br />\n- CanGetUserGroupMembershipsAtAllBanks (for any user)<br />\n- CanGetUserGroupMembershipsAtOneBank (for users at specific bank)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_entitlements</strong></a>: group_entitlements</p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>list_of_entitlements</strong></a>: list_of_entitlements</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-getUserGroupMemberships","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_entitlements"],"properties":{"group_entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_id","list_of_entitlements","bank_id","user_id"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"list_of_entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"group_entitlements":{"type":"array","items":{"type":"object","properties":{"group_name":{"type":"string"},"group_id":{"type":"string"},"list_of_entitlements":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Group","User","Entitlement"],"summary":"Grant User Membership to Group Entitlements","description":"<p>Grant the User Group Entitlements.</p>\n<p>This endpoint creates entitlements for every Role in the Group. If the user<br />\nalready has a particular role at the same bank, that entitlement is skipped (not duplicated).</p>\n<p>Each entitlement created will have:<br />\n- group_id set to the group ID<br />\n- process set to &quot;GROUP_MEMBERSHIP&quot;</p>\n<p><strong>Response Fields:</strong><br />\n- target_entitlements: All roles defined in the group (the complete list of entitlements that this group aims to grant)<br />\n- entitlements_created: Roles that were newly created as entitlements during this operation<br />\n- entitlements_skipped: Roles that the user already possessed, so no new entitlement was created</p>\n<p>Note: target_entitlements = entitlements_created + entitlements_skipped</p>\n<p>Requires either:<br />\n- CanAddUserToGroupAtAllBanks (for any group)<br />\n- CanAddUserToGroupAtOneBank (for groups at specific bank)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>entitlements_created</strong></a>: entitlements_created</p>\n<p><a href=\"/glossary#\"><strong>entitlements_skipped</strong></a>: entitlements_skipped</p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>target_entitlements</strong></a>: target_entitlements</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-addUserToGroup","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_id"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"group_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_id","entitlements_created","bank_id","entitlements_skipped","target_entitlements","user_id"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements_skipped":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements_created":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"group_name":{"type":"string"},"group_id":{"type":"string"},"entitlements_created":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"entitlements_skipped":{"type":"array","items":{"type":"string"}},"target_entitlements":{"type":"array","items":{"type":"string"}},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/accounts":{"post":{"tags":["Bank Accounts (Dynamic Endpoint)","Dynamic-Endpoint","Dynamic"],"summary":"Post Accounts","description":"<p>POST Accounts</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEndpointProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;url_pattern&quot;,\n        &quot;value&quot;:&quot;http://obp_mock//accounts&quot;\n    },\n    {\n        &quot;key&quot;:&quot;http_method&quot;,\n        &quot;value&quot;:&quot;POST&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEndpoint_POST_accounts","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"balance":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/user-account-access":{"post":{"tags":["Account-Access","View-Custom","Account","User","OwnerViewRequired","DAuth"],"summary":"Create (DAuth) User with Account Access","description":"<p>This endpoint is used as part of the DAuth solution to grant access to account and transaction data to a smart contract on the blockchain.</p>\n<p>Put the smart contract address in username</p>\n<p>For provider use &quot;dauth&quot;</p>\n<p>This endpoint will create the (DAuth) User with username and provider if the User does not already exist.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the logged in user needs to be account holder.</p>\n<p>For information about DAuth see below:</p>\n<details>\n  <summary style=\"display:list-item;cursor:s-resize;\">DAuth</summary>\n  <h3><a href=\"#dauth-introduction-setup-and-usage\" id=\"dauth-introduction-setup-and-usage\">DAuth Introduction, Setup and Usage</a></h3>\n<p>DAuth is an experimental authentication mechanism that aims to pin an ethereum or other blockchain Smart Contract to an OBP &quot;User&quot;.</p>\n<p>In the future, it might be possible to be more specific and pin specific actors (wallets) that are acting within the smart contract, but so far, one smart contract acts on behalf of one User.</p>\n<p>Thus, if a smart contract &quot;X&quot; calls the OBP API using the DAuth header, OBP will get or create a user called X and the call will proceed in the context of that User &quot;X&quot;.</p>\n<p>DAuth is invoked by the REST client (caller) including a specific header (see step 3 below) in any OBP REST call.</p>\n<p>When OBP receives the DAuth token, it creates or gets a User with a username based on the smart_contract_address and the provider based on the network_name. The combination of username and provider is unique in OBP.</p>\n<p>If you are calling OBP-API via an API3 Airnode, the Airnode will take care of constructing the required header.</p>\n<p>When OBP detects a DAuth header / token it first checks if the Consumer is allowed to make such a call. OBP will validate the Consumer ip address and signature etc.</p>\n<p>Note: The DAuth flow does <em>not</em> require an explicit POST like Direct Login to create the token.</p>\n<p>Permissions may be assigned to an OBP User at any time, via the UserAuthContext, Views, Entitlements to Roles or Consents.</p>\n<p>Note: <em>DAuth is NOT enabled on this instance!</em></p>\n<p>Note: <em>The DAuth client is responsible for creating a token which will be trusted by OBP absolutely</em>!</p>\n<p>To use DAuth:</p>\n<h3><a href=\"#1-configure-obp-api-to-accept-dauth\" id=\"1-configure-obp-api-to-accept-dauth\">1) Configure OBP API to accept DAuth.</a></h3>\n<p>Set up properties in your props file</p>\n<pre><code># -- DAuth --------------------------------------\n# Define secret used to validate JWT token\n# jwt.public_key_rsa=path-to-the-pem-file\n# Enable/Disable DAuth communication at all\n# In case isn't defined default value is false\n# allow_dauth=false\n# Define comma separated list of allowed IP addresses\n# dauth.host=127.0.0.1\n# -------------------------------------- DAuth--\n</code></pre>\n<p>Please keep in mind that property jwt.public_key_rsa is used to validate JWT token to check it is not changed or corrupted during transport.</p>\n<h3><a href=\"#2-create-have-access-to-a-jwt\" id=\"2-create-have-access-to-a-jwt\">2) Create / have access to a JWT</a></h3>\n<p>The following videos are available:<br />\n* <a href=\"https://vimeo.com/644315074\">DAuth in local environment</a></p>\n<p>HEADER:ALGORITHM &amp; TOKEN TYPE</p>\n<pre><code>{\n  &quot;alg&quot;: &quot;RS256&quot;,\n  &quot;typ&quot;: &quot;JWT&quot;\n}\n</code></pre>\n<p>PAYLOAD:DATA</p>\n<pre><code>{\n  &quot;smart_contract_address&quot;: &quot;0xe123425E7734CE288F8367e1Bb143E90bb3F051224&quot;,\n  &quot;network_name&quot;: &quot;AIRNODE.TESTNET.ETHEREUM&quot;,\n  &quot;msg_sender&quot;: &quot;0xe12340927f1725E7734CE288F8367e1Bb143E90fhku767&quot;,\n  &quot;consumer_key&quot;: &quot;0x1234a4ec31e89cea54d1f125db7536e874ab4a96b4d4f6438668b6bb10a6adb&quot;,\n  &quot;timestamp&quot;: &quot;2021-11-04T14:13:40Z&quot;,\n  &quot;request_id&quot;: &quot;0Xe876987694328763492876348928736497869273649&quot;\n}\n</code></pre>\n<p>VERIFY SIGNATURE</p>\n<pre><code>RSASHA256(\n  base64UrlEncode(header) + &quot;.&quot; +\n  base64UrlEncode(payload),\n<p>) your-RSA-key-pair</p>\n</code></pre>\n<p>Here is an example token:</p>\n<pre><code>eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFydF9jb250cmFjdF9hZGRyZXNzIjoiMHhlMTIzNDI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGJiM0YwNTEyMjQiLCJuZXR3b3JrX25hbWUiOiJFVEhFUkVVTSIsIm1zZ19zZW5kZXIiOiIweGUxMjM0MDkyN2YxNzI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGZoa3U3NjciLCJjb25zdW1lcl9rZXkiOiIweDEyMzRhNGVjMzFlODljZWE1NGQxZjEyNWRiNzUzNmU4NzRhYjRhOTZiNGQ0ZjY0Mzg2NjhiNmJiMTBhNmFkYiIsInRpbWVzdGFtcCI6IjIwMjEtMTEtMDRUMTQ6MTM6NDBaIiwicmVxdWVzdF9pZCI6IjBYZTg3Njk4NzY5NDMyODc2MzQ5Mjg3NjM0ODkyODczNjQ5Nzg2OTI3MzY0OSJ9.XSiQxjEVyCouf7zT8MubEKsbOBZuReGVhnt9uck6z6k\n</code></pre>\n<h3><a href=\"#3-try-a-rest-call-using-the-header\" id=\"3-try-a-rest-call-using-the-header\">3) Try a REST call using the header</a></h3>\n<p>Using your favorite http client:</p>\n<p>GET <a href=\"https://apisandbox.openbankproject.com/obp/v3.0.0/users/current\">https://apisandbox.openbankproject.com/obp/v3.0.0/users/current</a></p>\n<p>Body</p>\n<p>Leave Empty!</p>\n<p>Headers:</p>\n<pre><code>   DAuth: your-jwt-from-step-above\n</code></pre>\n<p>Here is it all together:</p>\n<p>GET <a href=\"https://apisandbox.openbankproject.com/obp/v3.0.0/users/current\">https://apisandbox.openbankproject.com/obp/v3.0.0/users/current</a> HTTP/1.1<br />\nHost: localhost:8080<br />\nUser-Agent: curl/7.47.0<br />\nAccept: <em>/</em><br />\nDAuth: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFydF9jb250cmFjdF9hZGRyZXNzIjoiMHhlMTIzNDI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGJiM0YwNTEyMjQiLCJuZXR3b3JrX25hbWUiOiJFVEhFUkVVTSIsIm1zZ19zZW5kZXIiOiIweGUxMjM0MDkyN2YxNzI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGZoa3U3NjciLCJjb25zdW1lcl9rZXkiOiIweDEyMzRhNGVjMzFlODljZWE1NGQxZjEyNWRiNzUzNmU4NzRhYjRhOTZiNGQ0ZjY0Mzg2NjhiNmJiMTBhNmFkYiIsInRpbWVzdGFtcCI6IjIwMjEtMTEtMDRUMTQ6MTM6NDBaIiwicmVxdWVzdF9pZCI6IjBYZTg3Njk4NzY5NDMyODc2MzQ5Mjg3NjM0ODkyODczNjQ5Nzg2OTI3MzY0OSJ9.XSiQxjEVyCouf7zT8MubEKsbOBZuReGVhnt9uck6z6k</p>\n<p>CURL example</p>\n<pre><code>curl -v -H 'DAuth: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFydF9jb250cmFjdF9hZGRyZXNzIjoiMHhlMTIzNDI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGJiM0YwNTEyMjQiLCJuZXR3b3JrX25hbWUiOiJFVEhFUkVVTSIsIm1zZ19zZW5kZXIiOiIweGUxMjM0MDkyN2YxNzI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGZoa3U3NjciLCJjb25zdW1lcl9rZXkiOiIweDEyMzRhNGVjMzFlODljZWE1NGQxZjEyNWRiNzUzNmU4NzRhYjRhOTZiNGQ0ZjY0Mzg2NjhiNmJiMTBhNmFkYiIsInRpbWVzdGFtcCI6IjIwMjEtMTEtMDRUMTQ6MTM6NDBaIiwicmVxdWVzdF9pZCI6IjBYZTg3Njk4NzY5NDMyODc2MzQ5Mjg3NjM0ODkyODczNjQ5Nzg2OTI3MzY0OSJ9.XSiQxjEVyCouf7zT8MubEKsbOBZuReGVhnt9uck6z6k' https://apisandbox.openbankproject.com/obp/v3.0.0/users/current\n</code></pre>\n<p>You should receive a response like:</p>\n<pre><code>{\n    &quot;user_id&quot;: &quot;4c4d3175-1e5c-4cfd-9b08-dcdc209d8221&quot;,\n    &quot;email&quot;: &quot;&quot;,\n    &quot;provider_id&quot;: &quot;0xe123425E7734CE288F8367e1Bb143E90bb3F051224&quot;,\n    &quot;provider&quot;: &quot;ETHEREUM&quot;,\n    &quot;username&quot;: &quot;0xe123425E7734CE288F8367e1Bb143E90bb3F051224&quot;,\n    &quot;entitlements&quot;: {\n        &quot;list&quot;: []\n    }\n}\n</code></pre>\n<h3><a href=\"#under-the-hood\" id=\"under-the-hood\">Under the hood</a></h3>\n<p>The file, dauth.scala handles the DAuth,</p>\n<p>We:</p>\n<pre><code>-&gt; Check if Props allow_dauth is true\n  -&gt; Check if DAuth header exists\n    -&gt; Check if getRemoteIpAddress is OK\n      -&gt; Look for &quot;token&quot;\n        -&gt; parse the JWT token and getOrCreate the user\n          -&gt; get the data of the user\n</code></pre>\n<h3><a href=\"#more-information\" id=\"more-information\">More information</a></h3>\n<p>Parameter names and values are case sensitive.<br />\nEach parameter MUST NOT appear more than once per request.</p>\n</details>\n<p><br></br></p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv5.1.0-createUserWithAccountAccessById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views","provider","username"],"properties":{"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_system","view_id"],"properties":{"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"views":{"type":"array","items":{"type":"object","properties":{"is_system":{"type":"boolean"},"view_id":{"type":"string"}}}},"provider":{"type":"string"},"username":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["head","tl"],"properties":{"head":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tl":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}},"example":{"type":"object","properties":{"head":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}},"tl":{"type":"object","properties":{}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/balances":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Account Balances by BANK_ID and ACCOUNT_ID through the VIEW_ID","description":"<p>Get the Balances for the Account specified by BANK_ID and ACCOUNT_ID through the VIEW_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>balances</strong></a>: balances</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv5.1.0-getBankAccountBalances","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","balances","account_routings","account_id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","amount","currency"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"balances":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"amount":{"type":"string"},"currency":{"type":"string"}}}},"account_routings":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}},"account_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/customers/{customerid}/kyc_statuses":{"get":{"tags":["KYC","Customer"],"summary":"Get Customer KYC statuses","description":"<p>Get the KYC statuses for a customer specified by CUSTOMER_ID over time.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#ok\"><strong>ok</strong></a>: false</p>\n<p><a href=\"/glossary#statuses\"><strong>statuses</strong></a>:</p>\n","operationId":"OBPv2.0.0-getKycStatuses","parameters":[{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["statuses"],"properties":{"statuses":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","customer_number","date","ok"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"ok":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"statuses":{"type":"array","items":{"type":"object","properties":{"customer_id":{"type":"string"},"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"ok":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-endpoints":{"get":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":" Get Dynamic Endpoints","description":"<p>Get Dynamic Endpoints.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-getDynamicEndpoints","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_endpoints"],"properties":{"dynamic_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_endpoints":{"type":"array","items":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":"Create Dynamic Endpoint","description":"<p>Create dynamic endpoints.</p>\n<p>Create dynamic endpoints with one json format swagger content.</p>\n<p>If the host of swagger is <code>dynamic_entity</code>, then you need link the swagger fields to the dynamic entity fields,<br />\nplease check <code>Endpoint Mapping</code> endpoints.</p>\n<p>If the host of swagger is <code>obp_mock</code>, every dynamic endpoint will return example response of swagger,</p>\n<p>when create MethodRouting for given dynamic endpoint, it will be routed to given url.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-createDynamicEndpoint","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/product-tree/{productcode}":{"get":{"tags":["Product"],"summary":"Get Product Tree","description":"<p>Returns information about a particular financial product specified by BANK_ID and PRODUCT_CODE<br />\nand it's parent product(s) recursively as specified by parent_product_code.</p>\n<p>Each product includes the following information.</p>\n<ul>\n<li>Name</li>\n<li>Code</li>\n<li>Parent Product Code</li>\n<li>Category</li>\n<li>Family</li>\n<li>Super Family</li>\n<li>More info URL</li>\n<li>Description</li>\n<li>Terms and Conditions</li>\n<li>License: The licence under which this product data is released. Licence can be an Open Data licence such as Open Data Commons Public Domain Dedication and License (PDDL) or Copyright etc.</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#family\"><strong>family</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#super_family\"><strong>super_family</strong></a>:</p>\n<p><a href=\"/glossary#parent_product\">parent_product</a>:</p>\n","operationId":"OBPv3.1.0-getProductTree","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["super_family","description","details","code","more_info_url","meta","family","bank_id","parent_product","name","category"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_product":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["super_family","description","details","parent_product","code","more_info_url","meta","family","bank_id","name","category"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_product":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["super_family","description","details","code","more_info_url","meta","family","bank_id","name","category"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"super_family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"details":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"super_family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"details":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"super_family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"details":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"super_family":{"type":"string"},"description":{"type":"string"},"details":{"type":"string"},"code":{"type":"string"},"more_info_url":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"family":{"type":"string"},"bank_id":{"type":"string"},"parent_product":{"type":"object","properties":{"super_family":{"type":"string"},"description":{"type":"string"},"details":{"type":"string"},"parent_product":{"type":"object","properties":{"super_family":{"type":"string"},"description":{"type":"string"},"details":{"type":"string"},"code":{"type":"string"},"more_info_url":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"family":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"category":{"type":"string"}}},"code":{"type":"string"},"more_info_url":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"family":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"category":{"type":"string"}}},"name":{"type":"string"},"category":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v3.1.0/management/banks/{bankid}/cards/{cardid}/attributes/{cardattributeid}":{"put":{"tags":["Card","Card-Attribute","Attribute"],"summary":"Update Card Attribute","description":"<p>Update Card Attribute</p>\n<p>Card Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Card Attribute is linked to its Card by CARD_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CARD_ATTRIBUTE_ID</a>: b4e0352a-9a0f-4bfa-b30b-9003aa467f50</p>\n<p><a href=\"/glossary#\">CARD_ID</a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv3.1.0-updateCardAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"cardid","in":"path","description":"The CARDID identifier","required":true,"schema":{"type":"string"}},{"name":"cardattributeid","in":"path","description":"The CARDATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","bank_id","card_id","attribute_type","name","card_attribute_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type","enum"],"properties":{"type":{"type":"string"},"enum":{"type":"array","items":{"type":"string"}}}},"card_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"bank_id":{"type":"object","properties":{"value":{"type":"string"}}},"card_id":{"type":"string"},"attribute_type":{"type":"string","enum":["STRING","INTEGER","DOUBLE","DATE_WITH_DAY"]},"name":{"type":"string"},"card_attribute_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/atms/{atmid}/supported-currencies":{"put":{"tags":["ATM"],"summary":"Update ATM Supported Currencies","description":"<p>Update ATM Supported Currencies.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n","operationId":"OBPv4.0.0-updateAtmSupportedCurrencies","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["supported_currencies"],"properties":{"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"supported_currencies":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["supported_currencies","atm_id"],"properties":{"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"supported_currencies":{"type":"array","items":{"type":"string"}},"atm_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/tags/{tagid}":{"delete":{"tags":["Transaction-Metadata","Transaction"],"summary":"Delete a Transaction Tag","description":"<p>Deletes the tag TAG_ID about the transaction TRANSACTION_ID made on <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.<br />\nAuthentication via OAuth is required. The user must either have owner privileges for this account,<br />\nor must be the user that posted the tag.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#tag_id\">TAG_ID</a>:</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteTagForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"tagid","in":"path","description":"The TAGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/counterparties/{counterpartyid}/limit-status":{"get":{"tags":["Counterparty-Limits"],"summary":"Get Counterparty Limit Status","description":"<p>Get Counterparty Limit Status.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#counterparty_limit_id\"><strong>counterparty_limit_id</strong></a>: abc9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>currency_status</strong></a>: currency_status</p>\n<p><a href=\"/glossary#max_monthly_amount\"><strong>max_monthly_amount</strong></a>: 10000.11</p>\n<p><a href=\"/glossary#\"><strong>max_monthly_amount_status</strong></a>: max_monthly_amount_status</p>\n<p><a href=\"/glossary#max_number_of_monthly_transactions\"><strong>max_number_of_monthly_transactions</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>max_number_of_monthly_transactions_status</strong></a>: max_number_of_monthly_transactions_status</p>\n<p><a href=\"/glossary#max_number_of_transactions\"><strong>max_number_of_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#\"><strong>max_number_of_transactions_status</strong></a>: max_number_of_transactions_status</p>\n<p><a href=\"/glossary#max_number_of_yearly_transactions\"><strong>max_number_of_yearly_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#\"><strong>max_number_of_yearly_transactions_status</strong></a>: max_number_of_yearly_transactions_status</p>\n<p><a href=\"/glossary#max_single_amount\"><strong>max_single_amount</strong></a>: 1000.11</p>\n<p><a href=\"/glossary#max_total_amount\"><strong>max_total_amount</strong></a>: 10000.12</p>\n<p><a href=\"/glossary#\"><strong>max_total_amount_status</strong></a>: max_total_amount_status</p>\n<p><a href=\"/glossary#max_yearly_amount\"><strong>max_yearly_amount</strong></a>: 12000.11</p>\n<p><a href=\"/glossary#\"><strong>max_yearly_amount_status</strong></a>: max_yearly_amount_status</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv5.1.0-getCounterpartyLimitStatus","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","bank_id","counterparty_id","counterparty_limit_id","view_id","status","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","account_id","max_yearly_amount","max_number_of_transactions"],"properties":{"counterparty_limit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_number_of_yearly_transactions_status","max_number_of_monthly_transactions_status","max_yearly_amount_status","max_number_of_transactions_status","currency_status","max_total_amount_status","max_monthly_amount_status"],"properties":{"max_total_amount_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_monthly_amount_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"bank_id":{"type":"string"},"counterparty_id":{"type":"string"},"counterparty_limit_id":{"type":"string"},"view_id":{"type":"string"},"status":{"type":"object","properties":{"max_number_of_yearly_transactions_status":{"type":"integer"},"max_number_of_monthly_transactions_status":{"type":"integer"},"max_yearly_amount_status":{"type":"string"},"max_number_of_transactions_status":{"type":"integer"},"currency_status":{"type":"string"},"max_total_amount_status":{"type":"string"},"max_monthly_amount_status":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"account_id":{"type":"string"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transactions/{transactionid}/attributes/{accountattributeid}":{"put":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Update Transaction Attribute","description":"<p>Update Transaction Attribute</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\">ACCOUNT_ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-updateTransactionAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"accountattributeid","in":"path","description":"The ACCOUNTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/users/current/customers":{"get":{"tags":["Customer","User"],"summary":"Get Customers for Current User","description":"<p>Gets all Customers that are linked to a User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;&#108;&#116;&#111;&#x3a;&#102;&#101;l&#105;&#x78;&#x73;m&#x69;t&#x68;&#x40;&#x65;x&#x61;&#109;&#112;&#108;&#101;&#46;&#x63;&#x6f;&#x6d;\">&#x66;&#101;l&#105;&#120;&#115;&#x6d;&#x69;&#116;&#x68;&#64;&#101;&#120;a&#x6d;p&#x6c;&#101;&#46;&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.0.0-getCustomersForUser","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","customer_attributes","last_ok_date","face_image","credit_limit","employment_status","email","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","date_of_birth","legal_name","title","dob_of_dependants","branch_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"last_ok_date":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"date_of_birth":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"branch_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/test-dynamic-resource-doc/my_user/{myuserid}":{"post":{"tags":["Dynamic-Resource-Doc"],"summary":"A test endpoint","description":"<p>A test endpoint.</p>\n<p>Just for debug method body of dynamic resource doc.<br />\nbetter watch the following introduction video first<br />\n* <a href=\"https://vimeo.com/623381607\">Dynamic resourceDoc version1</a></p>\n<p>The endpoint return the response from PractiseEndpoint code.<br />\nHere, code.api.DynamicEndpoints.dynamic.practise.PractiseEndpoint.process<br />\nYou can test the method body grammar, and try the business logic, but need to restart the OBP-API code .</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">MY_USER_ID</a>: MY_USER_ID</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#Age\"><strong>age</strong></a>: 18</p>\n<p><a href=\"/glossary#\"><strong>hobby</strong></a>: hobby</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Age\"><strong>age</strong></a>: 18</p>\n<p><a href=\"/glossary#\"><strong>hobby</strong></a>: hobby</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-test-dynamic-resource-doc","parameters":[{"name":"myuserid","in":"path","description":"The MYUSERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","age"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"object","properties":{}},"age":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","age"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"object","properties":{}},"age":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v2.0.0/accounts/public":{"get":{"tags":["Account-Public","Account","PublicData"],"summary":"Get Public Accounts at all Banks","description":"<p>Get public accounts at all banks (Anonymous access).<br />\nReturns accounts that contain at least one public view (a view where is_public is true)<br />\nFor each account the API returns the ID and the available views.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv2.0.0-publicAccountsAllBanks","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["label","id","bank_id","views_available"],"properties":{"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["short_name","id","is_public"],"properties":{"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"id":{"type":"string"},"bank_id":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"short_name":{"type":"string"},"id":{"type":"string"},"is_public":{"type":"boolean"}}}}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v5.0.0/banks/{bankid}/accounts/{accountid}/views":{"get":{"tags":["View-Custom","Account"],"summary":"Get Views for Account","description":"<h1><a href=\"#views\" id=\"views\">Views</a></h1>\n<p>Views in Open Bank Project provide a mechanism for fine grained access control and delegation to Accounts and Transactions. Account holders use the 'owner' view by default. Delegated access is made through other views for example 'accountants', 'share-holders' or 'tagging-application'. Views can be created via the API and each view has a list of entitlements.</p>\n<p>Views on accounts and transactions filter the underlying data to redact certain fields for certain users. For instance the balance on an account may be hidden from the public. The way to know what is possible on a view is determined in the following JSON.</p>\n<p><strong>Data:</strong> When a view moderates a set of data, some fields my contain the value <code>null</code> rather than the original value. This indicates either that the user is not allowed to see the original data or the field is empty.</p>\n<p>There is currently one exception to this rule; the 'holder' field in the JSON contains always a value which is either an alias or the real name - indicated by the 'is_alias' field.</p>\n<p><strong>Action:</strong> When a user performs an action like trying to post a comment (with POST API call), if he is not allowed, the body response will contain an error message.</p>\n<p><strong>Metadata:</strong><br />\nTransaction metadata (like images, tags, comments, etc.) will appears <em>ONLY</em> on the view where they have been created e.g. comments posted to the public view only appear on the public view.</p>\n<p>The other account metadata fields (like image_URL, more_info, etc.) are unique through all the views. Example, if a user edits the 'more_info' field in the 'team' view, then the view 'authorities' will show the new value (if it is allowed to do it).</p>\n<h1><a href=\"#all\" id=\"all\">All</a></h1>\n<p><em>Optional</em></p>\n<p>Returns the list of the views created for account ACCOUNT_ID at BANK_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the owner view.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>can_grant_access_to_views</strong></a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>can_revoke_access_to_views</strong></a>: can_revoke_access_to_views</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv5.0.0-getViewsForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views"],"properties":{"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_revoke_access_to_views","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_grant_access_to_views","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"views":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/sustrans":{"get":{"tags":["_Sustrans","Dynamic-Entity","Dynamic"],"summary":"Get sustrans List","description":"<p>Get sustrans List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;sustrans&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /sustrans?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getsustransList_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans_list"],"properties":{"sustrans_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans_id","name","number"],"properties":{"sustrans_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"sustrans_list":{"type":"array","items":{"type":"object","properties":{"sustrans_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_Sustrans","Dynamic-Entity","Dynamic"],"summary":"Create new sustrans","description":"<p>Create new sustrans.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;sustrans&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createsustrans_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans"],"properties":{"sustrans":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sustrans_id","name","number"],"properties":{"sustrans_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"sustrans":{"type":"object","properties":{"sustrans_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/accounts/{accountid}/{viewid}/funds-available":{"get":{"tags":["Account","Confirmation of Funds Service (PIIS)","PSD2"],"summary":"Check Available Funds","description":"<p>Check Available Funds<br />\nMandatory URL parameters:</p>\n<ul>\n<li>amount=NUMBER</li>\n<li>currency=STRING</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#answer\"><strong>answer</strong></a>:</p>\n<p><a href=\"/glossary#available_funds_request_id\"><strong>available_funds_request_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n","operationId":"OBPv3.1.0-checkFundsAvailable","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["available_funds_request_id","date","answer"],"properties":{"available_funds_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"answer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"available_funds_request_id":{"type":"string"},"date":{"type":"string","format":"date-time"},"answer":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/ui/suggested-session-timeout":{"get":{"tags":["API"],"summary":"Get Suggested Session Timeout","description":"<p>Returns information about:</p>\n<ul>\n<li>Suggested session timeout in case of a user inactivity</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>timeout_in_seconds</strong></a>: timeout_in_seconds</p>\n","operationId":"OBPv5.1.0-suggestedSessionTimeout","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["timeout_in_seconds"],"properties":{"timeout_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"timeout_in_seconds":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/management/cascading/banks/{bankid}/accounts/{accountid}":{"delete":{"tags":["Account"],"summary":"Delete Account Cascade","description":"<p>Delete an Account Cascade specified by ACCOUNT_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteAccountCascade","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/customers/customer-number":{"post":{"tags":["Customer","KYC"],"summary":"Get Customer by CUSTOMER_NUMBER","description":"<p>Gets the Customer specified by CUSTOMER_NUMBER.</p>\n<p><strong>Date Format:</strong><br />\nIn v6.0.0, date_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong> (e.g., &quot;1990-05-15&quot;, &quot;2010-03-20&quot;).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;i&#x6c;&#x74;&#111;&#58;f&#x65;&#x6c;i&#x78;&#x73;&#109;&#105;&#x74;&#x68;&#x40;exa&#x6d;&#112;&#x6c;&#x65;&#x2e;&#99;&#x6f;&#109;\">&#102;e&#x6c;&#x69;&#x78;&#115;&#109;&#x69;&#x74;&#x68;&#64;&#x65;&#x78;a&#x6d;p&#108;&#x65;&#46;&#x63;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCustomerByCustomerNumber","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_number"],"properties":{"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","date_of_birth","customer_attributes","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status","last_ok_date"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"date_of_birth":{"type":"string","format":"date-time"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"},"last_ok_date":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/target-views":{"post":{"tags":["View-Custom","Account"],"summary":"Create Custom View","description":"<p>Create a custom view on bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the owner view.<br />\nThe 'alias' field in the JSON can take one of three values:</p>\n<ul>\n<li><em>public</em>: to use the public alias if there is one specified for the other account.</li>\n<li><em>private</em>: to use the private alias if there is one specified for the other account.</li>\n<li>\n<p><em>''(empty string)</em>: to use no alias; the view shows the real name of the other account.</p>\n</li>\n</ul>\n<p>The 'hide_metadata_if_alias_used' field in the JSON can take boolean values. If it is set to <code>true</code> and there is an alias on the other account then the other accounts' metadata (like more_info, url, image_url, open_corporates_url, etc.) will be hidden. Otherwise the metadata will be shown.</p>\n<p>The 'allowed_actions' field is a list containing the name of the actions allowed on this view, all the actions contained will be set to <code>true</code> on the view creation, the rest will be set to <code>false</code>.</p>\n<p>You MUST use a leading _ (underscore) in the view name because other view names are reserved for OBP <a href=\"/index#group-View-System\">system views</a>.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>allowed_permissions</strong></a>: allowed_permissions</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#which_alias_to_use\"><strong>which_alias_to_use</strong></a>: public</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>allowed_permissions</strong></a>: allowed_permissions</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv5.1.0-createCustomView","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["allowed_permissions","hide_metadata_if_alias_used","description","is_public","metadata_view","which_alias_to_use","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"allowed_permissions":{"type":"array","items":{"type":"string"}},"hide_metadata_if_alias_used":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"which_alias_to_use":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["allowed_permissions","hide_metadata_if_alias_used","description","is_public","metadata_view","name","alias","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"allowed_permissions":{"type":"array","items":{"type":"string"}},"hide_metadata_if_alias_used":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"name":{"type":"string"},"alias":{"type":"string"},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/credit-limit":{"put":{"tags":["Customer"],"summary":"Update the credit limit of a Customer","description":"<p>Update the credit limit of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;&#105;&#x6c;&#116;&#x6f;&#x3a;&#102;&#101;&#x6c;&#105;&#x78;&#x73;&#109;&#105;&#116;h&#64;e&#120;a&#109;p&#108;e.&#99;&#x6f;&#109;\">&#x66;e&#x6c;&#x69;&#120;&#x73;&#x6d;&#105;t&#x68;&#x40;&#x65;&#120;&#97;&#x6d;p&#108;&#x65;&#x2e;&#99;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerCreditLimit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["credit_limit"],"properties":{"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/system-views/{viewid}":{"get":{"tags":["View-System","View-Custom"],"summary":"Get System View","description":"<p>Get a single system view by its ID.</p>\n<p>System views are predefined views that apply to all accounts, such as:<br />\n- owner<br />\n- accountant<br />\n- auditor<br />\n- standard</p>\n<p>The view is returned with an <code>allowed_actions</code> array containing all permissions for that view.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allowed_actions\"><strong>allowed_actions</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>can_grant_access_to_views</strong></a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#\"><strong>can_revoke_access_to_views</strong></a>: can_revoke_access_to_views</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv6.0.0-getSystemViewById","parameters":[{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["short_name","is_firehose","hide_metadata_if_alias_used","is_system","description","is_public","metadata_view","can_revoke_access_to_views","view_id","alias","can_grant_access_to_views","allowed_actions"],"properties":{"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_firehose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"short_name":{"type":"string"},"is_firehose":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"is_system":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"view_id":{"type":"string"},"alias":{"type":"string"},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"allowed_actions":{"type":"array","items":{"type":"string"}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/entitlements/{entitlementid}":{"delete":{"tags":["Role","User","Entitlement"],"summary":"Delete Entitlement","description":"<p>Delete Entitlement specified by ENTITLEMENT_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Requires the CanDeleteEntitlementAtAnyBank role.</p>\n<p>This endpoint is idempotent - if the entitlement does not exist, it returns 204 No Content.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#entitlement_id\">ENTITLEMENT_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteEntitlement","parameters":[{"name":"entitlementid","in":"path","description":"The ENTITLEMENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/owner/transaction-request-types/{ethsendrawtransaction}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"CREATE TRANSACTION REQUEST (ETH_SEND_RAW_TRANSACTION )","description":"<p>Send ETH via Ethereum JSON-RPC.<br />\nAccountId should hold the 0x address for now.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ETH_SEND_RAW_TRANSACTION</a>: ETH_SEND_RAW_TRANSACTION</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>params</strong></a>: params</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv6.0.0-createTransactionRequestEthSendRawTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"ethsendrawtransaction","in":"path","description":"The ETHSENDRAWTRANSACTION identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","params"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"params":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"params":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/accounts/account-routing-regex-query":{"post":{"tags":["Account"],"summary":"Get Accounts by Account Routing Regex","description":"<p>This endpoint returns an array of accounts matching the provided routing scheme and the routing address regex.</p>\n<p>The <code>bank_id</code> field is optional.</p>\n<p>Example of account routing scheme: <code>IBAN</code>, <code>OBP</code>, <code>AccountNumber</code>, ...<br />\nExample of account routing address regex: <code>DE175.*</code>, <code>55897106215-[A-Z]{3}</code>, ...</p>\n<p>This endpoint can be used to retrieve multiples accounts matching a same account routing address pattern.<br />\nFor example, if you want to link multiple accounts having different currencies, you can create an account<br />\nwith <code>123456789-EUR</code> as Account Number and an other account with <code>123456789-USD</code> as Account Number.<br />\nSo we can identify the Account Number as <code>123456789</code>, so to get all the accounts with the same account number<br />\nand the different currencies, we can use this body in the request :</p>\n<pre><code>{\n   &quot;bank_id&quot;: &quot;BANK_ID&quot;,\n   &quot;account_routing&quot;: {\n       &quot;scheme&quot;: &quot;AccountNumber&quot;,\n       &quot;address&quot;: &quot;123456789-[A-Z]{3}&quot;\n   }\n}\n</code></pre>\n<p>This request will returns the accounts matching the routing address regex (<code>123456789-EUR</code> and <code>123456789-USD</code>).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#account_routing\"><strong>account_routing</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv4.0.0-getAccountsByAccountRoutingRegex","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_routing"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"account_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","tags","label","number","bank_id","owners","id","views_available","balance","account_attributes"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"label":{"type":"string"},"number":{"type":"string"},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}},"id":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/resource-docs/{apiversion}/obp":{"get":{"tags":["Documentation","API"],"summary":"Get Resource Docs","description":"<p>Get documentation about the RESTful resources on this server including example bodies for POST and PUT requests.</p>\n<p>This is the native data format used to document OBP endpoints. Each endpoint has a Resource Doc (a Scala case class) defined in the source code.</p>\n<p>This endpoint is used by OBP API Explorer to display and work with the API documentation.</p>\n<p>Most (but not all) fields are also available in swagger format. (The Swagger endpoint is built from Resource Docs.)</p>\n<p>API_VERSION is the version you want documentation about e.g. v3.0.0</p>\n<p>You may filter this endpoint with tags parameter e.g. ?tags=Account,Bank</p>\n<p>You may filter this endpoint with functions parameter e.g. ?functions=enableDisableConsumers,getConnectorMetrics</p>\n<p>For possible function values, see implemented_by.function in the JSON returned by this endpoint or the OBP source code or the footer of the API Explorer which produces a comma separated list of functions that reflect the server or filtering by API Explorer based on tags etc.</p>\n<p>You may filter this endpoint using the 'content' url parameter, e.g. ?content=dynamic<br />\nif set content=dynamic, only show dynamic endpoints, if content=static, only show the static endpoints. if omit this parameter, we will show all the endpoints.</p>\n<p>You may need some other language resource docs, now we support en_GB and es_ES at the moment.</p>\n<p>You can filter with api-collection-id, but api-collection-id can not be used with others together. If api-collection-id is used in URL, it will ignore all other parameters.</p>\n<p>See the Resource Doc endpoint for more information.</p>\n<p>Note: Dynamic Resource Docs are cached, TTL is 3600 seconds<br />\nStatic Resource Docs are cached, TTL is 3600 seconds</p>\n<p>Following are more examples:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp\">https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?tags=Account,Bank\">https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?tags=Account,Bank</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?functions=getBanks,bankById\">https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?functions=getBanks,bankById</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?locale=es_ES\">https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?locale=es_ES</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?content=static,dynamic,all\">https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?content=static,dynamic,all</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221\">https://apisandbox.openbankproject.com/obp/v4.0.0/resource-docs/v4.0.0/obp?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221</a></p>\n<ul>\n<li> operation_id is concatenation of \"v\", version and function and should be unique (used for DOM element IDs etc. maybe used to link to source code) </li>\n<li> version references the version that the API call is defined in.</li>\n<li> function is the (scala) partial function that implements this endpoint. It is unique per version of the API.</li>\n<li> request_url is empty for the root call, else the path. It contains the standard prefix (e.g. /obp) and the implemented version (the version where this endpoint was defined) e.g. /obp/v1.2.0/resource</li>\n<li> specified_url (recommended to use) is empty for the root call, else the path. It contains the standard prefix (e.g. /obp) and the version specified in the call e.g. /obp/v3.1.0/resource. In OBP, endpoints are first made available at the request_url, but the same resource (function call) is often made available under later versions (specified_url). To access the latest version of all endpoints use the latest version available on your OBP instance e.g. /obp/v3.1.0 - To get the original version use the request_url. We recommend to use the specified_url since non semantic improvements are more likely to be applied to later implementations of the call.</li>\n<li> summary is a short description inline with the swagger terminology. </li>\n<li> description may contain html markup (generated from markdown on the server).</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#api_version\">API_VERSION</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.4.0-getResourceDocsObpV400","parameters":[{"name":"apiversion","in":"path","description":"The APIVERSION identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/customers/{customerid}/customer-account-links":{"get":{"tags":["Customer"],"summary":"Get Customer Account Links by CUSTOMER_ID","description":"<p>Get Customer Account Links by CUSTOMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_account_link_id</strong></a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>links</strong></a>: links</p>\n<p><a href=\"/glossary#\"><strong>relationship_type</strong></a>: Owner</p>\n","operationId":"OBPv5.0.0-getCustomerAccountLinksByCustomerId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["links"],"properties":{"links":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_account_link_id","customer_id","bank_id","account_id","relationship_type"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_account_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"links":{"type":"array","items":{"type":"object","properties":{"customer_account_link_id":{"type":"string"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"},"relationship_type":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/{attributedefinitionid}/product":{"delete":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Delete Product Attribute Definition","description":"<p>Delete Product Attribute Definition by ATTRIBUTE_DEFINITION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#attribute_definition_id\">ATTRIBUTE_DEFINITION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteProductAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"attributedefinitionid","in":"path","description":"The ATTRIBUTEDEFINITIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/system-dynamic-entities/cascade/{dynamicentityid}":{"delete":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Delete System Level Dynamic Entity Cascade","description":"<p>Delete a DynamicEntity specified by DYNAMIC_ENTITY_ID and all its data records.</p>\n<p>This endpoint performs a cascade delete:<br />\n1. Automatically backs up the entity definition and all data records to a ZZ_BAK_ prefixed entity (e.g. my_entity is backed up to ZZ_BAK_my_entity). If a previous ZZ_BAK_ backup exists, it is overwritten.<br />\n2. Deletes all data records associated with the dynamic entity<br />\n3. Deletes the dynamic entity definition itself</p>\n<p>Note: Entities whose name already starts with ZZ_BAK_ are not backed up again (to avoid infinite backup chains).</p>\n<p>This operation is only allowed for non-personal entities (hasPersonalEntity=false).<br />\nFor personal entities (hasPersonalEntity=true), you must delete the records and definition separately.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a>/</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-deleteSystemDynamicEntityCascade","parameters":[{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/root":{"get":{"tags":["API"],"summary":"Get API Info (root)","description":"<p>Returns information about:</p>\n<ul>\n<li>API version</li>\n<li>Hosted by information</li>\n<li>Hosted at information</li>\n<li>Energy source information</li>\n<li>Git Commit</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Connector\"><strong>connector</strong></a>: connector</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;&#x6c;&#x74;o:&#102;e&#108;&#105;&#120;&#115;&#109;&#x69;&#116;h&#x40;&#x65;x&#97;&#109;&#x70;&#108;e&#x2e;&#x63;&#111;&#x6d;\">&#102;&#x65;&#x6c;&#x69;&#120;&#x73;m&#105;&#116;h&#x40;&#101;&#x78;&#x61;m&#x70;&#x6c;&#x65;&#46;&#x63;&#111;&#109;</a></p>\n<p><a href=\"/glossary#energy_source\"><strong>energy_source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>git_commit</strong></a>: 59623811dd8a41f6ffe67be46954eee11913dc28</p>\n<p><a href=\"/glossary#hosted_at\"><strong>hosted_at</strong></a>:</p>\n<p><a href=\"/glossary#hosted_by\"><strong>hosted_by</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>hostname</strong></a>: hostname</p>\n<p><a href=\"/glossary#\"><strong>local_identity_provider</strong></a>: local_identity_provider</p>\n<p><a href=\"/glossary#organisation\"><strong>organisation</strong></a>:</p>\n<p><a href=\"/glossary#organisation_website\"><strong>organisation_website</strong></a>:</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>resource_docs_requires_role</strong></a>: resource_docs_requires_role</p>\n<p><a href=\"/glossary#version\"><strong>version</strong></a>:</p>\n<p><a href=\"/glossary#version_status\"><strong>version_status</strong></a>:</p>\n","operationId":"OBPv6.0.0-root","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["hosted_at","local_identity_provider","git_commit","hosted_by","connector","hostname","resource_docs_requires_role","version","energy_source","version_status"],"properties":{"local_identity_provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"resource_docs_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hostname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hosted_at":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["organisation_website","organisation"],"properties":{"organisation_website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"organisation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"connector":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"energy_source":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["organisation","organisation_website"],"properties":{"organisation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"organisation_website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"hosted_by":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["organisation","phone","email","organisation_website"],"properties":{"organisation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"organisation_website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"git_commit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"hosted_at":{"type":"object","properties":{"organisation_website":{"type":"string"},"organisation":{"type":"string"}}},"local_identity_provider":{"type":"string"},"git_commit":{"type":"string"},"hosted_by":{"type":"object","properties":{"organisation":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"},"organisation_website":{"type":"string"}}},"connector":{"type":"string"},"hostname":{"type":"string"},"resource_docs_requires_role":{"type":"boolean"},"version":{"type":"string"},"energy_source":{"type":"object","properties":{"organisation":{"type":"string"},"organisation_website":{"type":"string"}}},"version_status":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v2.0.0/users/{userid}/entitlements":{"post":{"tags":["Role","Entitlement","User"],"summary":"Add Entitlement for a User","description":"<p>Create Entitlement. Grant Role to User.</p>\n<p>Entitlements are used to grant System or Bank level roles to Users. (For Account level privileges, see Views)</p>\n<p>For a System level Role (.e.g CanGetAnyUser), set bank_id to an empty string i.e. &quot;bank_id&quot;:&quot;&quot;</p>\n<p>For a Bank level Role (e.g. CanCreateAccount), set bank_id to a valid value e.g. &quot;bank_id&quot;:&quot;my-bank-id&quot;</p>\n<p>Authentication is required and the user needs to be a Super Admin. Super Admins are listed in the Props file.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n","operationId":"OBPv2.0.0-addEntitlement","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/retail-customers/{customerid}":{"get":{"tags":["Retail-Customer","Customer"],"summary":"Get Retail Customer by CUSTOMER_ID","description":"<p>Gets the Retail Customer specified by CUSTOMER_ID.</p>\n<p>Returns 404 if the customer exists but is not of type INDIVIDUAL.<br />\nUse the generic /customers/CUSTOMER_ID endpoint for any customer type.</p>\n<p><strong>Date Format:</strong><br />\ndate_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong></p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#x69;&#x6c;&#x74;&#x6f;&#58;&#x66;eli&#120;&#x73;&#109;&#x69;&#x74;&#x68;@e&#x78;&#x61;&#109;p&#108;&#101;.&#x63;&#111;&#x6d;\">&#102;&#x65;&#108;&#105;&#x78;&#115;&#109;&#105;&#x74;&#x68;&#64;ex&#97;&#x6d;&#x70;l&#101;&#x2e;&#x63;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getRetailCustomerByCustomerId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","date_of_birth","customer_attributes","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status","last_ok_date"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"date_of_birth":{"type":"string","format":"date-time"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"},"last_ok_date":{"type":"string","format":"date-time"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/customer_cars":{"get":{"tags":["_Customer_cars","Dynamic-Entity","Dynamic"],"summary":"Get customer_cars List","description":"<p>Get customer_cars List.</p>\n<p>The car the customer arrived in</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>customer_identifier: description of <strong>customer_identifier</strong> field, can be markdown text.</li>\n<li>manufacturer: description of <strong>manufacturer</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;customer_cars&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /customer_cars?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getcustomer_carsList_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars_list"],"properties":{"customer_cars_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars_id","customer_identifier","manufacturer"],"properties":{"customer_cars_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customer_cars_list":{"type":"array","items":{"type":"object","properties":{"customer_cars_id":{"type":"string"},"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_Customer_cars","Dynamic-Entity","Dynamic"],"summary":"Create new customer_cars","description":"<p>Create new customer_cars.</p>\n<p>The car the customer arrived in</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>customer_identifier: description of <strong>customer_identifier</strong> field, can be markdown text.</li>\n<li>manufacturer: description of <strong>manufacturer</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;customer_cars&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createcustomer_cars_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_identifier","manufacturer"],"properties":{"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars"],"properties":{"customer_cars":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars_id","customer_identifier","manufacturer"],"properties":{"customer_cars_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"customer_cars":{"type":"object","properties":{"customer_cars_id":{"type":"string"},"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/endpoints/{operationid}/tags":{"get":{"tags":["API"],"summary":"Get Bank Level Endpoint Tags","description":"<p>Get Bank Level Endpoint Tags.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>endpoint_tag_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n","operationId":"OBPv4.0.0-getBankLevelEndpointTags","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["head","tl"],"properties":{"head":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","tag_name","bank_id","endpoint_tag_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"endpoint_tag_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tl":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}},"example":{"type":"object","properties":{"head":{"type":"object","properties":{"operation_id":{"type":"string"},"tag_name":{"type":"string"},"bank_id":{"type":"string"},"endpoint_tag_id":{"type":"string"}}},"tl":{"type":"object","properties":{}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["API"],"summary":"Create Bank Level Endpoint Tag","description":"<p>Create Bank Level Endpoint Tag</p>\n<p>Note: Resource Docs are cached, TTL is 3600 seconds</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>endpoint_tag_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n","operationId":"OBPv4.0.0-createBankLevelEndpointTag","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tag_name"],"properties":{"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tag_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","tag_name","bank_id","endpoint_tag_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"endpoint_tag_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"tag_name":{"type":"string"},"bank_id":{"type":"string"},"endpoint_tag_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consumers/{consumerid}/consumer/rate-limits":{"get":{"tags":["Consumer"],"summary":"Get Rate Limits for a Consumer","description":"<p>Get Calls limits per Consumer.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>created_at</strong></a>: created_at</p>\n<p><a href=\"/glossary#from_date\"><strong>from_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#\"><strong>limits</strong></a>: limits</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rate_limiting_id</strong></a>: rate_limiting_id</p>\n<p><a href=\"/glossary#to_date\"><strong>to_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#\"><strong>updated_at</strong></a>: updated_at</p>\n","operationId":"OBPv5.1.0-getCallsLimit","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["limits"],"properties":{"limits":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","updated_at","rate_limiting_id","created_at","per_second_call_limit","per_week_call_limit","per_day_call_limit","per_minute_call_limit","per_month_call_limit","per_hour_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"rate_limiting_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_at":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"updated_at":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"limits":{"type":"array","items":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"rate_limiting_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"per_second_call_limit":{"type":"string"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"per_minute_call_limit":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/transaction":{"get":{"tags":["Transaction"],"summary":"Get Transaction by Id","description":"<p>Returns one transaction specified by TRANSACTION_ID of the account ACCOUNT_ID and <a href=\"#1_2_1-getViewsForBankAccount\">moderated</a> by the view (VIEW_ID).</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#comments\"><strong>comments</strong></a>:</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#holders\"><strong>holders</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#images\"><strong>images</strong></a>:</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#narrative\"><strong>narrative</strong></a>:</p>\n<p><a href=\"/glossary#new_balance\"><strong>new_balance</strong></a>: 20</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#other_account\"><strong>other_account</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#this_account\"><strong>this_account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#transaction_attributes\"><strong>transaction_attributes</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#where\"><strong>where</strong></a>:</p>\n","operationId":"OBPv3.1.0-getTransactionByIdForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metadata","details","transaction_attributes","this_account","id","other_account"],"properties":{"this_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","bank_routing","holders","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"holders":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","description","posted","new_balance","completed","value"],"properties":{"new_balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["narrative","tags","comments","images","where"],"properties":{"narrative":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"where":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"images":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL","id","date","user","label"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"comments":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"other_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","metadata","bank_routing","holder","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"transaction_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"metadata":{"type":"object","properties":{"narrative":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"comments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"images":{"type":"array","items":{"type":"object","properties":{"URL":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}},"label":{"type":"string"}}}},"where":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}},"details":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"},"posted":{"type":"string","format":"date-time"},"new_balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"completed":{"type":"string","format":"date-time"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_attributes":{"type":"array","items":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"this_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holders":{"type":"array","items":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}}},"id":{"type":"string"}}},"id":{"type":"string"},"other_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"metadata":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}},"id":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/consumers/{consumerid}/consumer/call-limits":{"get":{"tags":["Consumer"],"summary":"Get Rate Limits for a Consumer","description":"<p>Get Rate Limits per Consumer.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#calls_made\">calls_made</a>: 50</p>\n<p><a href=\"/glossary#current_state\">current_state</a>:</p>\n<p><a href=\"/glossary#per_day\">per_day</a>: 4000</p>\n<p><a href=\"/glossary#per_hour\">per_hour</a>:</p>\n<p><a href=\"/glossary#per_minute\">per_minute</a>:</p>\n<p><a href=\"/glossary#per_month\">per_month</a>: 500</p>\n<p><a href=\"/glossary#per_second\">per_second</a>: 1000</p>\n<p><a href=\"/glossary#per_week\">per_week</a>: 50000</p>\n<p><a href=\"/glossary#reset_in_seconds\">reset_in_seconds</a>:</p>\n","operationId":"OBPv3.1.0-getCallsLimit","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["current_state","per_week_call_limit","per_day_call_limit","per_second_call_limit","per_month_call_limit","per_hour_call_limit","per_minute_call_limit"],"properties":{"current_state":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["per_week","per_day","per_minute","per_month","per_second","per_hour"],"properties":{"per_week":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_in_seconds","calls_made"],"properties":{"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_second":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_in_seconds","calls_made"],"properties":{"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_month":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_in_seconds","calls_made"],"properties":{"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_day":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_in_seconds","calls_made"],"properties":{"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_minute":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_in_seconds","calls_made"],"properties":{"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_hour":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reset_in_seconds","calls_made"],"properties":{"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"current_state":{"type":"object","properties":{"per_week":{"type":"object","properties":{"reset_in_seconds":{"type":"integer"},"calls_made":{"type":"integer"}}},"per_day":{"type":"object","properties":{"reset_in_seconds":{"type":"integer"},"calls_made":{"type":"integer"}}},"per_minute":{"type":"object","properties":{"reset_in_seconds":{"type":"integer"},"calls_made":{"type":"integer"}}},"per_month":{"type":"object","properties":{"reset_in_seconds":{"type":"integer"},"calls_made":{"type":"integer"}}},"per_second":{"type":"object","properties":{"reset_in_seconds":{"type":"integer"},"calls_made":{"type":"integer"}}},"per_hour":{"type":"object","properties":{"reset_in_seconds":{"type":"integer"},"calls_made":{"type":"integer"}}}}},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"per_second_call_limit":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"per_minute_call_limit":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/consumers/current":{"get":{"tags":["Consumer","API"],"summary":"Get Current Consumer","description":"<p>Returns the consumer_id of the current authenticated consumer.</p>\n<p>This endpoint requires authentication via:<br />\n* User authentication (OAuth, DirectLogin, etc.) - returns the consumer associated with the user's session<br />\n* Consumer/Client authentication - returns the consumer credentials being used</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>active_at_date</strong></a>: active_at_date</p>\n<p><a href=\"/glossary#\"><strong>active_per_day_rate_limit</strong></a>: active_per_day_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_hour_rate_limit</strong></a>: active_per_hour_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_minute_rate_limit</strong></a>: active_per_minute_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_month_rate_limit</strong></a>: active_per_month_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_second_rate_limit</strong></a>: active_per_second_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_week_rate_limit</strong></a>: active_per_week_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_rate_limits</strong></a>: active_rate_limits</p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>call_counters</strong></a>: call_counters</p>\n<p><a href=\"/glossary#\"><strong>considered_rate_limit_ids</strong></a>: considered_rate_limit_ids</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#per_day\"><strong>per_day</strong></a>: 4000</p>\n<p><a href=\"/glossary#per_hour\"><strong>per_hour</strong></a>:</p>\n<p><a href=\"/glossary#per_minute\"><strong>per_minute</strong></a>:</p>\n<p><a href=\"/glossary#per_month\"><strong>per_month</strong></a>: 500</p>\n<p><a href=\"/glossary#per_second\"><strong>per_second</strong></a>: 1000</p>\n<p><a href=\"/glossary#per_week\"><strong>per_week</strong></a>: 50000</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#calls_made\">calls_made</a>: 50</p>\n<p><a href=\"/glossary#reset_in_seconds\">reset_in_seconds</a>:</p>\n","operationId":"OBPv6.0.0-getCurrentConsumer","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["app_name","description","consumer_id","call_counters","app_type","active_rate_limits"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_rate_limits":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["active_per_minute_rate_limit","active_per_hour_rate_limit","active_per_day_rate_limit","active_per_second_rate_limit","considered_rate_limit_ids","active_at_date","active_per_week_rate_limit","active_per_month_rate_limit"],"properties":{"active_at_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"active_per_second_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_day_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_week_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"considered_rate_limit_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"active_per_minute_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_month_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_hour_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"call_counters":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["per_month","per_hour","per_week","per_second","per_minute","per_day"],"properties":{"per_week":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_second":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_month":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_day":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_minute":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_hour":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"app_name":{"type":"string"},"description":{"type":"string"},"consumer_id":{"type":"string"},"call_counters":{"type":"object","properties":{"per_month":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_hour":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_week":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_second":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_minute":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_day":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}}}},"app_type":{"type":"string"},"active_rate_limits":{"type":"object","properties":{"active_per_minute_rate_limit":{"type":"integer"},"active_per_hour_rate_limit":{"type":"integer"},"active_per_day_rate_limit":{"type":"integer"},"active_per_second_rate_limit":{"type":"integer"},"considered_rate_limit_ids":{"type":"array","items":{"type":"string"}},"active_at_date":{"type":"string","format":"date-time"},"active_per_week_rate_limit":{"type":"integer"},"active_per_month_rate_limit":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/branches":{"get":{"tags":["Branch","Bank"],"summary":"Get Branches for a Bank","description":"<p>Returns information about branches for a single bank specified by BANK_ID including:</p>\n<ul>\n<li>Name</li>\n<li>Address</li>\n<li>Geo Location</li>\n<li>License the data under this endpoint is released under</li>\n<li>Structured opening hours</li>\n<li>Accessible flag</li>\n<li>Branch Type</li>\n<li>More Info</li>\n</ul>\n<p>Pagination:</p>\n<p>By default, 50 records are returned.</p>\n<p>You can use the url query parameters <em>limit</em> and <em>offset</em> for pagination<br />\nYou can also use the follow url query parameters:</p>\n<ul>\n<li>\n<p>city - string, find Branches those in this city, optional</p>\n</li>\n<li>\n<p>withinMetersOf - number, find Branches within given meters distance, optional</p>\n</li>\n<li>nearLatitude - number, a position of latitude value, cooperate with withMetersOf do query filter, optional</li>\n<li>nearLongitude - number, a position of longitude value, cooperate with withMetersOf do query filter, optional</li>\n</ul>\n<p>note: withinMetersOf, nearLatitude and nearLongitude either all empty or all have value.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessiblefeatures\"><strong>accessibleFeatures</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_routing\"><strong>branch_routing</strong></a>:</p>\n<p><a href=\"/glossary#branch_type\"><strong>branch_type</strong></a>:</p>\n<p><a href=\"/glossary#branches\"><strong>branches</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#drive_up\"><strong>drive_up</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#lobby\"><strong>lobby</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone_number\"><strong>phone_number</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n","operationId":"OBPv3.0.0-getBranches","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["branches"],"properties":{"branches":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accessibleFeatures","more_info","branch_type","name","bank_id","location","id","is_accessible","address","drive_up","branch_routing","meta","phone_number","lobby"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["latitude","longitude"],"properties":{"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"drive_up":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["friday","monday","saturday","thursday","tuesday","wednesday","sunday"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"lobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["saturday","tuesday","monday","friday","sunday","wednesday","thursday"],"properties":{"sunday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tuesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"wednesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"monday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"friday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"thursday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"saturday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"accessibleFeatures":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","county","postcode","line_1","line_2","line_3","state","country_code"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"branches":{"type":"array","items":{"type":"object","properties":{"accessibleFeatures":{"type":"string"},"more_info":{"type":"string"},"branch_type":{"type":"string"},"name":{"type":"string"},"bank_id":{"type":"string"},"location":{"type":"object","properties":{"latitude":{"type":"number"},"longitude":{"type":"number"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"county":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"}}},"drive_up":{"type":"object","properties":{"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}},"branch_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"phone_number":{"type":"string"},"lobby":{"type":"object","properties":{"saturday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"tuesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"monday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"friday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"sunday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"wednesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"thursday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Branch"],"summary":"Create Branch","description":"<p>Create Branch for the Bank.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#accessiblefeatures\"><strong>accessibleFeatures</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_routing\"><strong>branch_routing</strong></a>:</p>\n<p><a href=\"/glossary#branch_type\"><strong>branch_type</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#drive_up\"><strong>drive_up</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#lobby\"><strong>lobby</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone_number\"><strong>phone_number</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessiblefeatures\"><strong>accessibleFeatures</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_routing\"><strong>branch_routing</strong></a>:</p>\n<p><a href=\"/glossary#branch_type\"><strong>branch_type</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#drive_up\"><strong>drive_up</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#lobby\"><strong>lobby</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone_number\"><strong>phone_number</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n","operationId":"OBPv3.0.0-createBranch","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accessibleFeatures","more_info","branch_type","name","bank_id","location","id","is_accessible","address","drive_up","branch_routing","meta","phone_number","lobby"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["latitude","longitude"],"properties":{"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"drive_up":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["friday","monday","saturday","thursday","tuesday","wednesday","sunday"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"lobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["saturday","tuesday","monday","friday","sunday","wednesday","thursday"],"properties":{"sunday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tuesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"wednesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"monday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"friday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"thursday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"saturday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"accessibleFeatures":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","county","postcode","line_1","line_2","line_3","state","country_code"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"accessibleFeatures":{"type":"string"},"more_info":{"type":"string"},"branch_type":{"type":"string"},"name":{"type":"string"},"bank_id":{"type":"string"},"location":{"type":"object","properties":{"latitude":{"type":"number"},"longitude":{"type":"number"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"county":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"}}},"drive_up":{"type":"object","properties":{"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}},"branch_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"phone_number":{"type":"string"},"lobby":{"type":"object","properties":{"saturday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"tuesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"monday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"friday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"sunday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"wednesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"thursday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accessibleFeatures","more_info","branch_type","name","bank_id","location","id","is_accessible","address","drive_up","branch_routing","meta","phone_number","lobby"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["latitude","longitude"],"properties":{"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"drive_up":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["friday","monday","saturday","thursday","tuesday","wednesday","sunday"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"lobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["saturday","tuesday","monday","friday","sunday","wednesday","thursday"],"properties":{"sunday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tuesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"wednesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"monday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"friday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"thursday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"saturday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"accessibleFeatures":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","county","postcode","line_1","line_2","line_3","state","country_code"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"accessibleFeatures":{"type":"string"},"more_info":{"type":"string"},"branch_type":{"type":"string"},"name":{"type":"string"},"bank_id":{"type":"string"},"location":{"type":"object","properties":{"latitude":{"type":"number"},"longitude":{"type":"number"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"county":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"}}},"drive_up":{"type":"object","properties":{"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}},"branch_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"phone_number":{"type":"string"},"lobby":{"type":"object","properties":{"saturday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"tuesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"monday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"friday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"sunday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"wednesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"thursday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/authentication-type-validations/{operationid}":{"get":{"tags":["Authentication-Type-Validation"],"summary":"Get an Authentication Type Validation","description":"<p>Get an Authentication Type Validation by operation_id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-getAuthenticationTypeValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authTypes","operationId"],"properties":{"authTypes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"authTypes":{"type":"array","items":{"type":"object","properties":{}}},"operationId":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Authentication-Type-Validation"],"summary":"Update an Authentication Type Validation","description":"<p>Update an Authentication Type Validation.</p>\n<p>Please supply allowed authentication types.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-updateAuthenticationTypeValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["head","tl"],"properties":{"head":{"type":"object","required":["type","enum"],"properties":{"type":{"type":"string"},"enum":{"type":"array","items":{"type":"string"}}}},"tl":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}}}},"example":{"type":"object","properties":{"head":{"type":"string","enum":["DirectLogin","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI","Anonymous"]},"tl":{"type":"array","items":{"type":"object","properties":{}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authTypes","operationId"],"properties":{"authTypes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"authTypes":{"type":"array","items":{"type":"object","properties":{}}},"operationId":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Authentication-Type-Validation"],"summary":"Create an Authentication Type Validation","description":"<p>Create an Authentication Type Validation.</p>\n<p>Please supply allowed authentication types.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-createAuthenticationTypeValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["head","tl"],"properties":{"head":{"type":"object","required":["type","enum"],"properties":{"type":{"type":"string"},"enum":{"type":"array","items":{"type":"string"}}}},"tl":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}}}},"example":{"type":"object","properties":{"head":{"type":"string","enum":["DirectLogin","GatewayLogin","DAuth","OAuth2_OIDC","OAuth2_OIDC_FAPI","Anonymous"]},"tl":{"type":"array","items":{"type":"object","properties":{}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["authTypes","operationId"],"properties":{"authTypes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"authTypes":{"type":"array","items":{"type":"object","properties":{}}},"operationId":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Authentication-Type-Validation"],"summary":"Delete an Authentication Type Validation","description":"<p>Delete an Authentication Type Validation by operation_id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteAuthenticationTypeValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/identity":{"put":{"tags":["Customer"],"summary":"Update the identity data of a Customer","description":"<p>Update the identity data of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#102;e&#108;&#105;x&#x73;&#109;i&#x74;&#x68;&#x40;&#101;x&#97;mp&#x6c;&#101;&#46;&#x63;&#x6f;&#x6d;\">&#x66;&#101;l&#x69;xs&#x6d;&#105;t&#x68;@&#101;&#120;a&#109;&#112;&#108;&#101;.&#x63;o&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerIdentity","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name_suffix","legal_name","title","date_of_birth"],"properties":{"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/customer-account-links":{"post":{"tags":["Customer","Account"],"summary":"Create Customer Account Link","description":"<p>Link a Customer to a Account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>relationship_type</strong></a>: Owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_account_link_id</strong></a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>relationship_type</strong></a>: Owner</p>\n","operationId":"OBPv5.0.0-createCustomerAccountLink","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","bank_id","account_id","relationship_type"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_id":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"},"relationship_type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_account_link_id","customer_id","bank_id","account_id","relationship_type"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_account_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_account_link_id":{"type":"string"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"},"relationship_type":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/dynamic-entities":{"get":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Get My Dynamic Entities","description":"<p>Get all Dynamic Entity definitions I created.</p>\n<p>This v6.0.0 endpoint returns a cleaner response format with:<br />\n* snake_case field names (dynamic_entity_id, user_id, bank_id, has_personal_entity)<br />\n* An explicit entity_name field instead of using the entity name as a dynamic JSON key<br />\n* The entity schema in a separate definition object</p>\n<p>For more information see <a href=\"/glossary#My-Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-getMyDynamicEntities","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entities"],"properties":{"dynamic_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access","_links"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_links":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["related"],"properties":{"related":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rel","href","method"],"properties":{"rel":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"href":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_entities":{"type":"array","items":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"type":{"type":"string"}}},"language":{"type":"object","properties":{"type":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"},"_links":{"type":"object","properties":{"related":{"type":"array","items":{"type":"object","properties":{"rel":{"type":"string"},"href":{"type":"string"},"method":{"type":"string"}}}}}}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/tax-residence":{"post":{"tags":["Customer","KYC"],"summary":"Create Tax Residence","description":"<p>Create a Tax Residence for a Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#domain\"><strong>domain</strong></a>:</p>\n<p><a href=\"/glossary#tax_number\"><strong>tax_number</strong></a>: 456</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#domain\"><strong>domain</strong></a>:</p>\n<p><a href=\"/glossary#tax_number\"><strong>tax_number</strong></a>: 456</p>\n<p><a href=\"/glossary#tax_residence_id\"><strong>tax_residence_id</strong></a>:</p>\n","operationId":"OBPv3.1.0-createTaxResidence","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tax_number","domain"],"properties":{"tax_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"domain":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tax_number":{"type":"string"},"domain":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tax_number","domain","tax_residence_id"],"properties":{"tax_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"domain":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tax_residence_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tax_number":{"type":"string"},"domain":{"type":"string"},"tax_residence_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/private":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Accounts at Bank (Minimal)","description":"<p>Returns the minimal list of private accounts at BANK_ID that the user has access to.<br />\nFor each account, the API returns the ID, routing addresses and the views available to the current user.</p>\n<p>If you want to see more information on the Views, use the Account Detail call.</p>\n<p>optional request parameters:</p>\n<ul>\n<li>account_type_filter: one or many accountType value, split by comma</li>\n<li>account_type_filter_operation: the filter type of account_type_filter, value must be INCLUDE or EXCLUDE</li>\n</ul>\n<p>whole url example:<br />\n/banks/BANK_ID/accounts/private?account_type_filter=330,CURRENT+PLUS&amp;account_type_filter_operation=INCLUDE</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_type</strong></a>: AC</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n","operationId":"OBPv3.0.0-privateAccountsAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","account_type","bank_id","id","views","label"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","is_public","short_name","id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"account_type":{"type":"string"},"bank_id":{"type":"string"},"id":{"type":"string"},"views":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"is_public":{"type":"boolean"},"short_name":{"type":"string"},"id":{"type":"string"}}}},"label":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/api-products/{apiproductcode}/attribute":{"post":{"tags":["API","Api-Product-Attribute"],"summary":"Create Api Product Attribute","description":"<p>Create an Api Product Attribute.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-createApiProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","is_active","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-policies/{policy}/execute":{"post":{"tags":["ABAC"],"summary":"Execute ABAC Policy","description":"<p>Execute all ABAC rules in a policy to test access control.</p>\n<p>This endpoint executes all active rules that belong to the specified policy.<br />\nThe policy uses OR logic - access is granted if at least one rule passes.</p>\n<p>This allows you to test a complete policy with specific context (authenticated user, bank, account, transaction, customer, etc.).</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference<br />\n- <a href=\"/glossary#ABAC_Testing_Examples\">here</a> - Testing examples and patterns</p>\n<p>You can provide optional IDs in the request body to test the policy with specific context.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">POLICY</a>: POLICY</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\">account_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">authenticated_user_id</a>: authenticated_user_id</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">customer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">on_behalf_of_user_id</a>: on_behalf_of_user_id</p>\n<p><a href=\"/glossary#\">transaction_id</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\">transaction_request_id</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><a href=\"/glossary#\">user_id</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\">view_id</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#result\"><strong>result</strong></a>:</p>\n","operationId":"OBPv6.0.0-executeAbacPolicy","parameters":[{"name":"policy","in":"path","description":"The POLICY identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","bank_id","authenticated_user_id","transaction_id","view_id","on_behalf_of_user_id","user_id","account_id","transaction_request_id"],"properties":{"transaction_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"on_behalf_of_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"authenticated_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_id":{"type":"string"},"bank_id":{"type":"string"},"authenticated_user_id":{"type":"string"},"transaction_id":{"type":"string"},"view_id":{"type":"string"},"on_behalf_of_user_id":{"type":"string"},"user_id":{"type":"string"},"account_id":{"type":"string"},"transaction_request_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["result"],"properties":{"result":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"result":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/banks/{bankid}/dynamic-entities/{dynamicentityid}":{"put":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Update Bank Level Dynamic Entity","description":"<p>Update a bank level Dynamic Entity.</p>\n<p>This v6.0.0 endpoint accepts and returns snake_case field names with an explicit <code>entity_name</code> field.</p>\n<p><strong>Request format:</strong></p>\n<pre><code class=\"language-json\">{\n  &quot;entity_name&quot;: &quot;customer_preferences&quot;,\n  &quot;has_personal_entity&quot;: true,\n  &quot;has_public_access&quot;: false,\n  &quot;has_community_access&quot;: false,\n  &quot;personal_requires_role&quot;: false,\n  &quot;schema&quot;: {\n    &quot;description&quot;: &quot;User preferences updated&quot;,\n    &quot;required&quot;: [&quot;theme&quot;],\n    &quot;properties&quot;: {\n      &quot;theme&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 1, &quot;maxLength&quot;: 20, &quot;example&quot;: &quot;dark&quot;, &quot;description&quot;: &quot;The UI theme preference&quot;},\n      &quot;language&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 2, &quot;maxLength&quot;: 5, &quot;example&quot;: &quot;en&quot;, &quot;description&quot;: &quot;ISO language code&quot;},\n      &quot;notifications_enabled&quot;: {&quot;type&quot;: &quot;boolean&quot;, &quot;example&quot;: &quot;true&quot;, &quot;description&quot;: &quot;Whether to send notifications&quot;}\n    }\n  }\n}\n</code></pre>\n<p><strong>Note:</strong><br />\n* The <code>entity_name</code> must be lowercase with underscores (snake_case), e.g. <code>customer_preferences</code>. No uppercase letters or spaces allowed.<br />\n* Each property can optionally include <code>description</code> (markdown text), and for string types: <code>minLength</code> and <code>maxLength</code>.<br />\n* Set <code>has_public_access</code> to <code>true</code> to generate read-only public endpoints (GET only, no authentication required) under <code>/public/</code>.<br />\n* Set <code>has_community_access</code> to <code>true</code> to generate read-only community endpoints (GET only, authentication required + CanGet role) under <code>/community/</code>. Community endpoints return ALL records (personal + non-personal from all users).<br />\n* Set <code>personal_requires_role</code> to <code>true</code> to require the corresponding role (e.g. CanCreateDynamicEntity_, CanGetDynamicEntity_) for <code>/my/</code> personal entity endpoints. Default is <code>false</code> (any authenticated user can use <code>/my/</code> endpoints).</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-updateBankLevelDynamicEntity","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","has_personal_entity","entity_name","has_public_access"],"properties":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language","notifications_enabled"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notifications_enabled":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example","description"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}},"notifications_enabled":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"},"description":{"type":"string"}}}}}}},"has_personal_entity":{"type":"boolean"},"entity_name":{"type":"string"},"has_public_access":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","bank_id","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language","notifications_enabled"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notifications_enabled":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example","description"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}},"notifications_enabled":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"},"description":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"bank_id":{"type":"string"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/email-validation":{"post":{"tags":["User"],"summary":"Validate User Email","description":"<p>Validate a user's email address using the JWT token sent via email.</p>\n<p>This endpoint is called anonymously (no authentication required).</p>\n<p>When a user signs up and email validation is enabled (authUser.skipEmailValidation=false),<br />\nthey receive an email with a validation link containing a signed JWT token.</p>\n<p>This endpoint:<br />\n- Verifies the JWT signature and checks expiry<br />\n- Extracts the unique ID from the JWT subject<br />\n- Sets the user's validated status to true<br />\n- Resets the unique ID token (invalidating the link)<br />\n- Grants default entitlements to the user</p>\n<p><strong>Important: This is a single-use token.</strong> Once the email is validated, the token is invalidated.<br />\nAny subsequent attempts to use the same token will return a 404 error (UserNotFoundByToken or UserAlreadyValidated).</p>\n<p>The token is a signed JWT with a configurable expiry (default: 1440 minutes / 24 hours).<br />\nThe server-side expiry can be configured with the <code>email_validation_token_expiry_minutes</code> property.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#token\"><strong>token</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#x69;&#x6c;&#116;&#111;:f&#101;&#108;&#x69;&#120;&#x73;m&#x69;&#116;&#x68;&#64;&#101;&#x78;&#97;&#109;p&#108;&#x65;&#46;&#99;o&#x6d;\">&#102;&#101;&#108;&#x69;x&#115;&#109;&#105;&#116;&#x68;@&#101;&#x78;&#97;&#109;pl&#101;&#46;&#99;o&#109;</a></p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>validated</strong></a>: validated</p>\n","operationId":"OBPv6.0.0-validateUserEmail","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["token"],"properties":{"token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"token":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","message","username","validated","user_id","provider"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"validated":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"message":{"type":"string"},"username":{"type":"string"},"validated":{"type":"boolean"},"user_id":{"type":"string"},"provider":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/banks/{bankid}/accounts/{accountid}/views":{"post":{"tags":["View-Custom","Account"],"summary":"Create Custom View (Management)","description":"<p>Create a custom view on a bank account via management endpoint.</p>\n<p>This is a <strong>management endpoint</strong> that requires the <code>CanCreateCustomView</code> role (entitlement).</p>\n<p>This endpoint provides a simpler, role-based authorization model compared to the original<br />\nv3.0.0 endpoint which requires view-level permissions. Use this endpoint when you want to<br />\ngrant view creation ability through direct role assignment rather than through view access.</p>\n<p>For the original endpoint that checks account-level view permissions, see:<br />\nPOST /obp/v3.0.0/banks/BANK_ID/accounts/ACCOUNT_ID/views</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The 'alias' field in the JSON can take one of three values:</p>\n<ul>\n<li><em>public</em>: to use the public alias if there is one specified for the other account.</li>\n<li><em>private</em>: to use the private alias if there is one specified for the other account.</li>\n<li>\n<p><em>''(empty string)</em>: to use no alias; the view shows the real name of the other account.</p>\n</li>\n</ul>\n<p>The 'hide_metadata_if_alias_used' field in the JSON can take boolean values. If it is set to <code>true</code> and there is an alias on the other account then the other accounts' metadata (like more_info, url, image_url, open_corporates_url, etc.) will be hidden. Otherwise the metadata will be shown.</p>\n<p>The 'allowed_actions' field is a list containing the name of the actions allowed on this view, all the actions contained will be set to <code>true</code> on the view creation, the rest will be set to <code>false</code>.</p>\n<p>You MUST use a leading _ (underscore) in the view name because other view names are reserved for OBP <a href=\"/index#group-View-System\">system views</a>.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#allowed_actions\"><strong>allowed_actions</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#which_alias_to_use\"><strong>which_alias_to_use</strong></a>: public</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv6.0.0-createCustomViewManagement","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["hide_metadata_if_alias_used","name","description","is_public","metadata_view","which_alias_to_use","allowed_actions"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"hide_metadata_if_alias_used":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"which_alias_to_use":{"type":"string"},"allowed_actions":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/standing-order":{"post":{"tags":["Standing-Order","Account"],"summary":"Create Standing Order","description":"<p>Create standing order for an account.</p>\n<p>when -&gt; frequency = {‘YEARLY’,’MONTHLY, ‘WEEKLY’, ‘BI-WEEKLY’, DAILY’}<br />\nwhen -&gt; detail = { ‘FIRST_MONDAY’, ‘FIRST_DAY’, ‘LAST_DAY’}}</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#detail\"><strong>detail</strong></a>:</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\">date_expires</a>: 2021-01-27</p>\n<p><a href=\"/glossary#\">date_signed</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#active\"><strong>active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_cancelled</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_expires</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_signed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#detail\"><strong>detail</strong></a>:</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#standing_order_id\"><strong>standing_order_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n","operationId":"OBPv4.0.0-createStandingOrder","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_expires","date_starts","customer_id","counterparty_id","when","date_signed","amount","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["frequency","detail"],"properties":{"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"detail":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"date_expires":{"type":"string","format":"date-time"},"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"counterparty_id":{"type":"string"},"when":{"type":"object","properties":{"frequency":{"type":"string"},"detail":{"type":"string"}}},"date_signed":{"type":"string","format":"date-time"},"amount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_expires","date_starts","customer_id","active","date_signed","bank_id","standing_order_id","date_cancelled","counterparty_id","when","amount","account_id","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"standing_order_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_cancelled":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["frequency","detail"],"properties":{"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"detail":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_expires":{"type":"string","format":"date-time"},"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"active":{"type":"boolean"},"date_signed":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"standing_order_id":{"type":"string"},"date_cancelled":{"type":"string","format":"date-time"},"counterparty_id":{"type":"string"},"when":{"type":"object","properties":{"frequency":{"type":"string"},"detail":{"type":"string"}}},"amount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/search/warehouse/{index}":{"post":{"tags":["Data-Warehouse"],"summary":"Data Warehouse Search","description":"<p>Search the data warehouse and get row level results.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanSearchWarehouse entitlement is required. You can request the Role below.</p>\n<p>Elastic (search) is used in the background. See links below for syntax.</p>\n<p>Examples of usage:</p>\n<p>POST /search/warehouse/THE_INDEX_YOU_WANT_TO_USE</p>\n<p>POST /search/warehouse/INDEX1,INDEX2</p>\n<p>POST /search/warehouse/ALL</p>\n<p>{ Any valid elasticsearch query DSL in the body }</p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">Elasticsearch query DSL</a></p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-request-body.html\">Elastic simple query</a></p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-aggregations.html\">Elastic aggregations</a></p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#index\">INDEX</a>:</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#match_all\"><strong>match_all</strong></a>:</p>\n<p><a href=\"/glossary#query\"><strong>query</strong></a>:</p>\n<p><a href=\"/glossary#none\">none</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#none\">none</a>:</p>\n","operationId":"OBPv3.0.0-dataWarehouseSearch","parameters":[{"name":"index","in":"path","description":"The INDEX identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["query"],"properties":{"query":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["match_all"],"properties":{"match_all":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}}}}}},"example":{"type":"object","properties":{"query":{"type":"object","properties":{"match_all":{"type":"object","properties":{}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"example":{"type":"object","properties":{}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/{userid}/banks/{bankid}/accounts-held":{"get":{"tags":["Account"],"summary":"Get Accounts Held By User","description":"<p>Get Accounts held by the User if even the User has not been assigned the owner View yet.</p>\n<p>Can be used to onboard the account to the API - since all other account and transaction endpoints require views to be assigned.</p>\n<p>optional request parameters:</p>\n<ul>\n<li>account_type_filter: one or many accountType value, split by comma</li>\n<li>account_type_filter_operation: the filter type of account_type_filter, value must be INCLUDE or EXCLUDE</li>\n</ul>\n<p>whole url example:<br />\n/users/USER_ID/banks/BANK_ID/accounts-held?account_type_filter=330,CURRENT+PLUS&amp;account_type_filter_operation=INCLUDE</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n","operationId":"OBPv5.1.0-getAccountsHeldByUserAtBank","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","number","id","label","bank_id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"number":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"bank_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/resource-docs/{apiversion}/swagger":{"get":{"tags":["Documentation","API"],"summary":"Get Swagger documentation","description":"<p>Returns documentation about the RESTful resources on this server in Swagger format.</p>\n<p>API_VERSION is the version you want documentation about e.g. v3.0.0</p>\n<p>You may filter this endpoint using the 'tags' url parameter e.g. ?tags=Account,Bank</p>\n<p>(All endpoints are given one or more tags which for used in grouping)</p>\n<p>You may filter this endpoint using the 'functions' url parameter e.g. ?functions=getBanks,bankById</p>\n<p>(Each endpoint is implemented in the OBP Scala code by a 'function')</p>\n<p>See the Resource Doc endpoint for more information.</p>\n<p>Note: Resource Docs are cached, TTL is 3600 seconds</p>\n<p>Following are more examples:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger\">https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger?tags=Account,Bank\">https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger?tags=Account,Bank</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger?functions=getBanks,bankById\">https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger?functions=getBanks,bankById</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger?tags=Account,Bank,PSD2&amp;functions=getBanks,bankById\">https://apisandbox.openbankproject.com/obp/v3.1.0/resource-docs/v3.1.0/swagger?tags=Account,Bank,PSD2&amp;functions=getBanks,bankById</a></p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#api_version\">API_VERSION</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.4.0-getResourceDocsSwagger","parameters":[{"name":"apiversion","in":"path","description":"The APIVERSION identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/{attributedefinitionid}/card":{"delete":{"tags":["Card","Card-Attribute","Attribute"],"summary":"Delete Card Attribute Definition","description":"<p>Delete Card Attribute Definition by ATTRIBUTE_DEFINITION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#attribute_definition_id\">ATTRIBUTE_DEFINITION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteCardAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"attributedefinitionid","in":"path","description":"The ATTRIBUTEDEFINITIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/{attributedefinitionid}/transaction":{"delete":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Delete Transaction Attribute Definition","description":"<p>Delete Transaction Attribute Definition by ATTRIBUTE_DEFINITION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#attribute_definition_id\">ATTRIBUTE_DEFINITION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteTransactionAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"attributedefinitionid","in":"path","description":"The ATTRIBUTEDEFINITIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/{provider}/{username}/lock-status":{"get":{"tags":["User"],"summary":"Get User Lock Status","description":"<p>Get User Login Status.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#provider\">PROVIDER</a>: ETHEREUM</p>\n<p><a href=\"/glossary#\">USERNAME</a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bad_attempts_since_last_success_or_reset\"><strong>bad_attempts_since_last_success_or_reset</strong></a>:</p>\n<p><a href=\"/glossary#last_failure_date\"><strong>last_failure_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv5.1.0-getUserLockStatus","parameters":[{"name":"provider","in":"path","description":"The PROVIDER identifier","required":true,"schema":{"type":"string"}},{"name":"username","in":"path","description":"The USERNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["last_failure_date","bad_attempts_since_last_success_or_reset","username"],"properties":{"last_failure_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"bad_attempts_since_last_success_or_reset":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"last_failure_date":{"type":"string","format":"date-time"},"bad_attempts_since_last_success_or_reset":{"type":"integer"},"username":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["User"],"summary":"Unlock the user","description":"<p>Unlock a User.</p>\n<p>(Perhaps the user was locked due to multiple failed login attempts)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#provider\">PROVIDER</a>: ETHEREUM</p>\n<p><a href=\"/glossary#\">USERNAME</a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bad_attempts_since_last_success_or_reset\"><strong>bad_attempts_since_last_success_or_reset</strong></a>:</p>\n<p><a href=\"/glossary#last_failure_date\"><strong>last_failure_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv5.1.0-unlockUserByProviderAndUsername","parameters":[{"name":"provider","in":"path","description":"The PROVIDER identifier","required":true,"schema":{"type":"string"}},{"name":"username","in":"path","description":"The USERNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["last_failure_date","bad_attempts_since_last_success_or_reset","username"],"properties":{"last_failure_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"bad_attempts_since_last_success_or_reset":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"last_failure_date":{"type":"string","format":"date-time"},"bad_attempts_since_last_success_or_reset":{"type":"integer"},"username":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/entitlement-requests":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get all Entitlement Requests","description":"<p>Get all Entitlement Requests</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;&#x69;&#108;t&#x6f;&#58;&#x66;&#101;l&#x69;&#120;&#115;&#109;&#105;&#116;&#x68;&#64;&#x65;x&#x61;&#109;&#112;&#108;e.&#99;o&#x6d;\">&#102;&#101;l&#x69;&#x78;&#x73;&#109;i&#116;&#x68;&#64;e&#120;&#x61;&#x6d;&#x70;&#108;&#101;&#x2e;c&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_request_id\"><strong>entitlement_request_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_requests\"><strong>entitlement_requests</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv3.0.0-getAllEntitlementRequests","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_requests"],"properties":{"entitlement_requests":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_request_id","role_name","bank_id","user","created"],"properties":{"entitlement_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlement_requests":{"type":"array","items":{"type":"object","properties":{"entitlement_request_id":{"type":"string"},"role_name":{"type":"string"},"bank_id":{"type":"string"},"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"user_id":{"type":"string"}}},"created":{"type":"string","format":"date-time"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Role","Entitlement","User"],"summary":"Create Entitlement Request for current User","description":"<p>Create Entitlement Request.</p>\n<p>Any logged in User can use this endpoint to request an Entitlement</p>\n<p>Entitlements are used to grant System or Bank level roles to Users. (For Account level privileges, see Views)</p>\n<p>For a System level Role (.e.g CanGetAnyUser), set bank_id to an empty string i.e. &quot;bank_id&quot;:&quot;&quot;</p>\n<p>For a Bank level Role (e.g. CanCreateAccount), set bank_id to a valid value e.g. &quot;bank_id&quot;:&quot;my-bank-id&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#x69;l&#x74;o&#x3a;&#102;&#x65;&#108;&#105;&#120;&#x73;&#x6d;&#105;&#x74;&#104;&#64;&#x65;&#x78;&#x61;&#x6d;&#x70;l&#x65;&#x2e;c&#111;m\">&#102;&#101;&#108;i&#120;&#115;&#109;&#x69;&#116;&#104;&#64;e&#120;a&#x6d;&#112;&#108;&#x65;&#46;&#x63;o&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_request_id\"><strong>entitlement_request_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv3.0.0-addEntitlementRequest","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_request_id","role_name","bank_id","user","created"],"properties":{"entitlement_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"entitlement_request_id":{"type":"string"},"role_name":{"type":"string"},"bank_id":{"type":"string"},"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"user_id":{"type":"string"}}},"created":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/method_routings":{"get":{"tags":["Method-Routing","API"],"summary":"Get MethodRoutings","description":"<p>Get the all MethodRoutings.</p>\n<p>Query url parameters:</p>\n<ul>\n<li>method_name: filter with method_name</li>\n<li>active: if active = true, it will show all the webui_ props. Even if they are set yet, we will return all the default webui_ props</li>\n</ul>\n<p>eg:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/management/method_routings?active=true\">https://apisandbox.openbankproject.com/obp/v3.1.0/management/method_routings?active=true</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/management/method_routings?method_name=getBank\">https://apisandbox.openbankproject.com/obp/v3.1.0/management/method_routings?method_name=getBank</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#parameters\"><strong>parameters</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv3.1.0-getMethodRoutings","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["method_routings"],"properties":{"method_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["parameters","is_bank_id_exact_match","method_name","connector_name","bank_id_pattern","method_routing_id"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id_pattern":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_bank_id_exact_match":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parameters":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"method_routing_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"method_routings":{"type":"array","items":{"type":"object","properties":{"parameters":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"is_bank_id_exact_match":{"type":"boolean"},"method_name":{"type":"string"},"connector_name":{"type":"string"},"bank_id_pattern":{"type":"string"},"method_routing_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Method-Routing","API"],"summary":"Create MethodRouting","description":"<p>Create a MethodRouting.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Explanation of Fields:</p>\n<ul>\n<li>method_name is required String value, current supported value: [mapped]</li>\n<li>connector_name is required String value</li>\n<li>is_bank_id_exact_match is required boolean value, if bank_id_pattern is exact bank_id value, this value is true; if bank_id_pattern is null or a regex, this value is false</li>\n<li>bank_id_pattern is optional String value, it can be null, a exact bank_id or a regex</li>\n<li>parameters is optional array of key value pairs. You can set some parameters for this method</li>\n</ul>\n<p>note and CAVEAT!:</p>\n<ul>\n<li>bank_id_pattern has to be empty for methods that do not take bank_id as a function parameter, otherwise might get empty result</li>\n<li>methods that aggregate bank objects (e.g. getBankAccountsForUser) have to take any  existing method routings for these objects into consideration</li>\n<li>so if you create e.g. a bank specific method routing for getting an account, make sure that it is also served by endpoints getting ALL accounts for ALL banks</li>\n<li>if bank_id_pattern is regex, special characters need to do escape, for example: bank_id_pattern = &quot;some-id_pattern_\\d+&quot;</li>\n</ul>\n<p>If the connector name starts with rest, parameters can contain &quot;outBoundMapping&quot; and &quot;inBoundMapping&quot;, convert OutBound and InBound json structure.<br />\nfor example:<br />\noutBoundMapping example, convert json from source to target:<br />\n<img src=\"https://user-images.githubusercontent.com/2577334/75248007-33332e00-580e-11ea-8d2a-d1856035fa24.png\" alt=\"Snipaste_outBoundMapping\" /><br />\nBuild OutBound json value rules:<br />\n1 set cId value with: outboundAdapterCallContext.correlationId value<br />\n2 set bankId value with: concat bankId.value value with  string helloworld<br />\n3 set originalJson value with: whole source json, note: the field value expression is $root</p>\n<p>inBoundMapping example, convert json from source to target:<br />\n<img src=\"https://user-images.githubusercontent.com/2577334/75248199-a9d02b80-580e-11ea-9238-e073264e9170.png\" alt=\"inBoundMapping\" /><br />\nBuild InBound json value rules:<br />\n1 and 2 set inboundAdapterCallContext and status value: because field name ends with &quot;$default&quot;, remove &quot;$default&quot; from field name, not change the value<br />\n3 set fullName value with: concat string full: with result.name value<br />\n4 set bankRoutingScheme value: because source value is Array, but target value is not Array, the mapping field name must ends with [0].</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#parameters\"><strong>parameters</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#parameters\"><strong>parameters</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv3.1.0-createMethodRouting","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["method_name","bank_id_pattern","parameters","is_bank_id_exact_match","connector_name"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id_pattern":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_bank_id_exact_match":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parameters":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"method_name":{"type":"string"},"bank_id_pattern":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"is_bank_id_exact_match":{"type":"boolean"},"connector_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["method_name","bank_id_pattern","parameters","is_bank_id_exact_match","method_routing_id","connector_name"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id_pattern":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_bank_id_exact_match":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parameters":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"method_routing_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"method_name":{"type":"string"},"bank_id_pattern":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"is_bank_id_exact_match":{"type":"boolean"},"method_routing_id":{"type":"string"},"connector_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/product":{"get":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Get Product Attribute Definition","description":"<p>Get Product Attribute Definition</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-getProductAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Create or Update Product Attribute Definition","description":"<p>Create or Update Product Attribute Definition</p>\n<p>The category field must be Product</p>\n<p>The type field must be one of; DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateProductAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/api-products":{"get":{"tags":["API","Api-Product"],"summary":"Get Api Products","description":"<p>Get Api Products for the Bank.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>api_product_id</strong></a>: api_product_id</p>\n<p><a href=\"/glossary#\"><strong>api_products</strong></a>: api_products</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>collection_id</strong></a>: collection_id</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_amount</strong></a>: monthly_subscription_amount</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_currency</strong></a>: monthly_subscription_currency</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>parent_api_product_code</strong></a>: parent_api_product_code</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-getApiProducts","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_products"],"properties":{"api_products":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","monthly_subscription_amount","monthly_subscription_currency","category","per_day_call_limit","per_minute_call_limit","description","attributes","per_week_call_limit","per_second_call_limit","parent_api_product_code","per_month_call_limit","bank_id","collection_id","terms_and_conditions_url","more_info_url","api_product_id","api_product_code","per_hour_call_limit"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_products":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"monthly_subscription_amount":{"type":"string"},"monthly_subscription_currency":{"type":"string"},"category":{"type":"string"},"per_day_call_limit":{"type":"integer"},"per_minute_call_limit":{"type":"integer"},"description":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}},"per_week_call_limit":{"type":"integer"},"per_second_call_limit":{"type":"integer"},"parent_api_product_code":{"type":"string"},"per_month_call_limit":{"type":"integer"},"bank_id":{"type":"string"},"collection_id":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"more_info_url":{"type":"string"},"api_product_id":{"type":"string"},"api_product_code":{"type":"string"},"per_hour_call_limit":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/management/system-dynamic-entities":{"get":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Get System Dynamic Entities","description":"<p>Get all System Dynamic Entities with record counts.</p>\n<p>Each dynamic entity in the response includes a <code>record_count</code> field showing how many data records exist for that entity.</p>\n<p>This v6.0.0 endpoint returns snake_case field names and an explicit <code>entity_name</code> field.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-getSystemDynamicEntities","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entities"],"properties":{"dynamic_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","record_count","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"record_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_entities":{"type":"array","items":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"type":{"type":"string"}}},"language":{"type":"object","properties":{"type":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"record_count":{"type":"integer"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Create System Level Dynamic Entity","description":"<p>Create a system level Dynamic Entity.</p>\n<p>This v6.0.0 endpoint accepts and returns snake_case field names with an explicit <code>entity_name</code> field.</p>\n<p><strong>Request format:</strong></p>\n<pre><code class=\"language-json\">{\n  &quot;entity_name&quot;: &quot;customer_preferences&quot;,\n  &quot;has_personal_entity&quot;: true,\n  &quot;has_public_access&quot;: false,\n  &quot;has_community_access&quot;: false,\n  &quot;personal_requires_role&quot;: false,\n  &quot;schema&quot;: {\n    &quot;description&quot;: &quot;User preferences&quot;,\n    &quot;required&quot;: [&quot;theme&quot;],\n    &quot;properties&quot;: {\n      &quot;theme&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 1, &quot;maxLength&quot;: 20, &quot;example&quot;: &quot;dark&quot;, &quot;description&quot;: &quot;The UI theme preference&quot;},\n      &quot;language&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 2, &quot;maxLength&quot;: 5, &quot;example&quot;: &quot;en&quot;, &quot;description&quot;: &quot;ISO language code&quot;}\n    }\n  }\n}\n</code></pre>\n<p><strong>Note:</strong><br />\n* The <code>entity_name</code> must be lowercase with underscores (snake_case), e.g. <code>customer_preferences</code>. No uppercase letters or spaces allowed.<br />\n* Each property MUST include an <code>example</code> field with a valid example value.<br />\n* Each property can optionally include <code>description</code> (markdown text), and for string types: <code>minLength</code> and <code>maxLength</code>.<br />\n* Set <code>has_public_access</code> to <code>true</code> to generate read-only public endpoints (GET only, no authentication required) under <code>/public/</code>.<br />\n* Set <code>has_community_access</code> to <code>true</code> to generate read-only community endpoints (GET only, authentication required + CanGet role) under <code>/community/</code>. Community endpoints return ALL records (personal + non-personal from all users).<br />\n* Set <code>personal_requires_role</code> to <code>true</code> to require the corresponding role (e.g. CanCreateDynamicEntity_, CanGetDynamicEntity_) for <code>/my/</code> personal entity endpoints. Default is <code>false</code> (any authenticated user can use <code>/my/</code> endpoints).</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-createSystemDynamicEntity","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["has_community_access","schema","has_personal_entity","personal_requires_role","entity_name","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"has_community_access":{"type":"boolean"},"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}}}}}},"has_personal_entity":{"type":"boolean"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_public_access":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entity_id","has_community_access","schema","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}}}}}},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/banks/{bankid}/accounts/{accountid}":{"put":{"tags":["Account"],"summary":"Update Account","description":"<p>Update the account.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv3.1.0-updateAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","branch_id","label","type"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"branch_id":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","branch_id","label","type","bank_id","account_id"],"properties":{"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}},"branch_id":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-rules/validate":{"post":{"tags":["ABAC"],"summary":"Validate ABAC Rule","description":"<p>Validate ABAC rule code syntax and structure without creating or executing the rule.</p>\n<p>This endpoint performs the following validations:<br />\n- Parse the rule_code as a Scala expression<br />\n- Validate syntax - check for parsing errors<br />\n- Validate field references - check if referenced objects/fields exist<br />\n- Check type consistency - verify the expression returns a Boolean</p>\n<p><strong>Available ABAC Context Objects:</strong><br />\n- AuthenticatedUser - The user who is logged in<br />\n- OnBehalfOfUser - Optional delegation user<br />\n- User - Target user being evaluated<br />\n- Bank, Account, View, Transaction, TransactionRequest, Customer<br />\n- Attributes for each entity (e.g., userAttributes, accountAttributes)</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference</p>\n<p>This is a &quot;dry-run&quot; validation that does NOT save or execute the rule.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#\"><strong>valid</strong></a>: valid</p>\n","operationId":"OBPv6.0.0-validateAbacRule","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rule_code"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"rule_code":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message","valid"],"properties":{"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"message":{"type":"string"},"valid":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collections/{apicollectionid}":{"get":{"tags":["Api-Collection"],"summary":"Get My Api Collection By Id","description":"<p>Get Api Collection By API_COLLECTION_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getMyApiCollectionById","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Api-Collection"],"summary":"Delete My Api Collection","description":"<p>Delete Api Collection By API_COLLECTION_ID</p>\n<p>glossary-item-not-found</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteMyApiCollection","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/system/integrity/banks/{bankid}/account-currency-check":{"get":{"tags":["System-Integrity"],"summary":"Check for Sensible Currencies","description":"<p>Check for sensible currencies at Bank Account model</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n<p><a href=\"/glossary#\">debug_info</a>: debug_info</p>\n","operationId":"OBPv5.1.0-accountCurrencyCheck","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts":{"get":{"tags":["Counterparty","Account"],"summary":"Get Other Accounts of one Account","description":"<p>Returns data about all the other accounts that have shared at least one transaction with the ACCOUNT_ID at BANK_ID.<br />\nUser Authentication is Optional. The User need not be logged in.</p>\n<p>Authentication is required if the view VIEW_ID is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#other_accounts\"><strong>other_accounts</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n","operationId":"OBPv3.0.0-getOtherAccountsForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["other_accounts"],"properties":{"other_accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","metadata","bank_routing","holder","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"other_accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"metadata":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}},"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/{attributedefinitionid}/account":{"delete":{"tags":["Account","Account-Attribute","Attribute"],"summary":"Delete Account Attribute Definition","description":"<p>Delete Account Attribute Definition by ATTRIBUTE_DEFINITION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#attribute_definition_id\">ATTRIBUTE_DEFINITION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteAccountAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"attributedefinitionid","in":"path","description":"The ATTRIBUTEDEFINITIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transactions":{"get":{"tags":["Transaction","Account"],"summary":"Get Transactions for Account (Full)","description":"<p>Returns transactions list of the account specified by ACCOUNT_ID and <a href=\"#1_2_1-getViewsForBankAccount\">moderated</a> by the view (VIEW_ID).</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p>Authentication is required if the view is not public.</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<ul>\n<li>from_date=DATE =&gt; example value: 1970-01-01T00:00:00.000Z. NOTE! The default value is one year ago (1970-01-01T00:00:00.000Z).</li>\n<li>to_date=DATE =&gt; example value: 2026-02-25T15:15:28.440Z. NOTE! The default value is now (2026-02-25T15:15:28.440Z).</li>\n</ul>\n<p>Date format parameter: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'(1100-01-01T01:01:01.000Z) ==&gt; time zone is UTC.</p>\n<p>eg3:?sort_direction=ASC&amp;limit=100&amp;offset=0&amp;from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z</p>\n<p><strong>Note:</strong> This v6.0.0 endpoint returns <code>bank_id</code> directly in both <code>this_account</code> and <code>other_account</code> objects,<br />\nmaking it easier to identify which bank each account belongs to without parsing the <code>bank_routing</code> object.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#comments\"><strong>comments</strong></a>:</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#holders\"><strong>holders</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#images\"><strong>images</strong></a>:</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#narrative\"><strong>narrative</strong></a>:</p>\n<p><a href=\"/glossary#new_balance\"><strong>new_balance</strong></a>: 20</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#other_account\"><strong>other_account</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#this_account\"><strong>this_account</strong></a>:</p>\n<p><a href=\"/glossary#transaction_attributes\"><strong>transaction_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>transaction_id</strong></a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#transactions\"><strong>transactions</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#where\"><strong>where</strong></a>:</p>\n","operationId":"OBPv6.0.0-getTransactionsForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transactions"],"properties":{"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metadata","details","transaction_id","other_account","transaction_attributes","this_account"],"properties":{"this_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","bank_routing","bank_id","holders","account_id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"holders":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","is_alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","description","completed","new_balance","posted","value"],"properties":{"new_balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["amount","currency"],"properties":{"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["narrative","tags","comments","images","where"],"properties":{"narrative":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"where":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"images":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL","id","date","user","label"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"comments":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"other_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","metadata","bank_routing","bank_id","account_routings","holder"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"transaction_attributes":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}}}}}}}},"example":{"type":"object","properties":{"transactions":{"type":"array","items":{"type":"object","properties":{"metadata":{"type":"object","properties":{"narrative":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"comments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"images":{"type":"array","items":{"type":"object","properties":{"URL":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}},"label":{"type":"string"}}}},"where":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}},"details":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"},"completed":{"type":"string","format":"date-time"},"new_balance":{"type":"object","properties":{"amount":{"type":"string"},"currency":{"type":"string"}}},"posted":{"type":"string","format":"date-time"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_id":{"type":"string"},"other_account":{"type":"object","properties":{"account_id":{"type":"string"},"metadata":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"bank_id":{"type":"string"},"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}}}},"transaction_attributes":{"type":"object","properties":{}},"this_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"bank_id":{"type":"string"},"holders":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"is_alias":{"type":"boolean"}}}},"account_id":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user-invitations":{"get":{"tags":["User-Invitation"],"summary":"Get User Invitations","description":"<p>Get User Invitations</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#country\"><strong>country</strong></a>: Germany</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#x69;&#x6c;&#116;&#x6f;&#x3a;&#102;&#x65;li&#x78;&#115;&#109;&#x69;&#116;&#x68;&#x40;&#101;&#120;amp&#108;&#101;&#x2e;&#99;o&#x6d;\">&#x66;&#101;&#x6c;&#105;&#120;&#x73;&#109;&#x69;th&#64;&#x65;x&#97;&#x6d;&#x70;&#108;&#x65;&#x2e;&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#first_name\"><strong>first_name</strong></a>: Tom</p>\n<p><a href=\"/glossary#last_name\"><strong>last_name</strong></a>: Smith</p>\n<p><a href=\"/glossary#purpose\"><strong>purpose</strong></a>: DEVELOPER</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-getUserInvitations","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","purpose","first_name","country","status","company","last_name"],"properties":{"first_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"purpose":{"type":"string"},"first_name":{"type":"string"},"country":{"type":"string"},"status":{"type":"string"},"company":{"type":"string"},"last_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["User-Invitation","KYC"],"summary":"Get User Invitation Information","description":"<p>Get User Invitation Information.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>secret_key</strong></a>: secret_key</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#country\"><strong>country</strong></a>: Germany</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#x69;&#108;&#x74;o:&#x66;&#x65;&#x6c;&#105;&#x78;&#115;&#109;i&#116;&#104;&#64;e&#x78;&#97;&#x6d;&#x70;&#108;e&#46;&#x63;o&#x6d;\">&#x66;&#x65;&#x6c;&#x69;&#120;&#115;m&#x69;&#x74;h&#x40;e&#120;&#x61;&#x6d;p&#x6c;&#x65;&#46;&#99;&#111;&#109;</a></p>\n<p><a href=\"/glossary#first_name\"><strong>first_name</strong></a>: Tom</p>\n<p><a href=\"/glossary#last_name\"><strong>last_name</strong></a>: Smith</p>\n<p><a href=\"/glossary#purpose\"><strong>purpose</strong></a>: DEVELOPER</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-getUserInvitationAnonymous","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["secret_key"],"properties":{"secret_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"secret_key":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","purpose","first_name","country","status","company","last_name"],"properties":{"first_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"purpose":{"type":"string"},"first_name":{"type":"string"},"country":{"type":"string"},"status":{"type":"string"},"company":{"type":"string"},"last_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v3.1.0/banks/{bankid}/products/{productcode}/attributes/{productattributeid}":{"delete":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Delete Product Attribute","description":"<p>Delete Product Attribute</p>\n<p>Product Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Product Attribute is linked to its Product by PRODUCT_CODE</p>\n<p>Delete a Product Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_attribute_id\">PRODUCT_ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"productattributeid","in":"path","description":"The PRODUCTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/email":{"put":{"tags":["Customer"],"summary":"Update the email of a Customer","description":"<p>Update an email of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;a&#105;&#x6c;&#x74;o&#58;&#102;&#x65;&#x6c;&#105;&#x78;s&#x6d;&#105;&#116;h&#64;&#x65;x&#97;&#109;&#112;&#108;&#x65;&#46;c&#x6f;&#x6d;\">f&#101;l&#105;&#120;&#115;&#109;&#x69;&#116;h&#64;e&#120;a&#109;&#x70;&#108;&#x65;.c&#111;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerEmail","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email"],"properties":{"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/system/integrity/custom-view-names-check":{"get":{"tags":["System-Integrity"],"summary":"Check Custom View Names","description":"<p>Check custom view names.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n<p><a href=\"/glossary#\">debug_info</a>: debug_info</p>\n","operationId":"OBPv5.1.0-customViewNamesCheck","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/accounts/{accountid}/{viewid}/counterparties":{"get":{"tags":["Counterparty","Payment Initiation Service (PIS)","PSD2","Account"],"summary":"Get Counterparties for any account (Explicit)","description":"<p>This is a management endpoint that gets the Counterparties that have been explicitly created for an Account / View.</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#Counterparties\"><strong>counterparties</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getCounterpartiesForAnyAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparties"],"properties":{"counterparties":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"counterparties":{"type":"array","items":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty","Account"],"summary":"Create Counterparty for any account (Explicit)","description":"<p>This is a management endpoint that allows the creation of a Counterparty on any Account.</p>\n<p>For an introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_url</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-createCounterpartyForAnyAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","other_account_routing_address","name","other_bank_routing_scheme","currency","other_account_secondary_routing_address","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","metadata","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["private_alias","physical_location","url","public_alias","open_corporates_url","more_info","corporate_location","image_url"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"metadata":{"type":"object","properties":{"private_alias":{"type":"string"},"physical_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"url":{"type":"string"},"public_alias":{"type":"string"},"open_corporates_url":{"type":"string"},"more_info":{"type":"string"},"corporate_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"image_url":{"type":"string"}}},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/{userid}/accounts-held":{"get":{"tags":["Account"],"summary":"Get Accounts Held By User","description":"<p>Get Accounts held by the User if even the User has not been assigned the owner View yet.</p>\n<p>Can be used to onboard the account to the API - since all other account and transaction endpoints require views to be assigned.</p>\n<p>optional request parameters:</p>\n<ul>\n<li>account_type_filter: one or many accountType value, split by comma</li>\n<li>account_type_filter_operation: the filter type of account_type_filter, value must be INCLUDE or EXCLUDE</li>\n</ul>\n<p>whole url example:<br />\n/users/USER_ID/accounts-held?account_type_filter=330,CURRENT+PLUS&amp;account_type_filter_operation=INCLUDE</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n","operationId":"OBPv5.1.0-getAccountsHeldByUser","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","number","id","label","bank_id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"number":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"bank_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-message-docs":{"get":{"tags":["Dynamic-Message-Doc"],"summary":"Get all Dynamic Message Docs","description":"<p>Get all Dynamic Message Docs.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-getAllDynamicMessageDocs","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic-message-docs"],"properties":{"dynamic-message-docs":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic-message-docs":{"type":"array","items":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Message-Doc"],"summary":"Create Dynamic Message Doc","description":"<p>Create a Dynamic Message Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-createDynamicMessageDoc","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{sepa}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (SEPA)","description":"<p>Special instructions for SEPA:</p>\n<p>When using a SEPA Transaction Request, you specify the IBAN of a Counterparty in the body of the request.<br />\nThe routing details (IBAN) of the counterparty will be forwarded to the core banking system for the transfer.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#sepa\">SEPA</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#document_number\">document_number</a>:</p>\n<p><a href=\"/glossary#future_date\">future_date</a>: 20200127</p>\n<p><a href=\"/glossary#reasons\">reasons</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestSepa","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"sepa","in":"path","description":"The SEPA identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["future_date","reasons","to","description","value","charge_policy"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"reasons":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","code","amount","document_number","currency"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"document_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"future_date":{"type":"string"},"reasons":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"code":{"type":"string"},"amount":{"type":"string"},"document_number":{"type":"string"},"currency":{"type":"string"}}}},"to":{"type":"object","properties":{"iban":{"type":"string"}}},"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/obp.testing.01/ObpActivity":{"get":{"tags":["_ObpActivity(obp.testing.01)","Dynamic-Entity","Dynamic"],"summary":"Get ObpActivity List","description":"<p>Get ObpActivity List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>username: description of <strong>name</strong> field, can be markdown text.</li>\n<li>created_date: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;ObpActivity&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /ObpActivity?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getObpActivityList_obp.testing.01","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","obp_activity_list"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"obp_activity_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["obp_activity_id","name","username","created_date"],"properties":{"obp_activity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"obp_activity_list":{"type":"array","items":{"type":"object","properties":{"obp_activity_id":{"type":"string"},"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_ObpActivity(obp.testing.01)","Dynamic-Entity","Dynamic"],"summary":"Create new ObpActivity","description":"<p>Create new ObpActivity.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>username: description of <strong>name</strong> field, can be markdown text.</li>\n<li>created_date: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;ObpActivity&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createObpActivity_obp.testing.01","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","username","created_date"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","obp_activity"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"obp_activity":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["obp_activity_id","name","username","created_date"],"properties":{"obp_activity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"obp_activity":{"type":"object","properties":{"obp_activity_id":{"type":"string"},"name":{"type":"string"},"username":{"type":"string"},"created_date":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/endpoint-mappings/{endpointmappingid}":{"get":{"tags":["Endpoint-Mapping"],"summary":"Get Bank Level Endpoint Mapping","description":"<p>Get an Bank Level Endpoint Mapping by ENDPOINT_MAPPING_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ENDPOINT_MAPPING_ID</a>: ENDPOINT_MAPPING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-getBankLevelEndpointMapping","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointmappingid","in":"path","description":"The ENDPOINTMAPPINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Endpoint-Mapping"],"summary":"Update Bank Level Endpoint Mapping","description":"<p>Update an Bank Level Endpoint Mapping.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ENDPOINT_MAPPING_ID</a>: ENDPOINT_MAPPING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-updateBankLevelEndpointMapping","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointmappingid","in":"path","description":"The ENDPOINTMAPPINGID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Endpoint-Mapping"],"summary":"Delete Bank Level Endpoint Mapping","description":"<p>Delete a Bank Level Endpoint Mapping.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ENDPOINT_MAPPING_ID</a>: ENDPOINT_MAPPING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteBankLevelEndpointMapping","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointmappingid","in":"path","description":"The ENDPOINTMAPPINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/test1":{"get":{"tags":["_Test1","Dynamic-Entity","Dynamic"],"summary":"Get test1 List","description":"<p>Get test1 List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /test1?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_gettest1List_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1_list"],"properties":{"test1_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1_id","name","number"],"properties":{"test1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"test1_list":{"type":"array","items":{"type":"object","properties":{"test1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_Test1","Dynamic-Entity","Dynamic"],"summary":"Create new test1","description":"<p>Create new test1.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createtest1_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1"],"properties":{"test1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test1_id","name","number"],"properties":{"test1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test1":{"type":"object","properties":{"test1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/search/customers/mobile-phone-number":{"post":{"tags":["Customer","KYC"],"summary":"Get Customers by MOBILE_PHONE_NUMBER","description":"<p>Gets the Customers specified by MOBILE_PHONE_NUMBER.</p>\n<p>There are two wildcards often used in conjunction with the LIKE operator:<br />\n% - The percent sign represents zero, one, or multiple characters<br />\n_ - The underscore represents a single character<br />\nFor example {&quot;customer_phone_number&quot;:&quot;%381%&quot;} lists all numbers which contain 381 sequence</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;:&#102;&#x65;&#108;i&#x78;&#115;&#109;&#105;&#116;&#x68;&#x40;&#x65;&#120;a&#109;&#x70;l&#101;&#x2e;c&#111;&#109;\">&#x66;&#101;&#x6c;i&#120;&#115;&#109;&#105;t&#104;@&#x65;&#x78;a&#109;&#112;&#x6c;e&#x2e;&#x63;&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv4.0.0-getCustomersByCustomerPhoneNumber","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/{accountid}/views/{viewid}":{"put":{"tags":["View-Custom","Account"],"summary":"Update Custom View","description":"<p>Update an existing custom view on a bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the owner view.</p>\n<p>The json sent is the same as during view creation (above), with one difference: the 'name' field<br />\nof a view is not editable (it is only set when a view is created)</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv3.0.0-updateViewForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["allowed_actions","description","hide_metadata_if_alias_used","metadata_view","is_public","which_alias_to_use"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"allowed_actions":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"hide_metadata_if_alias_used":{"type":"boolean"},"metadata_view":{"type":"string"},"is_public":{"type":"boolean"},"which_alias_to_use":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/api/versions":{"get":{"tags":["Documentation","API"],"summary":"Get Scanned API Versions","description":"<p>Get all scanned API versions available in this codebase.</p>\n<p>This endpoint returns all API versions that have been discovered/scanned, along with their active status.</p>\n<p><strong>Response Fields:</strong></p>\n<ul>\n<li><code>url_prefix</code>: The URL prefix for the version (e.g., &quot;obp&quot;, &quot;berlin-group&quot;, &quot;open-banking&quot;)</li>\n<li><code>api_standard</code>: The API standard name (e.g., &quot;OBP&quot;, &quot;BG&quot;, &quot;UK&quot;, &quot;STET&quot;)</li>\n<li><code>api_short_version</code>: The version number (e.g., &quot;v4.0.0&quot;, &quot;v1.3&quot;)</li>\n<li><code>fully_qualified_version</code>: The fully qualified version combining standard and version (e.g., &quot;OBPv4.0.0&quot;, &quot;BGv1.3&quot;)</li>\n<li><code>is_active</code>: Boolean indicating if the version is currently enabled and accessible</li>\n</ul>\n<p><strong>Active Status:</strong></p>\n<ul>\n<li><code>is_active=true</code>: Version is enabled and can be accessed via its URL prefix</li>\n<li><code>is_active=false</code>: Version is scanned but disabled (via <code>api_disabled_versions</code> props)</li>\n</ul>\n<p><strong>Use Cases:</strong></p>\n<ul>\n<li>Discover what API versions are available in the codebase</li>\n<li>Check which versions are currently enabled</li>\n<li>Verify that disabled versions configuration is working correctly</li>\n<li>API documentation and discovery</li>\n</ul>\n<p><strong>Note:</strong> This differs from v4.0.0's <code>/api/versions</code> endpoint which shows all scanned versions without is_active status.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_short_version</strong></a>: api_short_version</p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#\"><strong>fully_qualified_version</strong></a>: fully_qualified_version</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>url_prefix</strong></a>: url_prefix</p>\n","operationId":"OBPv6.0.0-getScannedApiVersions","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scanned_api_versions"],"properties":{"scanned_api_versions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_active","url_prefix","fully_qualified_version","api_standard","api_short_version"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url_prefix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_short_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"fully_qualified_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"scanned_api_versions":{"type":"array","items":{"type":"object","properties":{"is_active":{"type":"boolean"},"url_prefix":{"type":"string"},"fully_qualified_version":{"type":"string"},"api_standard":{"type":"string"},"api_short_version":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/test_daniel707":{"get":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Get test_daniel707 List","description":"<p>Get test_daniel707 List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /test_daniel707?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_gettest_daniel707List_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_list"],"properties":{"test_daniel707_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707_list":{"type":"array","items":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Create new test_daniel707","description":"<p>Create new test_daniel707.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createtest_daniel707_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/account-web-hooks":{"put":{"tags":["Webhook","Bank"],"summary":"Enable/Disable an Account Webhook","description":"<p>Enable/Disable an Account Webhook</p>\n<p>Webhooks are used to call external URLs when certain events happen.</p>\n<p>Account Webhooks focus on events around accounts.</p>\n<p>For instance, a webhook could be used to notify an external service if a balance changes on an account.</p>\n<p>This functionality is work in progress! Please note that only implemented trigger is: OnBalanceChange</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_webhook_id\"><strong>account_webhook_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#trigger_name\"><strong>trigger_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n","operationId":"OBPv3.1.0-enableDisableAccountWebhook","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_webhook_id","is_active"],"properties":{"account_webhook_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_webhook_id":{"type":"string"},"is_active":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","http_method","is_active","bank_id","http_protocol","account_webhook_id","trigger_name","account_id","url"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"trigger_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_webhook_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"http_method":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"http_protocol":{"type":"string"},"account_webhook_id":{"type":"string"},"trigger_name":{"type":"string"},"account_id":{"type":"string"},"url":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Webhook","Bank"],"summary":"Create an Account Webhook","description":"<p>Create an Account Webhook</p>\n<p>Webhooks are used to call external URLs when certain events happen.</p>\n<p>Account Webhooks focus on events around accounts.</p>\n<p>For instance, a webhook could be used to notify an external service if a balance changes on an account.</p>\n<p>This functionality is work in progress! Please note that only implemented trigger is: OnBalanceChange</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#trigger_name\"><strong>trigger_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_webhook_id\"><strong>account_webhook_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#trigger_name\"><strong>trigger_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n","operationId":"OBPv3.1.0-createAccountWebhook","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["http_method","is_active","http_protocol","trigger_name","account_id","url"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"trigger_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"http_method":{"type":"string"},"is_active":{"type":"string"},"http_protocol":{"type":"string"},"trigger_name":{"type":"string"},"account_id":{"type":"string"},"url":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","http_method","is_active","bank_id","http_protocol","account_webhook_id","trigger_name","account_id","url"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"trigger_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_webhook_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"http_method":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"http_protocol":{"type":"string"},"account_webhook_id":{"type":"string"},"trigger_name":{"type":"string"},"account_id":{"type":"string"},"url":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/public/accounts/{accountid}/{viewid}/account":{"get":{"tags":["Account-Public","Account"],"summary":"Get Public Account by Id","description":"<p>Returns information about an account that has a public view.</p>\n<p>The account is specified by ACCOUNT_ID. The information is moderated by the view specified by VIEW_ID.</p>\n<ul>\n<li>Number</li>\n<li>Owners</li>\n<li>Type</li>\n<li>Balance</li>\n<li>Routing</li>\n</ul>\n<p>PSD2 Context: PSD2 requires customers to have access to their account information via third party applications.<br />\nThis call provides balance and other account information via delegated authentication using OAuth.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#account_rules\"><strong>account_rules</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#account_attributes\">account_attributes</a>:</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv3.0.0-getPublicAccountById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","type","account_rules","bank_id","owners","account_attributes","label","balance","number","id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_rules":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","value"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"type":{"type":"string"},"account_rules":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"value":{"type":"string"}}}},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"number":{"type":"string"},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/my/correlated-entities":{"get":{"tags":["Customer"],"summary":"Get Correlated Entities for the current User","description":"<p>Correlated Entities are users and customers linked to the currently authenticated user via User-Customer-Links</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>correlated_entities</strong></a>: correlated_entities</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;i&#x6c;&#x74;&#x6f;&#58;&#102;&#x65;l&#105;&#x78;&#x73;&#x6d;&#105;&#x74;h&#x40;&#x65;x&#x61;&#109;&#112;&#x6c;&#101;&#x2e;&#x63;o&#109;\">&#x66;&#101;&#108;&#x69;x&#115;&#109;i&#116;&#x68;&#x40;&#x65;&#x78;&#97;&#109;&#112;l&#x65;&#x2e;&#99;&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>user_attributes</strong></a>: user_attributes</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#users\"><strong>users</strong></a>: user list</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv4.0.0-getMyCorrelatedEntities","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["correlated_entities"],"properties":{"correlated_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["users","customer"],"properties":{"users":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","user_attributes","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"correlated_entities":{"type":"array","items":{"type":"object","properties":{"users":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"user_attributes":{"type":"array","items":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}}},"customer":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/metrics":{"get":{"tags":["Metric","API"],"summary":"Get Metrics","description":"<p>Get API metrics rows. These are records of each REST API call.</p>\n<p>require CanReadMetrics role</p>\n<p><strong>NOTE: Automatic from_date Default</strong></p>\n<p>If you do not provide a <code>from_date</code> parameter, this endpoint will automatically set it to:<br />\n<strong>now - 9 minutes ago</strong></p>\n<p>This prevents accidentally querying all metrics since Unix Epoch and ensures reasonable response times.<br />\nFor historical/reporting queries, always explicitly specify your desired <code>from_date</code>.</p>\n<p><strong>IMPORTANT: Smart Caching &amp; Performance</strong></p>\n<p>This endpoint uses intelligent two-tier caching to optimize performance:</p>\n<p><strong>Stable Data Cache (Long TTL):</strong><br />\n- Metrics older than 600 seconds (10 minutes) are considered immutable/stable<br />\n- These are cached for 86400 seconds (24 hours)<br />\n- Used when your query's from_date is older than the stable boundary</p>\n<p><strong>Recent Data Cache (Short TTL):</strong><br />\n- Recent metrics (within the stable boundary) are cached for 7 seconds<br />\n- Used when your query includes recent data or has no from_date</p>\n<p><strong>STRONGLY RECOMMENDED: Always specify from_date in your queries!</strong></p>\n<p><strong>Why from_date matters:</strong><br />\n- Queries WITH from_date older than 10 mins → cached for 24 hours (fast!)<br />\n- Queries WITHOUT from_date → cached for only 7 seconds (slower)</p>\n<p><strong>Examples:</strong><br />\n- <code>from_date=2025-01-01T00:00:00.000Z</code> → Uses 24 hours cache (historical data)<br />\n- <code>from_date=1100-01-01T01:01:01.000Z</code> (recent date) → Uses 7 seconds cache (recent data)<br />\n- No from_date → <strong>Automatically set to 9 minutes ago</strong> → Uses 7 seconds cache (recent data)</p>\n<p>For best performance on historical/reporting queries, always include a from_date parameter!</p>\n<p>Filters Part 1.<em>filtering</em> (no wilde cards etc.) parameters to GET /management/metrics</p>\n<p>You can filter by the following fields by applying url parameters</p>\n<p>eg: /management/metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z&amp;limit=50&amp;offset=2</p>\n<p>1 from_date e.g.:from_date=1100-01-01T01:01:01.000Z<br />\n<strong>DEFAULT</strong>: If not provided, automatically set to now - 9 minutes (keeps queries in recent data zone)<br />\n<strong>IMPORTANT</strong>: Including from_date enables long-term caching for historical data queries!</p>\n<p>2 to_date e.g.:to_date=1100-01-01T01:01:01.000Z Defaults to a far future date i.e. Sat Jan 01 00:00:00 UTC 4000</p>\n<p>3 limit (for pagination: defaults to 50)  eg:limit=200</p>\n<p>4 offset (for pagination: zero index, defaults to 0) eg: offset=10</p>\n<p>5 sort_by (defaults to date field) eg: sort_by=date<br />\npossible values:<br />\n&quot;url&quot;,<br />\n&quot;date&quot;,<br />\n&quot;user_name&quot;,<br />\n&quot;app_name&quot;,<br />\n&quot;developer_email&quot;,<br />\n&quot;implemented_by_partial_function&quot;,<br />\n&quot;implemented_in_version&quot;,<br />\n&quot;consumer_id&quot;,<br />\n&quot;verb&quot;</p>\n<p>6 direction (defaults to date desc) eg: direction=desc</p>\n<p>eg: /management/metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:<a href=\"&#109;&#x61;&#105;&#108;&#116;&#111;&#x3a;&#48;&#49;&#x2e;&#x30;&#x30;0&#x5a;&#x26;&#108;i&#x6d;&#105;&#x74;&#x3d;&#x31;&#x30;&#48;&#x30;&#48;&amp;&#111;&#x66;&#x66;&#x73;&#x65;&#116;&#x3d;&#x30;&#38;a&#x6e;&#x6f;&#110;=f&#x61;&#108;&#115;&#101;&#x26;&#97;pp_&#x6e;&#97;&#109;&#101;&#x3d;T&#x65;&#97;&#x74;&#65;&#112;p&amp;&#x69;&#109;&#x70;&#108;&#101;&#x6d;&#x65;&#x6e;&#x74;&#x65;&#x64;&#x5f;&#105;&#110;&#x5f;ver&#115;&#105;&#x6f;n&#x3d;&#118;&#50;.&#x31;&#46;&#x30;&#38;&#118;e&#x72;b&#x3d;&#80;&#x4f;&#x53;T&amp;&#x75;&#x73;&#101;&#114;&#95;&#105;&#x64;&#61;&#x63;7b&#54;&#99;&#x62;&#x34;&#x37;&#45;cb&#x39;&#54;&#x2d;&#52;&#x34;&#x34;&#x31;&#x2d;&#56;80&#49;&#x2d;&#x33;&#53;&#x62;&#53;&#55;456&#55;&#53;3&#97;&#38;&#x75;&#x73;&#x65;&#x72;_&#x6e;ame=&#x73;&#x75;&#x73;&#x61;&#x6e;&#x2e;&#x75;&#107;&#x2e;&#x32;&#x39;&#64;&#x65;&#x78;a&#x6d;&#112;&#x6c;e&#46;&#99;&#111;&#109;\">0&#x31;&#x2e;&#x30;&#x30;&#48;Z&#38;&#x6c;&#105;m&#105;t&#x3d;1&#48;&#48;&#48;&#x30;&amp;&#x6f;&#x66;f&#115;&#101;&#116;&#61;&#x30;&amp;a&#110;&#x6f;&#110;&#x3d;&#x66;a&#x6c;&#x73;&#x65;&amp;&#x61;&#112;&#112;&#95;&#110;&#97;&#109;&#101;&#x3d;&#84;&#x65;atApp&#38;&#105;&#x6d;&#112;&#x6c;&#101;&#109;&#x65;n&#x74;&#x65;&#x64;&#x5f;i&#x6e;&#x5f;&#x76;&#101;&#x72;&#115;&#105;&#x6f;&#110;=&#118;&#50;&#46;&#x31;.&#48;&amp;&#118;&#x65;&#114;&#x62;=P&#x4f;&#x53;T&#38;&#x75;&#115;&#x65;&#x72;&#x5f;&#105;&#x64;&#x3d;&#99;&#55;b&#x36;&#99;&#x62;&#52;&#x37;&#x2d;&#99;&#98;9&#54;&#45;4&#52;&#x34;&#x31;&#x2d;&#56;&#56;&#x30;&#x31;&#45;&#x33;&#53;&#x62;5&#x37;&#x34;&#x35;&#x36;&#55;5&#51;&#x61;&#38;&#117;&#x73;&#x65;&#x72;&#x5f;&#110;&#97;&#x6d;&#101;&#x3d;&#x73;&#x75;&#115;&#x61;&#110;&#x2e;&#117;&#107;&#46;&#50;&#x39;@&#101;x&#x61;&#109;p&#x6c;&#x65;.&#99;&#111;&#109;</a>&amp;consumer_id=78</p>\n<p>Other filters:</p>\n<p>7 consumer_id  (if null ignore)</p>\n<p>8 user_id (if null ignore)</p>\n<p>9 anon (if null ignore) only support two value : true (return where user_id is null.) or false (return where user_id is not null.)</p>\n<p>10 url (if null ignore), note: can not contain '&amp;'.</p>\n<p>11 app_name (if null ignore)</p>\n<p>12 implemented_by_partial_function (if null ignore),</p>\n<p>13 implemented_in_version (if null ignore)</p>\n<p>14 verb (if null ignore)</p>\n<p>15 correlation_id (if null ignore)</p>\n<p>16 duration (if null ignore) - Returns calls where duration &gt; specified value (in milliseconds). Use this to find slow API calls. eg: duration=5000 returns calls taking more than 5 seconds</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>correlation_id</strong></a>: 1flssoftxq0cr1nssr68u0mioj</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#duration\"><strong>duration</strong></a>: 5.123</p>\n<p><a href=\"/glossary#implemented_by_partial_function\"><strong>implemented_by_partial_function</strong></a>:</p>\n<p><a href=\"/glossary#implemented_in_version\"><strong>implemented_in_version</strong></a>:</p>\n<p><a href=\"/glossary#metrics\"><strong>metrics</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>response_body</strong></a>: response_body</p>\n<p><a href=\"/glossary#\"><strong>source_ip</strong></a>: source_ip</p>\n<p><a href=\"/glossary#\"><strong>target_ip</strong></a>: target_ip</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>user_name</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#verb\"><strong>verb</strong></a>:</p>\n","operationId":"OBPv6.0.0-getMetrics","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metrics"],"properties":{"metrics":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["app_name","implemented_in_version","developer_email","operation_id","consumer_id","target_ip","verb","response_body","implemented_by_partial_function","date","user_name","source_ip","url","duration","correlation_id","user_id"],"properties":{"duration":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["code","message"],"properties":{"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"implemented_in_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_ip":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"correlation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"implemented_by_partial_function":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source_ip":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"metrics":{"type":"array","items":{"type":"object","properties":{"app_name":{"type":"string"},"implemented_in_version":{"type":"string"},"developer_email":{"type":"string"},"operation_id":{"type":"string"},"consumer_id":{"type":"string"},"target_ip":{"type":"string"},"verb":{"type":"string"},"response_body":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"implemented_by_partial_function":{"type":"string"},"date":{"type":"string","format":"date-time"},"user_name":{"type":"string"},"source_ip":{"type":"string"},"url":{"type":"string"},"duration":{"type":"integer"},"correlation_id":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products/{productcode}/fees/{productfeeid}":{"get":{"tags":["Product"],"summary":"Get Product Fee","description":"<p>Get Product Fee</p>\n<p>Get one product fee by its id.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\">PRODUCT_FEE_ID</a>: 696hlAHLFKUHE37469287634</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\"><strong>product_fee_id</strong></a>: 696hlAHLFKUHE37469287634</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getProductFee","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"productfeeid","in":"path","description":"The PRODUCTFEEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","is_active","bank_id","name","more_info","value","product_fee_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_fee_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"product_code":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}},"product_fee_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"put":{"tags":["Product"],"summary":"Update Product Fee","description":"<p>Update Product Fee.</p>\n<p>Update one Product Fee by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\">PRODUCT_FEE_ID</a>: 696hlAHLFKUHE37469287634</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\"><strong>product_fee_id</strong></a>: 696hlAHLFKUHE37469287634</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-updateProductFee","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"productfeeid","in":"path","description":"The PRODUCTFEEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_active","name","more_info","value"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"is_active":{"type":"boolean"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","is_active","bank_id","name","more_info","value","product_fee_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_fee_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"product_code":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}},"product_fee_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Product"],"summary":"Delete Product Fee","description":"<p>Delete Product Fee</p>\n<p>Delete one product fee by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\">PRODUCT_FEE_ID</a>: 696hlAHLFKUHE37469287634</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteProductFee","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"productfeeid","in":"path","description":"The PRODUCTFEEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{freeform}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)"],"summary":"Create Transaction Request (FREE_FORM)","description":"<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#free_form\">FREE_FORM</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestFreeForm","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"freeform","in":"path","description":"The FREEFORM identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/endpoints/{operationid}/tags":{"get":{"tags":["API"],"summary":"Get System Level Endpoint Tags","description":"<p>Get System Level Endpoint Tags.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>endpoint_tag_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n","operationId":"OBPv4.0.0-getSystemLevelEndpointTags","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["head","tl"],"properties":{"head":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","tag_name","bank_id","endpoint_tag_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"endpoint_tag_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tl":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}},"example":{"type":"object","properties":{"head":{"type":"object","properties":{"operation_id":{"type":"string"},"tag_name":{"type":"string"},"bank_id":{"type":"string"},"endpoint_tag_id":{"type":"string"}}},"tl":{"type":"object","properties":{}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["API"],"summary":"Create System Level Endpoint Tag","description":"<p>Create System Level Endpoint Tag</p>\n<p>Note: Resource Docs are cached, TTL is 3600 seconds</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>endpoint_tag_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n","operationId":"OBPv4.0.0-createSystemLevelEndpointTag","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tag_name"],"properties":{"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tag_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","tag_name","bank_id","endpoint_tag_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"endpoint_tag_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"tag_name":{"type":"string"},"bank_id":{"type":"string"},"endpoint_tag_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/regulated-entities/{regulatedentityid}":{"get":{"tags":["Directory","API"],"summary":"Get Regulated Entity","description":"<p>Get Regulated Entity By REGULATED_ENTITY_ID</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attributeType</strong></a>: attributeType</p>\n<p><a href=\"/glossary#certificate_authority_ca_owner_id\"><strong>certificate_authority_ca_owner_id</strong></a>: CY_CBC</p>\n<p><a href=\"/glossary#entity_address\"><strong>entity_address</strong></a>: EXAMPLE COMPANY LTD, 5 SOME STREET</p>\n<p><a href=\"/glossary#entity_certificate_public_key\"><strong>entity_certificate_public_key</strong></a>: MIICsjCCAZqgAwIBAgIGAYwQ62R0MA0GCSqGSIb3DQEBCwUAMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTAeFw0yMzExMjcxMzE1MTFaFw0yNTExMjYxMzE1MTFaMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK9WIodZHWzKyCcf9YfWEhPURbfO6zKuMqzHN27GdqHsVVEGxP4F/J4mso+0ENcRr6ur4u81iREaVdCc40rHDHVJNEtniD8Icbz7tcsqAewIVhc/q6WXGqImJpCq7hA0m247dDsaZT0lb/MVBiMoJxDEmAE/GYYnWTEn84R35WhJsMvuQ7QmLvNg6RkChY6POCT/YKe9NKwa1NqI1U+oA5RFzAaFtytvZCE3jtp+aR0brL7qaGfgxm6B7dEpGyhg0NcVCV7xMQNq2JxZTVdAr6lcsRGaAFulakmW3aNnmK+L35Wu8uW+OxNxwUuC6f3b4FVBa276FMuUTRfu7gc+k6kCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAAU5CjEyAoyTn7PgFpQD48ZNPuUsEQ19gzYgJvHMzFIoZ7jKBodjO5mCzWBcR7A4mpeAsdyiNBl2sTiZscSnNqxk61jVzP5Ba1D7XtOjjr7+3iqowrThj6BY40QqhYh/6BSY9fDzVZQiHnvlo6ZUM5kUK6OavZOovKlp5DIl5sGqoP0qAJnpQ4nhB2WVVsKfPlOXc+2KSsbJ23g9l8zaTMr+X0umlvfEKqyEl1Fa2L1dO0y/KFQ+ILmxcZLpRdq1hRAjd0quq9qGC8ucXhRWDg4hslVpau0da68g0aItWNez3mc5lB82b3dcZpFMzO41bgw7gvw10AvvTfQDqEYIuQ==</p>\n<p><a href=\"/glossary#entity_code\"><strong>entity_code</strong></a>: PSD_PICY_CBC!12345</p>\n<p><a href=\"/glossary#entity_country\"><strong>entity_country</strong></a>: CY</p>\n<p><a href=\"/glossary#entity_id\"><strong>entity_id</strong></a>: 0af807d7-3c39-43ef-9712-82bcfde1b9ca</p>\n<p><a href=\"/glossary#entity_name\"><strong>entity_name</strong></a>: EXAMPLE COMPANY LTD</p>\n<p><a href=\"/glossary#entity_post_code\"><strong>entity_post_code</strong></a>: 1060</p>\n<p><a href=\"/glossary#entity_town_city\"><strong>entity_town_city</strong></a>: SOME CITY</p>\n<p><a href=\"/glossary#entity_type\"><strong>entity_type</strong></a>: PSD_PI</p>\n<p><a href=\"/glossary#entity_web_site\"><strong>entity_web_site</strong></a>: <a href=\"http://www.example.com\">www.example.com</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv5.1.0-getRegulatedEntityById","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity_country","entity_certificate_public_key","entity_code","services","entity_town_city","entity_name","entity_post_code","entity_web_site","entity_id","entity_type","certificate_authority_ca_owner_id","attributes","entity_address"],"properties":{"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["CY"],"properties":{"CY":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"entity_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_web_site":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_certificate_public_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributeType","name","value"],"properties":{"attributeType":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entity_post_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_town_city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_authority_ca_owner_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"entity_country":{"type":"string"},"entity_certificate_public_key":{"type":"string"},"entity_code":{"type":"string"},"services":{"type":"array","items":{"type":"object","properties":{"CY":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}},"entity_town_city":{"type":"string"},"entity_name":{"type":"string"},"entity_post_code":{"type":"string"},"entity_web_site":{"type":"string"},"entity_id":{"type":"string"},"entity_type":{"type":"string"},"certificate_authority_ca_owner_id":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeType":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}},"entity_address":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}},"delete":{"tags":["Directory","API"],"summary":"Delete Regulated Entity","description":"<p>Delete Regulated Entity specified by REGULATED_ENTITY_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteRegulatedEntity","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/entitlement-requests/{entitlementrequestid}":{"delete":{"tags":["Role","Entitlement","User"],"summary":"Delete Entitlement Request","description":"<p>Delete the Entitlement Request specified by ENTITLEMENT_REQUEST_ID for a user specified by USER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#entitlement_request_id\">ENTITLEMENT_REQUEST_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.0.0-deleteEntitlementRequest","parameters":[{"name":"entitlementrequestid","in":"path","description":"The ENTITLEMENTREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/FishPort/{fishportid}":{"get":{"tags":["_FishPort","Dynamic-Entity","Dynamic"],"summary":"Get FishPort by id","description":"<p>Get FishPort by id.</p>\n<p>Portfolio of fishbased values</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>fish: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FishPort&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleFishPort_","parameters":[{"name":"fishportid","in":"path","description":"The FISHPORTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port"],"properties":{"fish_port":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port_id","fish","number"],"properties":{"fish_port_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"fish_port":{"type":"object","properties":{"fish_port_id":{"type":"string"},"fish":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_FishPort","Dynamic-Entity","Dynamic"],"summary":"Update FishPort","description":"<p>Update FishPort.</p>\n<p>Portfolio of fishbased values</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>fish: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FishPort&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateFishPort_","parameters":[{"name":"fishportid","in":"path","description":"The FISHPORTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish","number"],"properties":{"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"fish":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port"],"properties":{"fish_port":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port_id","fish","number"],"properties":{"fish_port_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"fish_port":{"type":"object","properties":{"fish_port_id":{"type":"string"},"fish":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_FishPort","Dynamic-Entity","Dynamic"],"summary":"Delete FishPort by id","description":"<p>Delete FishPort by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FishPort&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteFishPort_","parameters":[{"name":"fishportid","in":"path","description":"The FISHPORTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port"],"properties":{"fish_port":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["fish_port_id","fish","number"],"properties":{"fish_port_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"fish":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"fish_port":{"type":"object","properties":{"fish_port_id":{"type":"string"},"fish":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consumers/{consumerid}/consumer/certificate":{"put":{"tags":["Consumer"],"summary":"Update Consumer Certificate","description":"<p>Update a Certificate for a Consumer specified by CONSUMER_ID.</p>\n<p>Please note: Your consumer may be disabled as a result of this action.</p>\n<p>CONSUMER_ID can be obtained after you register the application.</p>\n<p>Or use the endpoint 'Get Consumers' to get it</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;a&#x69;&#x6c;&#116;&#x6f;&#x3a;f&#101;&#108;&#105;x&#x73;&#x6d;&#105;&#x74;&#x68;&#64;e&#120;&#97;&#109;&#x70;l&#x65;.&#x63;o&#109;\">&#x66;&#x65;&#x6c;&#x69;&#120;&#x73;&#109;&#x69;&#x74;&#x68;&#x40;&#101;&#120;&#97;&#x6d;&#x70;l&#101;&#x2e;&#99;&#111;&#109;</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-updateConsumerCertificate","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["certificate"],"properties":{"certificate":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"certificate":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products/{productcode}/fee":{"post":{"tags":["Product"],"summary":"Create Product Fee","description":"<p>Create Product Fee</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#product_fee_id\">product_fee_id</a>: 696hlAHLFKUHE37469287634</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\"><strong>product_fee_id</strong></a>: 696hlAHLFKUHE37469287634</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-createProductFee","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_active","name","more_info","value"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"is_active":{"type":"boolean"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","is_active","bank_id","name","more_info","value","product_fee_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_fee_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"product_code":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}},"product_fee_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/images/{imageid}":{"delete":{"tags":["Transaction-Metadata","Transaction"],"summary":"Delete a Transaction Image","description":"<p>Deletes the image IMAGE_ID about the transaction TRANSACTION_ID made on <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.</p>\n<p>Authentication via OAuth is required. The user must either have owner privileges for this account, or must be the user that posted the image.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#image_id\">IMAGE_ID</a>:</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteImageForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"imageid","in":"path","description":"The IMAGEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/test_daniel707/TEST_DANIEL707_ID":{"get":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Get test_daniel707 by id","description":"<p>Get test_daniel707 by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingletest_daniel707_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Update test_daniel707","description":"<p>Update test_daniel707.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updatetest_daniel707_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Delete test_daniel707 by id","description":"<p>Delete test_daniel707 by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deletetest_daniel707_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/transaction-requests/{transactionrequestid}":{"get":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Get Transaction Request by ID","description":"<p>Returns transaction request for transaction specified by TRANSACTION_REQUEST_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge\"><strong>challenge</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv5.1.0-getTransactionRequestById","parameters":[{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenge","status","end_date","charge","transaction_ids","from","details","start_date","id"],"properties":{"challenge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","allowed_attempts","id"],"properties":{"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenge":{"type":"object","properties":{"challenge_type":{"type":"string"},"allowed_attempts":{"type":"integer"},"id":{"type":"string"}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Transaction-Request"],"summary":"Update Transaction Request Status","description":"<p>Update Transaction Request Status</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-updateTransactionRequestStatus","parameters":[{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system/log-cache/error":{"get":{"tags":["System","API","Log-Cache"],"summary":"Get Error Level Log Cache","description":"<p>Returns ERROR level logs from the system log cache.</p>\n<p>This endpoint supports pagination via the following optional query parameters:<br />\n* limit - Maximum number of log entries to return<br />\n* offset - Number of log entries to skip (for pagination)</p>\n<p>Example: GET /system/log-cache/error?limit=50&amp;offset=100</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-logCacheErrorEndpoint","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attributes":{"get":{"tags":["Bank","Bank-Attribute","Attribute"],"summary":"Get Bank Attributes","description":"<p>Get Bank Attributes</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_attribute_id</strong></a>: bank_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>bank_attributes</strong></a>: bank_attributes</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv4.0.0-getBankAttributes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_attributes"],"properties":{"bank_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","bank_id","type","name","is_active","bank_attribute_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"},"bank_attribute_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/settlement-accounts":{"get":{"tags":["Bank","PSD2"],"summary":"Get Settlement accounts at Bank","description":"<p>Get settlement accounts on this API instance<br />\nReturns a list of settlement accounts at this Bank</p>\n<p>Note: a settlement account is considered as a bank account.<br />\nSo you can update it and add account attributes to it using the regular account endpoints</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>payment_system</strong></a>: SEPA</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#settlement_accounts\"><strong>settlement_accounts</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv4.0.0-getSettlementAccounts","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["settlement_accounts"],"properties":{"settlement_accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","payment_system","label","balance","account_attributes","branch_id","account_id"],"properties":{"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"payment_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"settlement_accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"payment_system":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"branch_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Bank"],"summary":"Create Settlement Account","description":"<p>Create a new settlement account at a bank.</p>\n<p>The created settlement account id will be the concatenation of the payment system and the account currency.<br />\nFor examples: SEPA_SETTLEMENT_ACCOUNT_EUR, CARD_SETTLEMENT_ACCOUNT_USD</p>\n<p>By default, when you create a new bank, two settlements accounts are created automatically: OBP_DEFAULT_INCOMING_ACCOUNT_ID and OBP_DEFAULT_OUTGOING_ACCOUNT_ID<br />\nThose two accounts have EUR as default currency.</p>\n<p>If you want to create default settlement account for a specific currency, you can fill the <code>payment_system</code> field with the <code>DEFAULT</code> value.</p>\n<p>When a transaction is saved in OBP through the mapped connector, OBP-API look for the account to save the double-entry transaction.<br />\nIf no OBP account can be found from the counterparty, the double-entry transaction will be saved on a bank settlement account.<br />\n- First, the mapped connector looks for a settlement account specific to the payment system and currency. E.g SEPA_SETTLEMENT_ACCOUNT_EUR.<br />\n- If we don't find any specific settlement account with the payment system, we look for a default settlement account for the counterparty currency. E.g DEFAULT_SETTLEMENT_ACCOUNT_EUR.<br />\n- Else, we select one of the two OBP default settlement accounts (OBP_DEFAULT_INCOMING_ACCOUNT_ID/OBP_DEFAULT_OUTGOING_ACCOUNT_ID) according to the transaction direction.</p>\n<p>If the POST body USER_ID <em>is</em> specified, the logged in user must have the Role CanCreateAccount. Once created, the Account will be owned by the User specified by USER_ID.</p>\n<p>If the POST body USER_ID is <em>not</em> specified, the account will be owned by the logged in User.</p>\n<p>Note: The Amount MUST be zero.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#\"><strong>payment_system</strong></a>: SEPA</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>payment_system</strong></a>: SEPA</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv4.0.0-createSettlementAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","payment_system","label","balance","branch_id","user_id"],"properties":{"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"payment_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"payment_system":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"branch_id":{"type":"string"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","payment_system","label","balance","account_attributes","branch_id","account_id","user_id"],"properties":{"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"payment_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"payment_system":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"branch_id":{"type":"string"},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/password-reset-url":{"post":{"tags":["User"],"summary":"Request Password Reset Email","description":"<p>Request a password reset email for a user. No authentication is required.</p>\n<p>Authentication is NOT Required.</p>\n<p>This endpoint is designed for users who have forgotten their password and cannot log in.</p>\n<p>Behavior:<br />\n- Looks up the user by username and email<br />\n- Generates a unique password reset token<br />\n- Creates a reset URL using the portal_external_url property (falls back to API hostname)<br />\n- Sends an email to the user with the reset link</p>\n<p>Required fields:<br />\n- username: The user's username (typically email)<br />\n- email: The user's email address (must match username)</p>\n<p>The user must exist and be validated before a reset email can be sent.</p>\n<p>Email configuration must be set up correctly for email delivery to work.</p>\n<p>Note: For security reasons, this endpoint returns a generic success message regardless of<br />\nwhether the user was found, to prevent user enumeration.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#105;l&#x74;&#x6f;&#x3a;&#x66;&#x65;&#x6c;&#105;&#x78;&#x73;m&#105;&#x74;h&#64;&#101;&#x78;&#x61;m&#112;l&#101;&#x2e;&#x63;&#111;&#109;\">&#102;&#x65;&#108;i&#120;&#x73;m&#x69;&#116;&#x68;@&#101;x&#97;m&#112;&#108;&#101;.&#x63;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n","operationId":"OBPv6.0.0-resetPasswordUrlAnonymous","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","username"],"properties":{"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"username":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message"],"properties":{"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"message":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/regulated-entities":{"get":{"tags":["Directory","API"],"summary":"Get Regulated Entities","description":"<p>Returns information about:</p>\n<ul>\n<li>Regulated Entities</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attributeType</strong></a>: attributeType</p>\n<p><a href=\"/glossary#certificate_authority_ca_owner_id\"><strong>certificate_authority_ca_owner_id</strong></a>: CY_CBC</p>\n<p><a href=\"/glossary#\"><strong>entities</strong></a>: entities</p>\n<p><a href=\"/glossary#entity_address\"><strong>entity_address</strong></a>: EXAMPLE COMPANY LTD, 5 SOME STREET</p>\n<p><a href=\"/glossary#entity_certificate_public_key\"><strong>entity_certificate_public_key</strong></a>: MIICsjCCAZqgAwIBAgIGAYwQ62R0MA0GCSqGSIb3DQEBCwUAMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTAeFw0yMzExMjcxMzE1MTFaFw0yNTExMjYxMzE1MTFaMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK9WIodZHWzKyCcf9YfWEhPURbfO6zKuMqzHN27GdqHsVVEGxP4F/J4mso+0ENcRr6ur4u81iREaVdCc40rHDHVJNEtniD8Icbz7tcsqAewIVhc/q6WXGqImJpCq7hA0m247dDsaZT0lb/MVBiMoJxDEmAE/GYYnWTEn84R35WhJsMvuQ7QmLvNg6RkChY6POCT/YKe9NKwa1NqI1U+oA5RFzAaFtytvZCE3jtp+aR0brL7qaGfgxm6B7dEpGyhg0NcVCV7xMQNq2JxZTVdAr6lcsRGaAFulakmW3aNnmK+L35Wu8uW+OxNxwUuC6f3b4FVBa276FMuUTRfu7gc+k6kCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAAU5CjEyAoyTn7PgFpQD48ZNPuUsEQ19gzYgJvHMzFIoZ7jKBodjO5mCzWBcR7A4mpeAsdyiNBl2sTiZscSnNqxk61jVzP5Ba1D7XtOjjr7+3iqowrThj6BY40QqhYh/6BSY9fDzVZQiHnvlo6ZUM5kUK6OavZOovKlp5DIl5sGqoP0qAJnpQ4nhB2WVVsKfPlOXc+2KSsbJ23g9l8zaTMr+X0umlvfEKqyEl1Fa2L1dO0y/KFQ+ILmxcZLpRdq1hRAjd0quq9qGC8ucXhRWDg4hslVpau0da68g0aItWNez3mc5lB82b3dcZpFMzO41bgw7gvw10AvvTfQDqEYIuQ==</p>\n<p><a href=\"/glossary#entity_code\"><strong>entity_code</strong></a>: PSD_PICY_CBC!12345</p>\n<p><a href=\"/glossary#entity_country\"><strong>entity_country</strong></a>: CY</p>\n<p><a href=\"/glossary#entity_id\"><strong>entity_id</strong></a>: 0af807d7-3c39-43ef-9712-82bcfde1b9ca</p>\n<p><a href=\"/glossary#entity_name\"><strong>entity_name</strong></a>: EXAMPLE COMPANY LTD</p>\n<p><a href=\"/glossary#entity_post_code\"><strong>entity_post_code</strong></a>: 1060</p>\n<p><a href=\"/glossary#entity_town_city\"><strong>entity_town_city</strong></a>: SOME CITY</p>\n<p><a href=\"/glossary#entity_type\"><strong>entity_type</strong></a>: PSD_PI</p>\n<p><a href=\"/glossary#entity_web_site\"><strong>entity_web_site</strong></a>: <a href=\"http://www.example.com\">www.example.com</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv5.1.0-regulatedEntities","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entities"],"properties":{"entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity_country","entity_certificate_public_key","entity_code","services","entity_town_city","entity_name","entity_post_code","entity_web_site","entity_id","entity_type","certificate_authority_ca_owner_id","attributes","entity_address"],"properties":{"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["CY"],"properties":{"CY":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"entity_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_web_site":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_certificate_public_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributeType","name","value"],"properties":{"attributeType":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entity_post_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_town_city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_authority_ca_owner_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entities":{"type":"array","items":{"type":"object","properties":{"entity_country":{"type":"string"},"entity_certificate_public_key":{"type":"string"},"entity_code":{"type":"string"},"services":{"type":"array","items":{"type":"object","properties":{"CY":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}},"entity_town_city":{"type":"string"},"entity_name":{"type":"string"},"entity_post_code":{"type":"string"},"entity_web_site":{"type":"string"},"entity_id":{"type":"string"},"entity_type":{"type":"string"},"certificate_authority_ca_owner_id":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeType":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}},"entity_address":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Directory","API"],"summary":"Create Regulated Entity","description":"<p>Create Regulated Entity</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attributeType</strong></a>: attributeType</p>\n<p><a href=\"/glossary#certificate_authority_ca_owner_id\"><strong>certificate_authority_ca_owner_id</strong></a>: CY_CBC</p>\n<p><a href=\"/glossary#entity_address\"><strong>entity_address</strong></a>: EXAMPLE COMPANY LTD, 5 SOME STREET</p>\n<p><a href=\"/glossary#entity_certificate_public_key\"><strong>entity_certificate_public_key</strong></a>: MIICsjCCAZqgAwIBAgIGAYwQ62R0MA0GCSqGSIb3DQEBCwUAMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTAeFw0yMzExMjcxMzE1MTFaFw0yNTExMjYxMzE1MTFaMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK9WIodZHWzKyCcf9YfWEhPURbfO6zKuMqzHN27GdqHsVVEGxP4F/J4mso+0ENcRr6ur4u81iREaVdCc40rHDHVJNEtniD8Icbz7tcsqAewIVhc/q6WXGqImJpCq7hA0m247dDsaZT0lb/MVBiMoJxDEmAE/GYYnWTEn84R35WhJsMvuQ7QmLvNg6RkChY6POCT/YKe9NKwa1NqI1U+oA5RFzAaFtytvZCE3jtp+aR0brL7qaGfgxm6B7dEpGyhg0NcVCV7xMQNq2JxZTVdAr6lcsRGaAFulakmW3aNnmK+L35Wu8uW+OxNxwUuC6f3b4FVBa276FMuUTRfu7gc+k6kCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAAU5CjEyAoyTn7PgFpQD48ZNPuUsEQ19gzYgJvHMzFIoZ7jKBodjO5mCzWBcR7A4mpeAsdyiNBl2sTiZscSnNqxk61jVzP5Ba1D7XtOjjr7+3iqowrThj6BY40QqhYh/6BSY9fDzVZQiHnvlo6ZUM5kUK6OavZOovKlp5DIl5sGqoP0qAJnpQ4nhB2WVVsKfPlOXc+2KSsbJ23g9l8zaTMr+X0umlvfEKqyEl1Fa2L1dO0y/KFQ+ILmxcZLpRdq1hRAjd0quq9qGC8ucXhRWDg4hslVpau0da68g0aItWNez3mc5lB82b3dcZpFMzO41bgw7gvw10AvvTfQDqEYIuQ==</p>\n<p><a href=\"/glossary#entity_code\"><strong>entity_code</strong></a>: PSD_PICY_CBC!12345</p>\n<p><a href=\"/glossary#entity_country\"><strong>entity_country</strong></a>: CY</p>\n<p><a href=\"/glossary#entity_name\"><strong>entity_name</strong></a>: EXAMPLE COMPANY LTD</p>\n<p><a href=\"/glossary#entity_post_code\"><strong>entity_post_code</strong></a>: 1060</p>\n<p><a href=\"/glossary#entity_town_city\"><strong>entity_town_city</strong></a>: SOME CITY</p>\n<p><a href=\"/glossary#entity_type\"><strong>entity_type</strong></a>: PSD_PI</p>\n<p><a href=\"/glossary#entity_web_site\"><strong>entity_web_site</strong></a>: <a href=\"http://www.example.com\">www.example.com</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attributeType</strong></a>: attributeType</p>\n<p><a href=\"/glossary#certificate_authority_ca_owner_id\"><strong>certificate_authority_ca_owner_id</strong></a>: CY_CBC</p>\n<p><a href=\"/glossary#entity_address\"><strong>entity_address</strong></a>: EXAMPLE COMPANY LTD, 5 SOME STREET</p>\n<p><a href=\"/glossary#entity_certificate_public_key\"><strong>entity_certificate_public_key</strong></a>: MIICsjCCAZqgAwIBAgIGAYwQ62R0MA0GCSqGSIb3DQEBCwUAMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTAeFw0yMzExMjcxMzE1MTFaFw0yNTExMjYxMzE1MTFaMBoxGDAWBgNVBAMMD2FwcC5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK9WIodZHWzKyCcf9YfWEhPURbfO6zKuMqzHN27GdqHsVVEGxP4F/J4mso+0ENcRr6ur4u81iREaVdCc40rHDHVJNEtniD8Icbz7tcsqAewIVhc/q6WXGqImJpCq7hA0m247dDsaZT0lb/MVBiMoJxDEmAE/GYYnWTEn84R35WhJsMvuQ7QmLvNg6RkChY6POCT/YKe9NKwa1NqI1U+oA5RFzAaFtytvZCE3jtp+aR0brL7qaGfgxm6B7dEpGyhg0NcVCV7xMQNq2JxZTVdAr6lcsRGaAFulakmW3aNnmK+L35Wu8uW+OxNxwUuC6f3b4FVBa276FMuUTRfu7gc+k6kCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAAU5CjEyAoyTn7PgFpQD48ZNPuUsEQ19gzYgJvHMzFIoZ7jKBodjO5mCzWBcR7A4mpeAsdyiNBl2sTiZscSnNqxk61jVzP5Ba1D7XtOjjr7+3iqowrThj6BY40QqhYh/6BSY9fDzVZQiHnvlo6ZUM5kUK6OavZOovKlp5DIl5sGqoP0qAJnpQ4nhB2WVVsKfPlOXc+2KSsbJ23g9l8zaTMr+X0umlvfEKqyEl1Fa2L1dO0y/KFQ+ILmxcZLpRdq1hRAjd0quq9qGC8ucXhRWDg4hslVpau0da68g0aItWNez3mc5lB82b3dcZpFMzO41bgw7gvw10AvvTfQDqEYIuQ==</p>\n<p><a href=\"/glossary#entity_code\"><strong>entity_code</strong></a>: PSD_PICY_CBC!12345</p>\n<p><a href=\"/glossary#entity_country\"><strong>entity_country</strong></a>: CY</p>\n<p><a href=\"/glossary#entity_id\"><strong>entity_id</strong></a>: 0af807d7-3c39-43ef-9712-82bcfde1b9ca</p>\n<p><a href=\"/glossary#entity_name\"><strong>entity_name</strong></a>: EXAMPLE COMPANY LTD</p>\n<p><a href=\"/glossary#entity_post_code\"><strong>entity_post_code</strong></a>: 1060</p>\n<p><a href=\"/glossary#entity_town_city\"><strong>entity_town_city</strong></a>: SOME CITY</p>\n<p><a href=\"/glossary#entity_type\"><strong>entity_type</strong></a>: PSD_PI</p>\n<p><a href=\"/glossary#entity_web_site\"><strong>entity_web_site</strong></a>: <a href=\"http://www.example.com\">www.example.com</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv5.1.0-createRegulatedEntity","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity_country","entity_certificate_public_key","entity_code","services","entity_town_city","entity_name","entity_post_code","entity_web_site","entity_type","certificate_authority_ca_owner_id","attributes","entity_address"],"properties":{"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["CY"],"properties":{"CY":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"entity_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_web_site":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_certificate_public_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributeType","name","value"],"properties":{"attributeType":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entity_post_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_town_city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_authority_ca_owner_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"entity_country":{"type":"string"},"entity_certificate_public_key":{"type":"string"},"entity_code":{"type":"string"},"services":{"type":"array","items":{"type":"object","properties":{"CY":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}},"entity_town_city":{"type":"string"},"entity_name":{"type":"string"},"entity_post_code":{"type":"string"},"entity_web_site":{"type":"string"},"entity_type":{"type":"string"},"certificate_authority_ca_owner_id":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeType":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}},"entity_address":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity_country","entity_certificate_public_key","entity_code","services","entity_town_city","entity_name","entity_post_code","entity_web_site","entity_id","entity_type","certificate_authority_ca_owner_id","attributes","entity_address"],"properties":{"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["CY"],"properties":{"CY":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"entity_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_web_site":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_certificate_public_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributeType","name","value"],"properties":{"attributeType":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entity_post_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_town_city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_authority_ca_owner_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"entity_country":{"type":"string"},"entity_certificate_public_key":{"type":"string"},"entity_code":{"type":"string"},"services":{"type":"array","items":{"type":"object","properties":{"CY":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}},"entity_town_city":{"type":"string"},"entity_name":{"type":"string"},"entity_post_code":{"type":"string"},"entity_web_site":{"type":"string"},"entity_id":{"type":"string"},"entity_type":{"type":"string"},"certificate_authority_ca_owner_id":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeType":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}},"entity_address":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/{userid}/attributes/{userattributeid}":{"get":{"tags":["User","User-Attribute","Attribute"],"summary":"Get User Attribute By Id","description":"<p>Get a User Attribute by USER_ATTRIBUTE_ID for the user specified by USER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">USER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-getUserAttributeById","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"userattributeid","in":"path","description":"The USERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["User","User-Attribute","Attribute"],"summary":"Update User Attribute","description":"<p>Update a User Attribute by USER_ATTRIBUTE_ID for the user specified by USER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">USER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-updateUserAttribute","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"userattributeid","in":"path","description":"The USERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","value","name"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["User","User-Attribute","Attribute"],"summary":"Delete User Attribute","description":"<p>Delete a User Attribute by USER_ATTRIBUTE_ID for the user specified by USER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">USER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteUserAttribute","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"userattributeid","in":"path","description":"The USERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/jwks-uris":{"get":{"tags":["API","OAuth","OIDC"],"summary":"Get JSON Web Key (JWK) URIs","description":"<p>Get the OAuth2 server's public JSON Web Key (JWK) URIs.<br />\nIt is required by client applications to validate ID tokens, self-contained access tokens and other issued objects.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#jwks_uri\"><strong>jwks_uri</strong></a>:</p>\n<p><a href=\"/glossary#jwks_uris\"><strong>jwks_uris</strong></a>:</p>\n","operationId":"OBPv3.1.0-getOAuth2ServerJWKsURIs","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jwks_uris"],"properties":{"jwks_uris":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jwks_uri"],"properties":{"jwks_uri":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"jwks_uris":{"type":"array","items":{"type":"object","properties":{"jwks_uri":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/my/api-collection-ids/{apicollectionid}/api-collection-endpoint-ids/{apicollectionendpointid}":{"delete":{"tags":["Api-Collection"],"summary":"Delete My Api Collection Endpoint By Id","description":"<p>glossary-item-not-found<br />\nDelete Api Collection Endpoint<br />\nDelete Api Collection Endpoint By Id</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ENDPOINT_ID</a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteMyApiCollectionEndpointById","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"apicollectionendpointid","in":"path","description":"The APICOLLECTIONENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/system-views/{viewid}":{"get":{"tags":["View-System"],"summary":"Get System View","description":"<p>Get System View</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>can_grant_access_to_views</strong></a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>can_revoke_access_to_views</strong></a>: can_revoke_access_to_views</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv5.0.0-getSystemView","parameters":[{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_revoke_access_to_views","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_grant_access_to_views","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["View-System"],"summary":"Delete System View","description":"<p>Deletes the system view specified by VIEW_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.0.0-deleteSystemView","parameters":[{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transactions/{transactionid}/attribute":{"post":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Create Transaction Attribute","description":"<p>Create Transaction Attribute</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-createTransactionAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/firehose/customers":{"get":{"tags":["Customer","FirehoseData"],"summary":"Get Firehose Customers","description":"<p>Get Customers that has a firehose View.</p>\n<p>Allows bulk access to customers.<br />\nUser must have the CanUseFirehoseAtAnyBank Role</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<ul>\n<li>from_date=DATE =&gt; example value: 1970-01-01T00:00:00.000Z. NOTE! The default value is one year ago (1970-01-01T00:00:00.000Z).</li>\n<li>to_date=DATE =&gt; example value: 2026-02-25T15:15:25.781Z. NOTE! The default value is now (2026-02-25T15:15:25.781Z).</li>\n</ul>\n<p>Date format parameter: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'(1100-01-01T01:01:01.000Z) ==&gt; time zone is UTC.</p>\n<p>eg3:?sort_direction=ASC&amp;limit=100&amp;offset=0&amp;from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;lto&#x3a;f&#x65;li&#x78;&#115;&#109;&#105;&#116;&#104;&#64;&#x65;&#120;am&#112;&#108;&#101;&#x2e;&#x63;om\">&#x66;e&#x6c;&#x69;&#x78;&#115;&#x6d;&#x69;&#116;h&#x40;&#101;&#120;&#97;&#109;&#112;&#108;&#101;.&#99;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-getFirehoseCustomers","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","customer_id","relationship_status","last_ok_date","bank_id","highest_education_attained","customer_number","credit_rating","legal_name","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"legal_name":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/MarchHare":{"get":{"tags":["_MarchHare(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get MarchHare List","description":"<p>Get MarchHare List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;MarchHare&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /MarchHare?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getMarchHareList_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","march_hare_list"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"march_hare_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["march_hare_id","name","number"],"properties":{"march_hare_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"march_hare_list":{"type":"array","items":{"type":"object","properties":{"march_hare_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_MarchHare(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Create new MarchHare","description":"<p>Create new MarchHare.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;MarchHare&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createMarchHare_gh.29.uk","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","march_hare"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"march_hare":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["march_hare_id","name","number"],"properties":{"march_hare_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"march_hare":{"type":"object","properties":{"march_hare_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/consent-infos":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get My Consents Info","description":"<p>This endpoint gets the Consents that the current User created.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#api_version\"><strong>api_version</strong></a>:</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#consents\"><strong>consents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>last_action_date</strong></a>: last_action_date</p>\n<p><a href=\"/glossary#\"><strong>last_usage_date</strong></a>: last_usage_date</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-getConsentInfos","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consents"],"properties":{"consents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","api_standard","consumer_id","last_usage_date","last_action_date","consent_id","status","api_version"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_usage_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_action_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"consents":{"type":"array","items":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"api_standard":{"type":"string"},"consumer_id":{"type":"string"},"last_usage_date":{"type":"string","format":"date-time"},"last_action_date":{"type":"string","format":"date-time"},"consent_id":{"type":"string"},"status":{"type":"string"},"api_version":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/users/current/consumers":{"get":{"tags":["Consumer"],"summary":"Get Consumers (logged in User)","description":"<p>Get the Consumers for logged in User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#consumers\"><strong>consumers</strong></a>:</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#102;&#x65;&#108;&#105;&#x78;&#115;&#x6d;it&#104;&#64;&#x65;x&#x61;m&#112;&#108;&#x65;&#x2e;c&#x6f;&#109;\">&#102;&#x65;&#108;&#x69;&#x78;&#115;&#109;i&#116;&#x68;&#64;&#101;&#x78;&#97;&#x6d;&#112;&#108;e&#x2e;&#99;o&#109;</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv3.1.0-getConsumersForCurrentUser","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumers"],"properties":{"consumers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["app_name","enabled","created_by_user","description","developer_email","created","consumer_id","redirect_url","app_type"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"consumers":{"type":"array","items":{"type":"object","properties":{"app_name":{"type":"string"},"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"description":{"type":"string"},"developer_email":{"type":"string"},"created":{"type":"string","format":"date-time"},"consumer_id":{"type":"string"},"redirect_url":{"type":"string"},"app_type":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/cache/config":{"get":{"tags":["Cache","System","API"],"summary":"Get Cache Configuration","description":"<p>Returns cache configuration information including:</p>\n<ul>\n<li>Redis status: availability, connection details (URL, port, SSL)</li>\n<li>In-memory cache status: availability and current size</li>\n<li>Instance ID and environment</li>\n<li>Global cache namespace prefix</li>\n</ul>\n<p>This helps understand what cache backend is being used and how it's configured.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>available</strong></a>: available</p>\n<p><a href=\"/glossary#\"><strong>current_size</strong></a>: current_size</p>\n<p><a href=\"/glossary#\"><strong>environment</strong></a>: environment</p>\n<p><a href=\"/glossary#\"><strong>global_prefix</strong></a>: global_prefix</p>\n<p><a href=\"/glossary#\"><strong>in_memory_status</strong></a>: in_memory_status</p>\n<p><a href=\"/glossary#\"><strong>instance_id</strong></a>: instance_id</p>\n<p><a href=\"/glossary#\"><strong>port</strong></a>: port</p>\n<p><a href=\"/glossary#\"><strong>redis_status</strong></a>: redis_status</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>use_ssl</strong></a>: use_ssl</p>\n","operationId":"OBPv6.0.0-getCacheConfig","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["in_memory_status","redis_status","instance_id","environment","global_prefix"],"properties":{"global_prefix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redis_status":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["available","url","use_ssl","port"],"properties":{"available":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"use_ssl":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"port":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"environment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"in_memory_status":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["available","current_size"],"properties":{"available":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"current_size":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"instance_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"in_memory_status":{"type":"object","properties":{"available":{"type":"boolean"},"current_size":{"type":"integer"}}},"redis_status":{"type":"object","properties":{"available":{"type":"boolean"},"url":{"type":"string"},"use_ssl":{"type":"boolean"},"port":{"type":"integer"}}},"instance_id":{"type":"string"},"environment":{"type":"string"},"global_prefix":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/cascading/banks/{bankid}/customers/{customerid}":{"delete":{"tags":["Customer"],"summary":"Delete Customer Cascade","description":"<p>Delete a Customer Cascade specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteCustomerCascade","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consumers":{"get":{"tags":["Consumer"],"summary":"Get Consumers","description":"<p>Get the all Consumers.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<ul>\n<li>from_date=DATE =&gt; example value: 1970-01-01T00:00:00.000Z. NOTE! The default value is one year ago (1970-01-01T00:00:00.000Z).</li>\n<li>to_date=DATE =&gt; example value: 2026-02-25T15:15:28.265Z. NOTE! The default value is now (2026-02-25T15:15:28.265Z).</li>\n</ul>\n<p>Date format parameter: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'(1100-01-01T01:01:01.000Z) ==&gt; time zone is UTC.</p>\n<p>eg3:?sort_direction=ASC&amp;limit=100&amp;offset=0&amp;from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#consumers\"><strong>consumers</strong></a>:</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;&#x69;&#x6c;&#x74;&#x6f;:&#x66;&#101;&#108;&#x69;xs&#x6d;&#x69;t&#x68;&#64;e&#x78;&#x61;&#x6d;&#x70;&#108;e.c&#111;&#109;\">&#102;&#101;l&#x69;&#120;&#115;&#x6d;i&#x74;&#x68;&#64;e&#120;&#x61;&#x6d;p&#x6c;e&#46;&#x63;&#111;&#109;</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-getConsumers","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumers"],"properties":{"consumers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"consumers":{"type":"array","items":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Consumer"],"summary":"Create a Consumer","description":"<p>Create a Consumer (Authenticated access).</p>\n<p>A Consumer represents an application that uses the Open Bank Project API. Each Consumer has:<br />\n- A unique <strong>key</strong> (40 character random string) - used as the client ID for authentication<br />\n- A unique <strong>secret</strong> (40 character random string) - used for secure authentication<br />\n- An <strong>app_type</strong> (Confidential or Public) - determines OAuth2 flow requirements<br />\n- Metadata like app_name, description, developer_email, company, etc.</p>\n<p><strong>How it works (for comprehension flow):</strong></p>\n<ol>\n<li><strong>Extract authenticated user</strong>: Retrieves the currently logged-in user who is creating the consumer</li>\n<li><strong>Parse and validate JSON request</strong>: Extracts the CreateConsumerRequestJsonV510 from the request body</li>\n<li><strong>Determine app_type</strong>: Converts the string &quot;Confidential&quot; or &quot;Public&quot; to the AppType enum</li>\n<li><strong>Generate credentials</strong>: Creates random 40-character key and secret for the new consumer</li>\n<li><strong>Create consumer record</strong>: Calls createConsumerNewStyle with all parameters:</li>\n</ol>\n<ul>\n<li>Auto-generated key and secret</li>\n<li>enabled flag (controls if consumer is active)</li>\n<li>app_name, description, developer_email, company</li>\n<li>redirect_url (for OAuth flows)</li>\n<li>client_certificate (optional, for certificate-based auth)</li>\n<li>logo_url (optional)</li>\n<li>createdByUserId (the authenticated user's ID)</li>\n</ul>\n<ol>\n<li><strong>Return response</strong>: Returns the newly created consumer with HTTP 201 Created status</li>\n</ol>\n<p><strong>Client Certificate (Optional but Recommended for PSD2/Berlin Group):</strong></p>\n<p>The <code>client_certificate</code> field provides enhanced security through X.509 certificate validation.</p>\n<p><strong>IMPORTANT SECURITY NOTE:</strong><br />\n- <strong>This endpoint does NOT validate the certificate at creation time</strong> - any certificate can be provided<br />\n- The certificate is simply stored with the consumer record without checking if it's from a trusted CA<br />\n- For PSD2/Berlin Group compliance with certificate validation, use the <strong>Dynamic Registration</strong> endpoint instead<br />\n- Dynamic Registration validates certificates against registered Regulated Entities and trusted CAs</p>\n<p><strong>How certificates are used (after creation):</strong><br />\n- Certificate is stored in PEM format (Base64-encoded X.509) with the consumer record<br />\n- On subsequent API requests, the certificate from the <code>PSD2-CERT</code> header is compared against the stored certificate<br />\n- If certificates don't match, access is denied even with valid OAuth2 tokens<br />\n- First request populates the certificate if not set; subsequent requests must match that certificate</p>\n<p><strong>Certificate validation process (during API requests, NOT at consumer creation):</strong><br />\n1. Certificate from <code>PSD2-CERT</code> header is compared to stored certificate (simple string match)<br />\n2. Certificate is parsed from PEM format to X.509Certificate object<br />\n3. Validated against a configured trust store (PKCS12 format) containing trusted root CAs<br />\n4. Certificate chain is verified using PKIX validation<br />\n5. Optional CRL (Certificate Revocation List) checking if enabled via <code>use_tpp_signature_revocation_list</code><br />\n6. Public key from certificate can verify signed requests (Berlin Group requirement)</p>\n<p><strong>Note:</strong> Steps 3-6 only apply during API request validation, NOT during consumer creation via this endpoint.</p>\n<p><strong>Security benefits (when properly configured):</strong><br />\n- <strong>Certificate binding</strong>: Links consumer to a specific certificate (prevents token reuse with different certs)<br />\n- <strong>Request verification</strong>: Certificate's public key can verify signed requests<br />\n- <strong>Non-repudiation</strong>: Certificate-based signatures prove request origin</p>\n<p><strong>Security limitations of this endpoint:</strong><br />\n- <strong>No validation at creation</strong>: Any certificate (even self-signed or expired) can be stored<br />\n- <strong>No CA verification</strong>: Certificate is not checked against trusted root CAs during creation<br />\n- <strong>No Regulated Entity check</strong>: Does not verify the TPP is registered<br />\n- <strong>Use Dynamic Registration instead</strong> for proper PSD2/Berlin Group compliance with full certificate validation</p>\n<p><strong>For proper PSD2 compliance:</strong><br />\nUse the <strong>Dynamic Consumer Registration</strong> endpoint (<code>POST /obp/v5.1.0/dynamic-registration/consumers</code>) which:<br />\n- Requires JWT-signed request using the certificate's private key<br />\n- Validates certificate against Regulated Entity registry<br />\n- Checks certificate is from a trusted CA using the configured trust store<br />\n- Ensures proper QWAC/eIDAS compliance for EU TPPs</p>\n<p><strong>Configuration properties (for runtime validation):</strong><br />\n- <code>truststore.path.tpp_signature</code> - Path to trust store for certificate validation during API requests<br />\n- <code>truststore.password.tpp_signature</code> - Trust store password<br />\n- <code>use_tpp_signature_revocation_list</code> - Enable/disable CRL checking during requests (default: true)<br />\n- <code>consumer_validation_method_for_consent</code> - Set to &quot;CONSUMER_CERTIFICATE&quot; for cert-based validation<br />\n- <code>bypass_tpp_signature_validation</code> - Emergency bypass (default: false, use only for testing)</p>\n<p><strong>Important</strong>: The key and secret are only shown once in the response. Save them securely as they cannot be retrieved later.</p>\n<p>Please note: Your consumer may be disabled as a result of this action.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\">client_certificate</a>: client_certificate</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#\"><strong>consumer_secret</strong></a>: xwdgylv3vau0n2gkxu1aize4glapftfldp5y1bic</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;i&#x6c;&#x74;&#x6f;:&#x66;e&#x6c;&#x69;&#120;&#115;&#109;&#x69;&#x74;&#104;&#64;&#x65;&#120;&#97;mpl&#101;&#46;&#99;&#111;&#109;\">&#x66;&#101;&#x6c;&#x69;&#x78;&#x73;m&#x69;&#x74;&#104;@&#x65;&#x78;&#x61;&#109;&#112;&#108;&#101;&#46;c&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-createConsumer","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","logo_url","developer_email","client_certificate","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"client_certificate":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"client_certificate":{"type":"string"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","consumer_secret","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_secret":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"consumer_secret":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/entitlements":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlements for One Bank","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getEntitlementsForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_id","bank_id","role_name","user_id"],"properties":{"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"entitlement_id":{"type":"string"},"bank_id":{"type":"string"},"role_name":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attributes/{bankattributeid}":{"get":{"tags":["Bank","Bank-Attribute","Attribute"],"summary":"Get Bank Attribute By BANK_ATTRIBUTE_ID","description":"<p>Get Bank Attribute By BANK_ATTRIBUTE_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">BANK_ATTRIBUTE_ID</a>: BANK_ATTRIBUTE_ID</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_attribute_id</strong></a>: bank_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv4.0.0-getBankAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"bankattributeid","in":"path","description":"The BANKATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","bank_id","type","name","is_active","bank_attribute_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"},"bank_attribute_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Bank","Bank-Attribute","Attribute"],"summary":"Update Bank Attribute","description":"<p>Update Bank Attribute.</p>\n<p>Update one Bak Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">BANK_ATTRIBUTE_ID</a>: BANK_ATTRIBUTE_ID</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-updateBankAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"bankattributeid","in":"path","description":"The BANKATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value","is_active","type"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","type","category","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"type":{"type":"string"},"category":{"type":"string"},"alias":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Bank","Bank-Attribute","Attribute"],"summary":"Delete Bank Attribute","description":"<p>Delete Bank Attribute</p>\n<p>Delete a Bank Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">BANK_ATTRIBUTE_ID</a>: BANK_ATTRIBUTE_ID</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteBankAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"bankattributeid","in":"path","description":"The BANKATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/{attributedefinitionid}/transaction-request":{"delete":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Delete Transaction Request Attribute Definition","description":"<p>Delete Transaction Request Attribute Definition by ATTRIBUTE_DEFINITION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#attribute_definition_id\">ATTRIBUTE_DEFINITION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteTransactionRequestAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"attributedefinitionid","in":"path","description":"The ATTRIBUTEDEFINITIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/customers/{customerid}/social_media_handles":{"get":{"tags":["Customer"],"summary":"Get Customer Social Media Handles","description":"<p>Get social media handles for a customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#checks\"><strong>checks</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#date_activated\"><strong>date_activated</strong></a>:</p>\n<p><a href=\"/glossary#date_added\"><strong>date_added</strong></a>:</p>\n<p><a href=\"/glossary#handle\"><strong>handle</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv2.0.0-getSocialMediaHandles","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["checks"],"properties":{"checks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_added","date_activated","type","customer_number","handle"],"properties":{"date_activated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_added":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"handle":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"checks":{"type":"array","items":{"type":"object","properties":{"date_added":{"type":"string","format":"date-time"},"date_activated":{"type":"string","format":"date-time"},"type":{"type":"string"},"customer_number":{"type":"string"},"handle":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Customer"],"summary":"Create Customer Social Media Handle","description":"<p>Create a customer social media handle for the customer specified by CUSTOMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#date_activated\"><strong>date_activated</strong></a>:</p>\n<p><a href=\"/glossary#date_added\"><strong>date_added</strong></a>:</p>\n<p><a href=\"/glossary#handle\"><strong>handle</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv2.0.0-addSocialMediaHandle","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_added","date_activated","type","customer_number","handle"],"properties":{"date_activated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_added":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"handle":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_added":{"type":"string","format":"date-time"},"date_activated":{"type":"string","format":"date-time"},"type":{"type":"string"},"customer_number":{"type":"string"},"handle":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-rules/policy/{policy}":{"get":{"tags":["ABAC"],"summary":"Get ABAC Rules by Policy","description":"<p>Get all ABAC rules that belong to a specific policy.</p>\n<p>Multiple rules can share the same policy. Rules with multiple policies (comma-separated)<br />\nwill be returned if any of their policies match the requested policy.</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">POLICY</a>: POLICY</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>abac_rule_id</strong></a>: abac_rule_id</p>\n<p><a href=\"/glossary#\"><strong>abac_rules</strong></a>: abac_rules</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><a href=\"/glossary#\"><strong>updated_by_user_id</strong></a>: updated_by_user_id</p>\n","operationId":"OBPv6.0.0-getAbacRulesByPolicy","parameters":[{"name":"policy","in":"path","description":"The POLICY identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["abac_rules"],"properties":{"abac_rules":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policy","abac_rule_id","is_active","updated_by_user_id","created_by_user_id","description","rule_code","rule_name"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_by_user_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"abac_rule_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"abac_rules":{"type":"array","items":{"type":"object","properties":{"policy":{"type":"string"},"abac_rule_id":{"type":"string"},"is_active":{"type":"boolean"},"updated_by_user_id":{"type":"string","format":"date-time"},"created_by_user_id":{"type":"string"},"description":{"type":"string"},"rule_code":{"type":"string"},"rule_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/firehose/accounts/{accountid}/views/{viewid}/transactions":{"get":{"tags":["Transaction","Account-Firehose","Transaction-Firehose","FirehoseData"],"summary":"Get Firehose Transactions for Account","description":"<p>Get Transactions for an Account that has a firehose View.</p>\n<p>Allows bulk access to an account's transactions.<br />\nUser must have the CanUseFirehoseAtAnyBank Role</p>\n<p>To find ACCOUNT_IDs, use the getFirehoseAccountsAtOneBank call.</p>\n<p>For VIEW_ID try 'owner'</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<ul>\n<li>from_date=DATE =&gt; example value: 1970-01-01T00:00:00.000Z. NOTE! The default value is one year ago (1970-01-01T00:00:00.000Z).</li>\n<li>to_date=DATE =&gt; example value: 2026-02-25T15:15:25.757Z. NOTE! The default value is now (2026-02-25T15:15:25.757Z).</li>\n</ul>\n<p>Date format parameter: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'(1100-01-01T01:01:01.000Z) ==&gt; time zone is UTC.</p>\n<p>eg3:?sort_direction=ASC&amp;limit=100&amp;offset=0&amp;from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#comments\"><strong>comments</strong></a>:</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#holders\"><strong>holders</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#images\"><strong>images</strong></a>:</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#narrative\"><strong>narrative</strong></a>:</p>\n<p><a href=\"/glossary#new_balance\"><strong>new_balance</strong></a>: 20</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#other_account\"><strong>other_account</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#this_account\"><strong>this_account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#transaction_attributes\"><strong>transaction_attributes</strong></a>:</p>\n<p><a href=\"/glossary#transactions\"><strong>transactions</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#where\"><strong>where</strong></a>:</p>\n","operationId":"OBPv3.0.0-getFirehoseTransactionsForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transactions"],"properties":{"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metadata","details","transaction_attributes","this_account","id","other_account"],"properties":{"this_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","bank_routing","holders","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"holders":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","description","posted","new_balance","completed","value"],"properties":{"new_balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["narrative","tags","comments","images","where"],"properties":{"narrative":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"where":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"images":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL","id","date","user","label"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"comments":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"other_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","metadata","bank_routing","holder","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"transaction_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"transactions":{"type":"array","items":{"type":"object","properties":{"metadata":{"type":"object","properties":{"narrative":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"comments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"images":{"type":"array","items":{"type":"object","properties":{"URL":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}},"label":{"type":"string"}}}},"where":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}},"details":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"},"posted":{"type":"string","format":"date-time"},"new_balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"completed":{"type":"string","format":"date-time"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_attributes":{"type":"array","items":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"this_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holders":{"type":"array","items":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}}},"id":{"type":"string"}}},"id":{"type":"string"},"other_account":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"metadata":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}},"id":{"type":"string"}}}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/owner/transaction-request-types/{cardano}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (CARDANO)","description":"<p>For sandbox mode, it will use the Cardano Preprod Network.<br />\nThe accountId can be the wallet_id for now, as it uses cardano-wallet in the backend.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CARDANO</a>: CARDANO</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>asset_name</strong></a>: asset_name</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>passphrase</strong></a>: passphrase</p>\n<p><a href=\"/glossary#\"><strong>policy_id</strong></a>: policy_id</p>\n<p><a href=\"/glossary#\"><strong>quantity</strong></a>: quantity</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>unit</strong></a>: unit</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">assets</a>: assets</p>\n<p><a href=\"/glossary#metadata\">metadata</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv6.0.0-createTransactionRequestCardano","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"cardano","in":"path","description":"The CARDANO identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","metadata","value","description","passphrase"],"properties":{"passphrase":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["amount","address","assets"],"properties":{"amount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["quantity","unit"],"properties":{"quantity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"unit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"assets":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["quantity","asset_name","policy_id"],"properties":{"quantity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"asset_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value1","key1"],"properties":{"value1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["string"],"properties":{"string":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"key1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"to":{"type":"object","properties":{"amount":{"type":"object","properties":{"quantity":{"type":"integer"},"unit":{"type":"string"}}},"address":{"type":"string"},"assets":{"type":"array","items":{"type":"object","properties":{"quantity":{"type":"integer"},"asset_name":{"type":"string"},"policy_id":{"type":"string"}}}}}},"metadata":{"type":"object","properties":{"value1":{"type":"object","properties":{"string":{"type":"string"}}},"key1":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"description":{"type":"string"},"passphrase":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/database/info":{"get":{"tags":["API"],"summary":"Get Mapper Database Info","description":"<p>Get basic information about the Mapper Database.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>git_commit</strong></a>: 59623811dd8a41f6ffe67be46954eee11913dc28</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#version\"><strong>version</strong></a>:</p>\n","operationId":"OBPv4.0.0-getMapperDatabaseInfo","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date","git_commit","name","version"],"properties":{"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"git_commit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date":{"type":"string","format":"date-time"},"git_commit":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/double-entry-transaction":{"get":{"tags":["Transaction"],"summary":"Get Double Entry Transaction","description":"<p>Get Double Entry Transaction</p>\n<p>This endpoint can be used to see the double entry transactions. It returns the <code>bank_id</code>, <code>account_id</code> and <code>transaction_id</code><br />\nfor the debit end the credit transaction. The other side account can be a settlement account or an OBP account.</p>\n<p>The endpoint also provide the <code>transaction_request</code> object which contains the <code>bank_id</code>, <code>account_id</code> and<br />\n<code>transaction_request_id</code> of the transaction request at the origin of the transaction. Please note that if none<br />\ntransaction request is at the origin of the transaction, the <code>transaction_request</code> object will be <code>null</code>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>credit_transaction</strong></a>: credit_transaction</p>\n<p><a href=\"/glossary#\"><strong>debit_transaction</strong></a>: debit_transaction</p>\n<p><a href=\"/glossary#\"><strong>transaction_id</strong></a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\"><strong>transaction_request</strong></a>: transaction_request</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_id</strong></a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n","operationId":"OBPv4.0.0-getDoubleEntryTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["debit_transaction","credit_transaction","transaction_request"],"properties":{"debit_transaction":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","transaction_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"credit_transaction":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","transaction_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transaction_request":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","transaction_request_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"debit_transaction":{"type":"object","properties":{"bank_id":{"type":"string"},"transaction_id":{"type":"string"},"account_id":{"type":"string"}}},"credit_transaction":{"type":"object","properties":{"bank_id":{"type":"string"},"transaction_id":{"type":"string"},"account_id":{"type":"string"}}},"transaction_request":{"type":"object","properties":{"bank_id":{"type":"string"},"transaction_request_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/users/{userid}/entitlement/{entitlementid}":{"delete":{"tags":["Role","User","Entitlement"],"summary":"Delete Entitlement","description":"<p>Delete Entitlement specified by ENTITLEMENT_ID for an user specified by USER_ID</p>\n<p>Authentication is required and the user needs to be a Super Admin.<br />\nSuper Admins are listed in the Props file.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#entitlement_id\">ENTITLEMENT_ID</a>:</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv2.0.0-deleteEntitlement","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"entitlementid","in":"path","description":"The ENTITLEMENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/regulated-entities/{regulatedentityid}/attributes/{regulatedentityattributeid}":{"get":{"tags":["Directory","API"],"summary":"Get Regulated Entity Attribute By ID","description":"<p>Get a specific Regulated Entity Attribute by its REGULATED_ENTITY_ATTRIBUTE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ATTRIBUTE_ID</a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_attribute_id</strong></a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_id</strong></a>: regulated_entity_id</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-getRegulatedEntityAttributeById","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}},{"name":"regulatedentityattributeid","in":"path","description":"The REGULATEDENTITYATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["regulated_entity_attribute_id","name","attribute_type","value","regulated_entity_id","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"regulated_entity_attribute_id":{"type":"string"},"name":{"type":"string"},"attribute_type":{"type":"string"},"value":{"type":"string"},"regulated_entity_id":{"type":"string"},"is_active":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Directory","API"],"summary":"Update Regulated Entity Attribute","description":"<p>Update an existing Regulated Entity Attribute specified by ATTRIBUTE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ATTRIBUTE_ID</a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_attribute_id</strong></a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_id</strong></a>: regulated_entity_id</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-updateRegulatedEntityAttribute","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}},{"name":"regulatedentityattributeid","in":"path","description":"The REGULATEDENTITYATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attribute_type","value","is_active","name"],"properties":{"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"attribute_type":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["regulated_entity_attribute_id","name","attribute_type","value","regulated_entity_id","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"regulated_entity_attribute_id":{"type":"string"},"name":{"type":"string"},"attribute_type":{"type":"string"},"value":{"type":"string"},"regulated_entity_id":{"type":"string"},"is_active":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Directory","API"],"summary":"Delete Regulated Entity Attribute","description":"<p>Delete a Regulated Entity Attribute specified by REGULATED_ENTITY_ATTRIBUTE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ATTRIBUTE_ID</a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteRegulatedEntityAttribute","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}},{"name":"regulatedentityattributeid","in":"path","description":"The REGULATEDENTITYATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts-held":{"get":{"tags":["Account","Account Information Service (AIS)","View-Custom","PSD2"],"summary":"Get Accounts Held","description":"<p>Get Accounts held by the current User if even the User has not been assigned the owner View yet.</p>\n<p>Can be used to onboard the account to the API - since all other account and transaction endpoints require views to be assigned.</p>\n<p>optional request parameters:</p>\n<ul>\n<li>account_type_filter: one or many accountType value, split by comma</li>\n<li>account_type_filter_operation: the filter type of account_type_filter, value must be INCLUDE or EXCLUDE</li>\n</ul>\n<p>whole url example:<br />\n/banks/BANK_ID/accounts-held?account_type_filter=330,CURRENT+PLUS&amp;account_type_filter_operation=INCLUDE</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n","operationId":"OBPv3.0.0-getAccountsHeld","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","number","id","label","bank_id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"number":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"bank_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/my/consents/{implicit}":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent (IMPLICIT)","description":"<p>This endpoint starts the process of creating a Consent.</p>\n<p>The Consent is created in an INITIATED state.</p>\n<p>A One Time Password (OTP) (AKA security challenge) is sent Out of Band (OOB) to the User via the transport defined in SCA_METHOD<br />\nSCA_METHOD is typically &quot;SMS&quot;,&quot;EMAIL&quot; or &quot;IMPLICIT&quot;. &quot;EMAIL&quot; is used for testing purposes. OBP mapped mode &quot;IMPLICIT&quot; is &quot;EMAIL&quot;.<br />\nOther mode, bank can decide it in the connector method 'getConsentImplicitSCA'.</p>\n<p>When the Consent is created, OBP (or a backend system) stores the challenge so it can be checked later against the value supplied by the User with the Answer Consent Challenge endpoint.</p>\n<p>An OBP Consent allows the holder of the Consent to call one or more endpoints.</p>\n<p>Consents must be created and authorisied using SCA (Strong Customer Authentication).</p>\n<p>That is, Consents can be created by an authorised User via the OBP REST API but they must be confirmed via an out of band (OOB) mechanism such as a code sent to a mobile phone.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>Each Consent is bound to a consumer i.e. you need to identify yourself over request header value Consumer-Key.<br />\nFor example:<br />\nGET /obp/v4.0.0/users/current HTTP/1.1<br />\nHost: 127.0.0.1:8080<br />\nConsent-JWT: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOlt7InJvbGVfbmFtZSI6IkNhbkdldEFueVVzZXIiLCJiYW5rX2lkIjoiIn<br />\n1dLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIzNDc1MDEzZi03YmY5LTQyNj<br />\nEtOWUxYy0xZTdlNWZjZTJlN2UiLCJhdWQiOiI4MTVhMGVmMS00YjZhLTQyMDUtYjExMi1lNDVmZDZmNGQzYWQiLCJuYmYiOjE1ODA3NDE2NjcsIml<br />\nzcyI6Imh0dHA6XC9cLzEyNy4wLjAuMTo4MDgwIiwiZXhwIjoxNTgwNzQ1MjY3LCJpYXQiOjE1ODA3NDE2NjcsImp0aSI6ImJkYzVjZTk5LTE2ZTY<br />\ntNDM4Yi1hNjllLTU3MTAzN2RhMTg3OCIsInZpZXdzIjpbXX0.L3fEEEhdCVr3qnmyRKBBUaIQ7dk1VjiFaEBW8hUNjfg</p>\n<p>Consumer-Key: ejznk505d132ryomnhbx1qmtohurbsbb0kijajsk<br />\ncache-control: no-cache</p>\n<p>Maximum time to live of the token is specified over props value consents.max_time_to_live. In case isn't defined default value is 3600 seconds.</p>\n<p>Example of POST JSON:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#x6d;ai&#108;&#x74;&#x6f;&#x3a;&#101;&#118;e&#x6c;i&#110;&#101;@&#x65;&#120;&#97;&#x6d;&#x70;&#x6c;&#101;.&#99;&#111;&#x6d;\">e&#118;e&#108;i&#x6e;&#x65;&#x40;&#x65;x&#97;&#109;&#x70;&#x6c;&#x65;&#x2e;&#99;&#111;&#x6d;</a>&quot;,<br />\n&quot;valid_from&quot;: &quot;2020-02-07T08:43:34Z&quot;,<br />\n&quot;time_to_live&quot;: 3600<br />\n}<br />\nPlease note that only optional fields are: consumer_id, valid_from and time_to_live.<br />\nIn case you omit they the default values are used:<br />\nconsumer_id = consumer of current user<br />\nvalid_from = current time<br />\ntime_to_live = consents.max_time_to_live</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Example 1:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n}</p>\n<p>Please note that consumer_id is optional field<br />\nExample 2:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n}</p>\n<p>Please note if everything=false you need to explicitly specify views and entitlements<br />\nExample 3:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n}</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">IMPLICIT</a>: IMPLICIT</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#everything\"><strong>everything</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">consumer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#time_to_live\">time_to_live</a>:</p>\n<p><a href=\"/glossary#valid_from\">valid_from</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv3.1.0-createConsentImplicit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"implicit","in":"path","description":"The IMPLICIT identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlements","everything","valid_from","views","consumer_id","time_to_live"],"properties":{"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"everything":{"type":"boolean"},"valid_from":{"type":"string","format":"date-time"},"views":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"consumer_id":{"type":"string"},"time_to_live":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consent_id","status","jwt"],"properties":{"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/meetings/{meetingid}":{"get":{"tags":["Customer-Meeting","Customer","Experimental"],"summary":"Get Meeting","description":"<p>Get Meeting specified by BANK_ID / MEETING_ID<br />\nMeetings contain meta data about, and are used to facilitate, video conferences / chats etc.</p>\n<p>The actual conference/chats are handled by external services.</p>\n<p>Login is required.</p>\n<p>This call is <strong>experimental</strong> and will require further authorisation in the future.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#meeting_id\">MEETING_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#contact_details\"><strong>contact_details</strong></a>:</p>\n<p><a href=\"/glossary#creator\"><strong>creator</strong></a>:</p>\n<p><a href=\"/glossary#customer_token\"><strong>customer_token</strong></a>:</p>\n<p><a href=\"/glossary#customer_user_id\"><strong>customer_user_id</strong></a>:</p>\n<p><a href=\"/glossary#email_address\"><strong>email_address</strong></a>:</p>\n<p><a href=\"/glossary#invitees\"><strong>invitees</strong></a>:</p>\n<p><a href=\"/glossary#keys\"><strong>keys</strong></a>:</p>\n<p><a href=\"/glossary#meeting_id\"><strong>meeting_id</strong></a>:</p>\n<p><a href=\"/glossary#mobile_phone\"><strong>mobile_phone</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#present\"><strong>present</strong></a>:</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#purpose_id\"><strong>purpose_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>session_id</strong></a>: b4e0352a-9a0f-4bfa-b30b-9003aa467f50</p>\n<p><a href=\"/glossary#staff_token\"><strong>staff_token</strong></a>:</p>\n<p><a href=\"/glossary#staff_user_id\"><strong>staff_user_id</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n","operationId":"OBPv3.1.0-getMeeting","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"meetingid","in":"path","description":"The MEETINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["present","invitees","bank_id","when","provider_id","purpose_id","keys","creator","meeting_id"],"properties":{"present":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["staff_user_id","customer_user_id"],"properties":{"staff_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"creator":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"invitees":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","contact_details"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contact_details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"meeting_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"keys":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_token","session_id","staff_token"],"properties":{"customer_token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"session_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"present":{"type":"object","properties":{"staff_user_id":{"type":"string"},"customer_user_id":{"type":"string"}}},"invitees":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"contact_details":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}}}}},"bank_id":{"type":"string"},"when":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"purpose_id":{"type":"string"},"keys":{"type":"object","properties":{"customer_token":{"type":"string"},"session_id":{"type":"string"},"staff_token":{"type":"string"}}},"creator":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}},"meeting_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/holding-accounts":{"get":{"tags":["Account"],"summary":"Get Holding Accounts By Releaser","description":"<p>Return the first Holding Account linked to the given releaser account via account attribute <code>RELEASER_ACCOUNT_ID</code>.<br />\nResponse is wrapped in a list and includes account attributes.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#account_rules\"><strong>account_rules</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#account_attributes\">account_attributes</a>:</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv6.0.0-getHoldingAccountByReleaser","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","type","account_rules","bank_id","owners","account_attributes","label","balance","number","id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_rules":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","value"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"type":{"type":"string"},"account_rules":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"value":{"type":"string"}}}},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"number":{"type":"string"},"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/{userid}":{"delete":{"tags":["User"],"summary":"Delete a User","description":"<p>Delete a User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteUser","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/customers/{customerid}/attribute":{"post":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Create Customer Attribute","description":"<p>Create Customer Attribute</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-createCustomerAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/SimonCovid/{simoncovidid}":{"get":{"tags":["_SimonCovid","Dynamic-Entity","Dynamic"],"summary":"Get SimonCovid by id","description":"<p>Get SimonCovid by id.</p>\n<p>Let's put Covid99 stuff here</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;SimonCovid&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleSimonCovid_","parameters":[{"name":"simoncovidid","in":"path","description":"The SIMONCOVIDID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid"],"properties":{"simon_covid":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid_id","name","number"],"properties":{"simon_covid_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"simon_covid":{"type":"object","properties":{"simon_covid_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_SimonCovid","Dynamic-Entity","Dynamic"],"summary":"Update SimonCovid","description":"<p>Update SimonCovid.</p>\n<p>Let's put Covid99 stuff here</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;SimonCovid&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateSimonCovid_","parameters":[{"name":"simoncovidid","in":"path","description":"The SIMONCOVIDID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid"],"properties":{"simon_covid":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid_id","name","number"],"properties":{"simon_covid_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"simon_covid":{"type":"object","properties":{"simon_covid_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_SimonCovid","Dynamic-Entity","Dynamic"],"summary":"Delete SimonCovid by id","description":"<p>Delete SimonCovid by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;SimonCovid&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteSimonCovid_","parameters":[{"name":"simoncovidid","in":"path","description":"The SIMONCOVIDID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid"],"properties":{"simon_covid":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid_id","name","number"],"properties":{"simon_covid_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"simon_covid":{"type":"object","properties":{"simon_covid_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/customers/{customerid}/children":{"get":{"tags":["Customer"],"summary":"Get Customer Children","description":"<p>Get the child (subsidiary) customers of a parent customer.</p>\n<p>Returns a list of customers whose parent_customer_id matches the specified CUSTOMER_ID.<br />\nThis is useful for corporate banking where a corporate customer may have subsidiary customers.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;i&#108;t&#x6f;&#x3a;&#x66;&#x65;&#x6c;ixs&#109;&#105;&#x74;&#104;@&#x65;&#120;&#97;&#x6d;&#x70;l&#x65;&#x2e;&#99;&#x6f;&#109;\">&#x66;&#101;&#x6c;&#x69;&#120;sm&#x69;&#x74;&#x68;&#64;&#101;x&#x61;&#109;&#112;&#x6c;e&#46;&#99;&#x6f;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCustomerChildren","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-entities/{dynamicentityid}":{"delete":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Delete Bank Level Dynamic Entity","description":"<p>Delete a Bank Level DynamicEntity specified by DYNAMIC_ENTITY_ID.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a>/</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-deleteBankLevelDynamicEntity","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consents/banks/{bankid}":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get Consents at Bank","description":"<p>This endpoint gets the Consents at Bank by BANK_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>1 limit (for pagination: defaults to 50)  eg:limit=200</p>\n<p>2 offset (for pagination: zero index, defaults to 0) eg: offset=10</p>\n<p>3 consumer_id  (ignore if omitted)</p>\n<p>4 user_id  (ignore if omitted)</p>\n<p>5 status  (ignore if omitted)</p>\n<p>eg: /management/consents/banks/BANK_ID?&amp;consumer_id=78&amp;limit=10&amp;offset=10</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#api_version\"><strong>api_version</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>aud</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>consent_reference_id</strong></a>: 123456</p>\n<p><a href=\"/glossary#consents\"><strong>consents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#\"><strong>createdByUserId</strong></a>: createdByUserId</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>exp</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iat</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>iss</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>jti</strong></a>: String</p>\n<p><a href=\"/glossary#\"><strong>jwt_payload</strong></a>: jwt_payload</p>\n<p><a href=\"/glossary#\"><strong>last_action_date</strong></a>: last_action_date</p>\n<p><a href=\"/glossary#\"><strong>last_usage_date</strong></a>: last_usage_date</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>nbf</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>note</strong></a>: note</p>\n<p><a href=\"/glossary#\"><strong>number_of_rows</strong></a>: number_of_rows</p>\n<p><a href=\"/glossary#\"><strong>request_headers</strong></a>: request_headers</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>sub</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>values</strong></a>: values</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">access</a>: access</p>\n<p><a href=\"/glossary#accounts\">accounts</a>:</p>\n<p><a href=\"/glossary#\">allPsd2</a>: allPsd2</p>\n<p><a href=\"/glossary#\">availableAccounts</a>: availableAccounts</p>\n<p><a href=\"/glossary#\">balances</a>: balances</p>\n<p><a href=\"/glossary#\">bban</a>: bban</p>\n<p><a href=\"/glossary#\">currency</a>: EUR</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"m&#97;&#105;&#108;to&#58;&#102;e&#x6c;i&#x78;&#115;&#x6d;&#105;&#116;&#x68;&#64;&#x65;&#x78;&#97;&#x6d;p&#x6c;&#101;&#46;&#x63;&#x6f;&#109;\">&#x66;&#x65;&#x6c;&#x69;&#120;&#x73;&#x6d;i&#116;&#104;&#x40;e&#120;a&#109;p&#x6c;&#101;&#x2e;&#x63;&#x6f;m</a></p>\n<p><a href=\"/glossary#\">frequency_per_day</a>: frequency_per_day</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n<p><a href=\"/glossary#\">iban</a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#\">maskedPan</a>: maskedPan</p>\n<p><a href=\"/glossary#\">msisdn</a>: msisdn</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\">pan</a>: pan</p>\n<p><a href=\"/glossary#provider\">provider</a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\">provider_id</a>:</p>\n<p><a href=\"/glossary#\">remaining_requests</a>: remaining_requests</p>\n<p><a href=\"/glossary#transactions\">transactions</a>:</p>\n","operationId":"OBPv5.1.0-getConsentsAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number_of_rows","consents"],"properties":{"number_of_rows":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","created_by_user_id","api_standard","consumer_id","last_usage_date","last_action_date","consent_reference_id","jwt_payload","note","provider_id","status","api_version"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt_payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["aud","views","nbf","exp","iss","iat","access","createdByUserId","email","jti","name","request_headers","entitlements","sub"],"properties":{"nbf":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_headers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["values","name"],"properties":{"values":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"jti":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"exp":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"createdByUserId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"iat":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sub":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"aud":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iss":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["availableAccounts","transactions","accounts","balances"],"properties":{"availableAccounts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bban","msisdn","maskedPan","iban","currency","pan"],"properties":{"msisdn":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maskedPan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pan":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_reference_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_usage_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"note":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_action_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"number_of_rows":{"type":"integer"},"consents":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"created_by_user_id":{"type":"string"},"api_standard":{"type":"string"},"consumer_id":{"type":"string"},"last_usage_date":{"type":"string","format":"date-time"},"last_action_date":{"type":"string","format":"date-time"},"consent_reference_id":{"type":"string"},"jwt_payload":{"type":"object","properties":{"aud":{"type":"string"},"views":{"type":"array","items":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"nbf":{"type":"integer"},"exp":{"type":"integer"},"iss":{"type":"string"},"iat":{"type":"integer"},"access":{"type":"object","properties":{"availableAccounts":{"type":"string"},"transactions":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}},"balances":{"type":"array","items":{"type":"object","properties":{"bban":{"type":"string"},"msisdn":{"type":"string"},"maskedPan":{"type":"string"},"iban":{"type":"string"},"currency":{"type":"string"},"pan":{"type":"string"}}}}}},"createdByUserId":{"type":"string"},"email":{"type":"string"},"jti":{"type":"string"},"name":{"type":"string"},"request_headers":{"type":"array","items":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}}}},"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"sub":{"type":"string"}}},"note":{"type":"string"},"provider_id":{"type":"string"},"status":{"type":"string"},"api_version":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/certs":{"get":{"tags":["API","Account Information Service (AIS)","PSD2"],"summary":"Get JSON Web Key (JWK)","description":"<p>Get the server's public JSON Web Key (JWK) set and certificate chain.<br />\nIt is required by client applications to validate ID tokens, self-contained access tokens and other issued objects.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#e\"><strong>e</strong></a>:</p>\n<p><a href=\"/glossary#kid\"><strong>kid</strong></a>:</p>\n<p><a href=\"/glossary#kty\"><strong>kty</strong></a>:</p>\n<p><a href=\"/glossary#n\"><strong>n</strong></a>:</p>\n<p><a href=\"/glossary#use\"><strong>use</strong></a>:</p>\n","operationId":"OBPv3.1.0-getServerJWK","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["kid","use","n","e","kty"],"properties":{"e":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"n":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kid":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"kid":{"type":"string"},"use":{"type":"string"},"n":{"type":"string"},"e":{"type":"string"},"kty":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v2.0.0/banks/{bankid}/customers/{customerid}/kyc_documents/{kycdocumentid}":{"put":{"tags":["KYC","Customer"],"summary":"Add KYC Document","description":"<p>Add a KYC document for the customer specified by CUSTOMER_ID. KYC Documents contain the document type (e.g. passport), place of issue, expiry etc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#kyc_document_id\">KYC_DOCUMENT_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>expiry_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>issue_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#issue_place\"><strong>issue_place</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv2.0.0-addKycDocument","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"kycdocumentid","in":"path","description":"The KYCDOCUMENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["issue_place","expiry_date","issue_date","customer_number","type","number"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_place":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"expiry_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"issue_place":{"type":"string"},"expiry_date":{"type":"string","format":"date-time"},"issue_date":{"type":"string","format":"date-time"},"customer_number":{"type":"string"},"type":{"type":"string"},"number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["expiry_date","issue_place","customer_id","type","issue_date","number","bank_id","customer_number","id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_place":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"expiry_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"expiry_date":{"type":"string","format":"date-time"},"issue_place":{"type":"string"},"customer_id":{"type":"string"},"type":{"type":"string"},"issue_date":{"type":"string","format":"date-time"},"number":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/api-collections/sharable/{apicollectionid}":{"get":{"tags":["Api-Collection"],"summary":"Get Sharable Api Collection By Id","description":"<p>Get Sharable Api Collection By Id.<br />\nUser Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getSharableApiCollectionById","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/account-access/revoke":{"post":{"tags":["Account-Access","View-Custom","Account","User","OwnerViewRequired"],"summary":"Revoke User access to View","description":"<p>Revoke the User identified by USER_ID access to the view identified.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated..</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#revoked\"><strong>revoked</strong></a>:</p>\n","operationId":"OBPv5.1.0-revokeUserAccessToViewById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["view_id","user_id"],"properties":{"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"view_id":{"type":"string"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["revoked"],"properties":{"revoked":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"revoked":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collections":{"get":{"tags":["Api-Collection"],"summary":"Get My Api Collections","description":"<p>Get all the apiCollections for logged in user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#\"><strong>api_collections</strong></a>: api_collections</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getMyApiCollections","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collections"],"properties":{"api_collections":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collections":{"type":"array","items":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Api-Collection"],"summary":"Create My Api Collection","description":"<p>Create Api Collection for logged in user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#description\">description</a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-createMyApiCollection","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","api_collection_name","is_sharable"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collections/{apicollectionname}/api-collection-endpoints/{operationid}":{"get":{"tags":["Api-Collection"],"summary":"Get My Api Collection Endpoint","description":"<p>Get Api Collection Endpoint By API_COLLECTION_NAME and OPERATION_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_NAME</a>: Favourites</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoint_id</strong></a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n","operationId":"OBPv4.0.0-getMyApiCollectionEndpoint","parameters":[{"name":"apicollectionname","in":"path","description":"The APICOLLECTIONNAME identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","api_collection_id","api_collection_endpoint_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"api_collection_id":{"type":"string"},"api_collection_endpoint_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"delete":{"tags":["Api-Collection"],"summary":"Delete My Api Collection Endpoint","description":"<p>glossary-item-not-found</p>\n<p>Delete Api Collection Endpoint By OPERATION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_NAME</a>: Favourites</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteMyApiCollectionEndpoint","parameters":[{"name":"apicollectionname","in":"path","description":"The APICOLLECTIONNAME identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/current/customers/customer_ids":{"get":{"tags":["Customer","User"],"summary":"Get Customers for Current User (IDs only)","description":"<p>Gets all Customers Ids that are linked to a User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x66;&#x65;l&#105;&#120;&#x73;m&#x69;t&#x68;@&#x65;&#x78;&#97;&#109;p&#x6c;&#x65;&#x2e;c&#111;&#x6d;\">&#x66;&#101;&#x6c;i&#120;&#x73;&#109;&#105;&#x74;h&#64;&#x65;&#120;a&#x6d;p&#108;&#x65;&#x2e;c&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv5.1.0-getCustomersForUserIdsOnly","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","customer_attributes","last_ok_date","face_image","credit_limit","employment_status","email","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","date_of_birth","legal_name","title","dob_of_dependants","branch_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"last_ok_date":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"date_of_birth":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"branch_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/accounts/public":{"get":{"tags":["Account-Public","Account","PublicData"],"summary":"Get Public Accounts at Bank","description":"<p>Returns a list of the public accounts (Anonymous access) at BANK_ID. For each account the API returns the ID and the available views.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv2.0.0-publicAccountsAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["label","id","bank_id","views_available"],"properties":{"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["short_name","id","is_public"],"properties":{"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"id":{"type":"string"},"bank_id":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"short_name":{"type":"string"},"id":{"type":"string"},"is_public":{"type":"boolean"}}}}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/development/call_context":{"get":{"tags":["API"],"summary":"Get the Call Context of a current call","description":"<p>Get the Call Context of the current call.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-getCallContext","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/consumer/current/consents/{consentid}":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get Consent By Consent Id via Consumer","description":"<p>This endpoint gets the Consent By consent id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">account_access</a>: account_access</p>\n<p><a href=\"/glossary#consent_request_id\">consent_request_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n","operationId":"OBPv5.1.0-getConsentByConsentIdViaConsumer","parameters":[{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access","consent_request_id","consent_id","status","jwt"],"properties":{"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_access":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}},"consent_request_id":{"type":"string"},"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/signal/channels/{channelname}/messages":{"get":{"tags":["AI-Agent","Signal","Signalling","Channel"],"summary":"Get Signal Messages","description":"<p>Fetch messages from a signal channel with offset/limit pagination.</p>\n<p>Signal channels provide short-lived, Redis-backed messaging designed for AI agent discovery<br />\nand coordination, but usable by any authenticated OBP consumer.</p>\n<p>Messages are returned oldest-first.</p>\n<p>Privacy filtering is applied server-side: you will only see broadcast messages (no to_user_id)<br />\nand private messages addressed to you (to_user_id matches your user ID) or sent by you.</p>\n<p>Use the offset parameter to poll for new messages by tracking your position.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CHANNEL_NAME</a>: CHANNEL_NAME</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>channel_name</strong></a>: channel_name</p>\n<p><a href=\"/glossary#\"><strong>has_more</strong></a>: has_more</p>\n<p><a href=\"/glossary#\"><strong>message_id</strong></a>: message_id</p>\n<p><a href=\"/glossary#\"><strong>message_type</strong></a>: message_type</p>\n<p><a href=\"/glossary#messages\"><strong>messages</strong></a>:</p>\n<p><a href=\"/glossary#payload\"><strong>payload</strong></a>: payload</p>\n<p><a href=\"/glossary#\"><strong>sender_consumer_id</strong></a>: sender_consumer_id</p>\n<p><a href=\"/glossary#\"><strong>sender_user_id</strong></a>: sender_user_id</p>\n<p><a href=\"/glossary#\"><strong>timestamp</strong></a>: timestamp</p>\n<p><a href=\"/glossary#\"><strong>total_count</strong></a>: total_count</p>\n<p><a href=\"/glossary#\">to_user_id</a>: to_user_id</p>\n","operationId":"OBPv6.0.0-getSignalMessages","parameters":[{"name":"channelname","in":"path","description":"The CHANNELNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["messages","channel_name","has_more","total_count"],"properties":{"messages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message_id","sender_user_id","message_type","timestamp","sender_consumer_id","channel_name","payload"],"properties":{"sender_consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"timestamp":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agent_name","capabilities"],"properties":{"agent_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"capabilities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sender_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_more":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"total_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"messages":{"type":"array","items":{"type":"object","properties":{"message_id":{"type":"string"},"sender_user_id":{"type":"string"},"message_type":{"type":"string"},"timestamp":{"type":"string"},"sender_consumer_id":{"type":"string"},"channel_name":{"type":"string"},"payload":{"type":"object","properties":{"agent_name":{"type":"string"},"capabilities":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}},"channel_name":{"type":"string"},"has_more":{"type":"boolean"},"total_count":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["AI-Agent","Signal","Signalling","Channel"],"summary":"Publish Signal Message","description":"<p>Publish a message to a signal channel.</p>\n<p>Signal channels provide short-lived, Redis-backed messaging for lightweight coordination between<br />\nAI agents and other OBP consumers. Messages are not persisted to a database.</p>\n<p>Channels are auto-created on first publish and expire after a configurable TTL (default 1 hour).<br />\nMessages are capped at a configurable maximum per channel (default 1000).</p>\n<p>The payload field accepts any valid JSON content.</p>\n<p>Set to_user_id to send a private message visible only to the sender and recipient.<br />\nLeave to_user_id empty for a broadcast message visible to all channel readers.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CHANNEL_NAME</a>: CHANNEL_NAME</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#payload\"><strong>payload</strong></a>: payload</p>\n<p><a href=\"/glossary#\">message_type</a>: message_type</p>\n<p><a href=\"/glossary#\">to_user_id</a>: to_user_id</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>channel_message_count</strong></a>: channel_message_count</p>\n<p><a href=\"/glossary#\"><strong>channel_name</strong></a>: channel_name</p>\n<p><a href=\"/glossary#\"><strong>message_id</strong></a>: message_id</p>\n<p><a href=\"/glossary#\"><strong>timestamp</strong></a>: timestamp</p>\n","operationId":"OBPv6.0.0-publishSignalMessage","parameters":[{"name":"channelname","in":"path","description":"The CHANNELNAME identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message_type","payload"],"properties":{"message_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agent_name","capabilities"],"properties":{"agent_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"capabilities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"message_type":{"type":"string"},"payload":{"type":"object","properties":{"agent_name":{"type":"string"},"capabilities":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message_id","timestamp","channel_message_count","channel_name"],"properties":{"message_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"timestamp":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"channel_message_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"message_id":{"type":"string"},"timestamp":{"type":"string"},"channel_message_count":{"type":"integer"},"channel_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/corporate-customers/{customerid}":{"get":{"tags":["Corporate-Customer","Customer"],"summary":"Get Corporate Customer by CUSTOMER_ID","description":"<p>Gets the Corporate Customer specified by CUSTOMER_ID.</p>\n<p>Returns 404 if the customer exists but is not of type CORPORATE or SUBSIDIARY.<br />\nUse the generic /customers/CUSTOMER_ID endpoint for any customer type.</p>\n<p><strong>Date Format:</strong><br />\ndate_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong></p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"mai&#x6c;&#x74;&#111;&#58;f&#x65;&#108;&#x69;x&#115;&#x6d;&#105;t&#x68;&#x40;&#101;&#x78;a&#x6d;&#112;l&#x65;&#46;&#x63;o&#109;\">f&#x65;&#x6c;&#x69;&#120;&#115;mi&#x74;h&#x40;&#101;&#x78;&#97;&#109;&#112;&#108;&#101;&#x2e;&#x63;o&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCorporateCustomerByCustomerId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","date_of_birth","customer_attributes","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status","last_ok_date"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"date_of_birth":{"type":"string","format":"date-time"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"},"last_ok_date":{"type":"string","format":"date-time"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/signal/channels":{"get":{"tags":["AI-Agent","Signal","Signalling","Channel"],"summary":"List Signal Channels","description":"<p>Signal channels provide short-lived, Redis-backed messaging designed for AI agent discovery and coordination, but usable by any authenticated OBP consumer.<br />\nMessages are ephemeral and will expire after the configured TTL (default 1 hour).</p>\n<p>This endpoint lists active signal channels.<br />\nOnly channels that contain at least one broadcast message (no to_user_id) are listed.<br />\nPrivate-only channels are not shown.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>channel_name</strong></a>: channel_name</p>\n<p><a href=\"/glossary#\"><strong>channels</strong></a>: channels</p>\n<p><a href=\"/glossary#\"><strong>message_count</strong></a>: message_count</p>\n<p><a href=\"/glossary#\"><strong>ttl_seconds</strong></a>: ttl_seconds</p>\n","operationId":"OBPv6.0.0-getSignalChannels","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["channels"],"properties":{"channels":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["ttl_seconds","message_count","channel_name"],"properties":{"ttl_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"channels":{"type":"array","items":{"type":"object","properties":{"ttl_seconds":{"type":"integer"},"message_count":{"type":"integer"},"channel_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/api-products/{apiproductcode}":{"get":{"tags":["API","Api-Product"],"summary":"Get Api Product","description":"<p>Get an Api Product by BANK_ID and API_PRODUCT_CODE.</p>\n<p>Returns the Api Product with its attributes.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>api_product_id</strong></a>: api_product_id</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>collection_id</strong></a>: collection_id</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_amount</strong></a>: monthly_subscription_amount</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_currency</strong></a>: monthly_subscription_currency</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>parent_api_product_code</strong></a>: parent_api_product_code</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-getApiProduct","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","monthly_subscription_amount","monthly_subscription_currency","category","per_day_call_limit","per_minute_call_limit","description","attributes","per_week_call_limit","per_second_call_limit","parent_api_product_code","per_month_call_limit","bank_id","collection_id","terms_and_conditions_url","more_info_url","api_product_id","api_product_code","per_hour_call_limit"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"monthly_subscription_amount":{"type":"string"},"monthly_subscription_currency":{"type":"string"},"category":{"type":"string"},"per_day_call_limit":{"type":"integer"},"per_minute_call_limit":{"type":"integer"},"description":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}},"per_week_call_limit":{"type":"integer"},"per_second_call_limit":{"type":"integer"},"parent_api_product_code":{"type":"string"},"per_month_call_limit":{"type":"integer"},"bank_id":{"type":"string"},"collection_id":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"more_info_url":{"type":"string"},"api_product_id":{"type":"string"},"api_product_code":{"type":"string"},"per_hour_call_limit":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"put":{"tags":["API","Api-Product"],"summary":"Create or Update Api Product","description":"<p>Create or Update an Api Product for the Bank.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>api_product_id</strong></a>: api_product_id</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>collection_id</strong></a>: collection_id</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_amount</strong></a>: monthly_subscription_amount</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_currency</strong></a>: monthly_subscription_currency</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>parent_api_product_code</strong></a>: parent_api_product_code</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-createOrUpdateApiProduct","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","category","monthly_subscription_currency","description","monthly_subscription_amount","terms_and_conditions_url","collection_id","per_month_call_limit","per_second_call_limit","parent_api_product_code","per_minute_call_limit","per_hour_call_limit","more_info_url","per_week_call_limit","per_day_call_limit"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"category":{"type":"string"},"monthly_subscription_currency":{"type":"string"},"description":{"type":"string"},"monthly_subscription_amount":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"collection_id":{"type":"string"},"per_month_call_limit":{"type":"integer"},"per_second_call_limit":{"type":"integer"},"parent_api_product_code":{"type":"string"},"per_minute_call_limit":{"type":"integer"},"per_hour_call_limit":{"type":"integer"},"more_info_url":{"type":"string"},"per_week_call_limit":{"type":"integer"},"per_day_call_limit":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","monthly_subscription_amount","monthly_subscription_currency","category","per_day_call_limit","per_minute_call_limit","description","attributes","per_week_call_limit","per_second_call_limit","parent_api_product_code","per_month_call_limit","bank_id","collection_id","terms_and_conditions_url","more_info_url","api_product_id","api_product_code","per_hour_call_limit"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"monthly_subscription_amount":{"type":"string"},"monthly_subscription_currency":{"type":"string"},"category":{"type":"string"},"per_day_call_limit":{"type":"integer"},"per_minute_call_limit":{"type":"integer"},"description":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}},"per_week_call_limit":{"type":"integer"},"per_second_call_limit":{"type":"integer"},"parent_api_product_code":{"type":"string"},"per_month_call_limit":{"type":"integer"},"bank_id":{"type":"string"},"collection_id":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"more_info_url":{"type":"string"},"api_product_id":{"type":"string"},"api_product_code":{"type":"string"},"per_hour_call_limit":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["API","Api-Product"],"summary":"Create Api Product","description":"<p>Create an Api Product for the Bank.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#category\">category</a>:</p>\n<p><a href=\"/glossary#\">collection_id</a>: collection_id</p>\n<p><a href=\"/glossary#description\">description</a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\">monthly_subscription_amount</a>: monthly_subscription_amount</p>\n<p><a href=\"/glossary#\">monthly_subscription_currency</a>: monthly_subscription_currency</p>\n<p><a href=\"/glossary#more_info_url\">more_info_url</a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#\">parent_api_product_code</a>: parent_api_product_code</p>\n<p><a href=\"/glossary#per_day_call_limit\">per_day_call_limit</a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\">per_hour_call_limit</a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\">per_minute_call_limit</a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\">per_month_call_limit</a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\">per_second_call_limit</a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\">per_week_call_limit</a>:</p>\n<p><a href=\"/glossary#\">terms_and_conditions_url</a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>api_product_id</strong></a>: api_product_id</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>collection_id</strong></a>: collection_id</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_amount</strong></a>: monthly_subscription_amount</p>\n<p><a href=\"/glossary#\"><strong>monthly_subscription_currency</strong></a>: monthly_subscription_currency</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>parent_api_product_code</strong></a>: parent_api_product_code</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-createApiProduct","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","category","monthly_subscription_currency","description","monthly_subscription_amount","terms_and_conditions_url","collection_id","per_month_call_limit","per_second_call_limit","parent_api_product_code","per_minute_call_limit","per_hour_call_limit","more_info_url","per_week_call_limit","per_day_call_limit"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"category":{"type":"string"},"monthly_subscription_currency":{"type":"string"},"description":{"type":"string"},"monthly_subscription_amount":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"collection_id":{"type":"string"},"per_month_call_limit":{"type":"integer"},"per_second_call_limit":{"type":"integer"},"parent_api_product_code":{"type":"string"},"per_minute_call_limit":{"type":"integer"},"per_hour_call_limit":{"type":"integer"},"more_info_url":{"type":"string"},"per_week_call_limit":{"type":"integer"},"per_day_call_limit":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","monthly_subscription_amount","monthly_subscription_currency","category","per_day_call_limit","per_minute_call_limit","description","attributes","per_week_call_limit","per_second_call_limit","parent_api_product_code","per_month_call_limit","bank_id","collection_id","terms_and_conditions_url","more_info_url","api_product_id","api_product_code","per_hour_call_limit"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monthly_subscription_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"monthly_subscription_amount":{"type":"string"},"monthly_subscription_currency":{"type":"string"},"category":{"type":"string"},"per_day_call_limit":{"type":"integer"},"per_minute_call_limit":{"type":"integer"},"description":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}},"per_week_call_limit":{"type":"integer"},"per_second_call_limit":{"type":"integer"},"parent_api_product_code":{"type":"string"},"per_month_call_limit":{"type":"integer"},"bank_id":{"type":"string"},"collection_id":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"more_info_url":{"type":"string"},"api_product_id":{"type":"string"},"api_product_code":{"type":"string"},"per_hour_call_limit":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["API","Api-Product"],"summary":"Delete Api Product","description":"<p>Delete an Api Product by BANK_ID and API_PRODUCT_CODE.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteApiProduct","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.2.0/message-docs/{connector}":{"get":{"tags":["Message-Doc","Documentation","API"],"summary":"Get Message Docs","description":"<p>These message docs provide example messages sent by OBP to the (RabbitMq) message queue for processing by the Core Banking / Payment system Adapter - together with an example expected response and possible error codes.<br />\nIntegrators can use these messages to build Adapters that provide core banking services to OBP.</p>\n<p>Note: API Explorer provides a Message Docs page where these messages are displayed.</p>\n<p><code>CONNECTOR</code>: rest_vMar2019, stored_procedure_vDec2019 ...</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Connector\">CONNECTOR</a>: CONNECTOR</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#adapter_implementation\"><strong>adapter_implementation</strong></a>:</p>\n<p><a href=\"/glossary#dependent_endpoints\"><strong>dependent_endpoints</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#example_inbound_message\"><strong>example_inbound_message</strong></a>: {}</p>\n<p><a href=\"/glossary#example_outbound_message\"><strong>example_outbound_message</strong></a>: {}</p>\n<p><a href=\"/glossary#group\"><strong>group</strong></a>:</p>\n<p><a href=\"/glossary#message_docs\"><strong>message_docs</strong></a>:</p>\n<p><a href=\"/glossary#message_format\"><strong>message_format</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n<p><a href=\"/glossary#suggested_order\"><strong>suggested_order</strong></a>:</p>\n<p><a href=\"/glossary#version\"><strong>version</strong></a>:</p>\n<p><a href=\"/glossary#inboundavroschema\">inboundAvroSchema</a>:</p>\n<p><a href=\"/glossary#inbound_topic\">inbound_topic</a>:</p>\n<p><a href=\"/glossary#outboundavroschema\">outboundAvroSchema</a>:</p>\n<p><a href=\"/glossary#outbound_topic\">outbound_topic</a>:</p>\n<p><a href=\"/glossary#requiredfieldinfo\">requiredFieldInfo</a>: false</p>\n","operationId":"OBPv2.2.0-getMessageDocs","parameters":[{"name":"connector","in":"path","description":"The CONNECTOR identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message_docs"],"properties":{"message_docs":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependent_endpoints","inbound_topic","requiredFieldInfo","outbound_topic","outboundAvroSchema","message_format","adapter_implementation","example_inbound_message","process","inboundAvroSchema","description","example_outbound_message"],"properties":{"adapter_implementation":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group","suggested_order"],"properties":{"group":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"suggested_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"outboundAvroSchema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jsonString"],"properties":{"jsonString":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jsonString"],"properties":{"jsonString":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"inboundAvroSchema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jsonString"],"properties":{"jsonString":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"requiredFieldInfo":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["data.bankId"],"properties":{"data.bankId":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jsonString"],"properties":{"jsonString":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"dependent_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","version"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"message_docs":{"type":"array","items":{"type":"object","properties":{"dependent_endpoints":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"version":{"type":"string"}}}},"inbound_topic":{"type":"string"},"requiredFieldInfo":{"type":"object","properties":{"data.bankId":{"type":"array","items":{"type":"string"}}}},"outbound_topic":{"type":"string"},"outboundAvroSchema":{"type":"object","properties":{"jsonString":{"type":"string"}}},"message_format":{"type":"string"},"adapter_implementation":{"type":"object","properties":{"group":{"type":"string"},"suggested_order":{"type":"integer"}}},"example_inbound_message":{"type":"object","properties":{"jsonString":{"type":"string"}}},"process":{"type":"string"},"inboundAvroSchema":{"type":"object","properties":{"jsonString":{"type":"string"}}},"description":{"type":"string"},"example_outbound_message":{"type":"object","properties":{"jsonString":{"type":"string"}}}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/owner/transaction-request-types/{ethsendtransaction}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (ETH_SEND_TRANSACTION)","description":"<p>Send ETH via Ethereum JSON-RPC.<br />\nAccountId should hold the 0x address for now.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ETH_SEND_TRANSACTION</a>: ETH_SEND_TRANSACTION</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">params</a>: params</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv6.0.0-createTransactionRequestEthereumeSendTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"ethsendtransaction","in":"path","description":"The ETHSENDTRANSACTION identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","description","to"],"properties":{"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["amount","currency"],"properties":{"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"object","properties":{"amount":{"type":"string"},"currency":{"type":"string"}}},"description":{"type":"string"},"to":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/branches/{branchid}":{"delete":{"tags":["Branch"],"summary":"Delete Branch","description":"<p>Delete Branch from given Bank.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">BRANCH_ID</a>: DERBY6</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteBranch","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"branchid","in":"path","description":"The BRANCHID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system-views/{viewid}/permissions/{permissionname}":{"delete":{"tags":["View-System"],"summary":"Delete Permission to a System View","description":"<p>Delete Permission to a System View</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">PERMISSION_NAME</a>: PERMISSION_NAME</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteSystemViewPermission","parameters":[{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"permissionname","in":"path","description":"The PERMISSIONNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/logins/direct":{"post":{"tags":["User"],"summary":"Direct Login","description":"<p>DirectLogin is a simple authentication flow. You POST your credentials (username, password, and consumer key)<br />\nto the DirectLogin endpoint and receive a token in return.</p>\n<p>This is an alias to the DirectLogin endpoint that includes the standard API versioning prefix.</p>\n<p>This endpoint requires the following header:</p>\n<pre><code>DirectLogin: username=YOUR_USERNAME, password=YOUR_PASSWORD, consumer_key=YOUR_CONSUMER_KEY\n</code></pre>\n<p>Note: You can also use the Authorization header (Authorization: DirectLogin username=...) but the DirectLogin header is preferred.</p>\n<p>The token returned can then be used in subsequent API calls using the header:</p>\n<pre><code>DirectLogin: token=YOUR_TOKEN\n</code></pre>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#token\"><strong>token</strong></a>:</p>\n","operationId":"OBPv6.0.0-directLoginEndpoint","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["token"],"properties":{"token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"token":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/my/consents/{consentid}":{"delete":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Revoke My Consent","description":"<p>Revoke Consent for current user specified by CONSENT_ID</p>\n<p>There are a few reasons you might need to revoke an application’s access to a user’s account:<br />\n- The user explicitly wishes to revoke the application’s access<br />\n- You as the service provider have determined an application is compromised or malicious, and want to disable it<br />\n- etc.</p>\n<p>Please note that this endpoint only supports the case:: &quot;The user explicitly wishes to revoke the application’s access&quot;</p>\n<p>OBP as a resource server stores access tokens in a database, then it is relatively easy to revoke some token that belongs to a particular user.<br />\nThe status of the token is changed to &quot;REVOKED&quot; so the next time the revoked client makes a request, their token will fail to validate.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-revokeMyConsent","parameters":[{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.1.0/banks/{bankid}/users/{userid}/entitlements":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlements for User at Bank","description":"<p>Get Entitlements specified by BANK_ID and USER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n","operationId":"OBPv2.1.0-getEntitlementsByBankAndUser","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-resource-docs/endpoint-code":{"post":{"tags":["Dynamic-Resource-Doc"],"summary":"Create Dynamic Resource Doc endpoint code","description":"<p>Create a Dynamic Resource Doc endpoint code.</p>\n<p>copy the response and past to PractiseEndpoint, So you can have the benefits of<br />\nauto compilation and debug</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n","operationId":"OBPv4.0.0-buildDynamicEndpointTemplate","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["request_verb","example_request_body","success_response_body","request_url"],"properties":{"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"request_url":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["code"],"properties":{"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"code":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/users/current/auth-context-updates/{authcontextupdateid}/challenge":{"post":{"tags":["User"],"summary":"Answer User Auth Context Update Challenge","description":"<p>Answer User Auth Context Update Challenge.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#auth_context_update_id\">AUTH_CONTEXT_UPDATE_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#answer\"><strong>answer</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#user_auth_context_update_id\"><strong>user_auth_context_update_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv5.0.0-answerUserAuthContextUpdateChallenge","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"authcontextupdateid","in":"path","description":"The AUTHCONTEXTUPDATEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["answer"],"properties":{"answer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"answer":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_auth_context_update_id","consumer_id","key","status","value","user_id"],"properties":{"user_auth_context_update_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_auth_context_update_id":{"type":"string","format":"date-time"},"consumer_id":{"type":"string"},"key":{"type":"string"},"status":{"type":"string"},"value":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute":{"post":{"tags":["Bank","Bank-Attribute","Attribute"],"summary":"Create Bank Attribute","description":"<p>Create Bank Attribute</p>\n<p>Typical product attributes might be:</p>\n<p>ISIN (for International bonds)<br />\nVKN (for German bonds)<br />\nREDCODE (markit short code for credit derivative)<br />\nLOAN_ID (e.g. used for Anacredit reporting)</p>\n<p>ISSUE_DATE (When the bond was issued in the market)<br />\nMATURITY_DATE (End of life time of a product)<br />\nTRADABLE</p>\n<p>See <a href=\"http://www.fpml.org/\">FPML</a> for more examples.</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_attribute_id</strong></a>: bank_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv4.0.0-createBankAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value","is_active","type"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","bank_id","type","name","is_active","bank_attribute_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"},"bank_attribute_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/banks/{bankid}/consents/{consentid}":{"put":{"tags":["Consent","Account Information Service (AIS)"],"summary":"Update Consent Status by CONSENT_ID","description":"<p>This endpoint is used to update the Status of Consent.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-updateConsentStatusByConsent","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collection-ids/{apicollectionid}/api-collection-endpoints/{operationid}":{"delete":{"tags":["Api-Collection"],"summary":"Delete My Api Collection Endpoint By Id","description":"<p>glossary-item-not-found</p>\n<p>Delete Api Collection Endpoint By OPERATION_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteMyApiCollectionEndpointByOperationId","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/banks/{bankid}/account-web-hooks":{"get":{"tags":["Webhook","Bank"],"summary":"Get Account Webhooks","description":"<p>Get Account Webhooks.</p>\n<p>Possible custom URL parameters for pagination:</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>account_id=STRING (if null ignore)</li>\n<li>user_id=STRING (if null ignore)</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_webhook_id\"><strong>account_webhook_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#trigger_name\"><strong>trigger_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#web_hooks\"><strong>web_hooks</strong></a>:</p>\n","operationId":"OBPv3.1.0-getAccountWebhooks","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["web_hooks"],"properties":{"web_hooks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","http_method","is_active","bank_id","http_protocol","account_webhook_id","trigger_name","account_id","url"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"trigger_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_webhook_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"web_hooks":{"type":"array","items":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"http_method":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"http_protocol":{"type":"string"},"account_webhook_id":{"type":"string"},"trigger_name":{"type":"string"},"account_id":{"type":"string"},"url":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-requests":{"get":{"tags":["Transaction-Request","Payment Initiation Service (PIS)"],"summary":"Get Transaction Requests","description":"<p>Returns transaction requests for account specified by ACCOUNT_ID at bank specified by BANK_ID.</p>\n<p>The VIEW_ID specified must be 'owner' and the user must have access to this view.</p>\n<p>Version 2.0.0 now returns charge information.</p>\n<p>Transaction Requests serve to initiate transactions that may or may not proceed. They contain information including:</p>\n<ul>\n<li>Transaction Request Id</li>\n<li>Type</li>\n<li>Status (INITIATED, COMPLETED)</li>\n<li>Challenge (in order to confirm the request)</li>\n<li>From Bank / Account</li>\n<li>Details including Currency, Value, Description and other initiation information specific to each type. (Could potentialy include a list of future transactions.)</li>\n<li>Related Transactions</li>\n</ul>\n<p>PSD2 Context: PSD2 requires transparency of charges to the customer.<br />\nThis endpoint provides the charge that would be applied if the Transaction Request proceeds - and a record of that charge there after.<br />\nThe customer can proceed with the Transaction by answering the security challenge.</p>\n<p>We support query transaction request by attribute<br />\nURL params example:/banks/BANK_ID/accounts/ACCOUNT_ID/VIEW_ID/transaction-requests?invoiceNumber=123&amp;referenceNumber=456</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge\"><strong>challenge</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transaction_requests_with_charges\"><strong>transaction_requests_with_charges</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv5.1.0-getTransactionRequests","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_requests_with_charges"],"properties":{"transaction_requests_with_charges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenge","status","end_date","charge","transaction_ids","from","details","start_date","id"],"properties":{"challenge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","allowed_attempts","id"],"properties":{"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"transaction_requests_with_charges":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"challenge":{"type":"object","properties":{"challenge_type":{"type":"string"},"allowed_attempts":{"type":"integer"},"id":{"type":"string"}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transaction-requests/{transactionrequestid}/attributes":{"get":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Get Transaction Request Attributes","description":"<p>Get Transaction Request Attributes</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_attributes</strong></a>: transaction_request_attributes</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getTransactionRequestAttributes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_request_attributes"],"properties":{"transaction_request_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","transaction_request_attribute_id","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"transaction_request_attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"transaction_request_attribute_id":{"type":"string"},"value":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/users/current/auth-context-updates/{scamethod}":{"post":{"tags":["User"],"summary":"Create User Auth Context Update Request","description":"<p>Create User Auth Context Update Request.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>A One Time Password (OTP) (AKA security challenge) is sent Out of Band (OOB) to the User via the transport defined in SCA_METHOD<br />\nSCA_METHOD is typically &quot;SMS&quot; or &quot;EMAIL&quot;. &quot;EMAIL&quot; is used for testing purposes.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#sca_method\">SCA_METHOD</a>:</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#user_auth_context_update_id\"><strong>user_auth_context_update_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv5.0.0-createUserAuthContextUpdateRequest","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"scamethod","in":"path","description":"The SCAMETHOD identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["key","value"],"properties":{"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_auth_context_update_id","consumer_id","key","status","value","user_id"],"properties":{"user_auth_context_update_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_auth_context_update_id":{"type":"string","format":"date-time"},"consumer_id":{"type":"string"},"key":{"type":"string"},"status":{"type":"string"},"value":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/system-dynamic-entities/{dynamicentityid}":{"delete":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Delete System Level Dynamic Entity","description":"<p>Delete a DynamicEntity specified by DYNAMIC_ENTITY_ID.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a>/</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-deleteSystemDynamicEntity","parameters":[{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/user-entitlements":{"post":{"tags":["Role","Entitlement","User","DAuth"],"summary":"Create (DAuth) User with Roles","description":"<p>This endpoint is used as part of the DAuth solution to grant Entitlements for Roles to a smart contract on the blockchain.</p>\n<p>Put the smart contract address in username</p>\n<p>For provider use &quot;dauth&quot;</p>\n<p>This endpoint will create the User with username and provider if the User does not already exist.</p>\n<p>Then it will create Entitlements i.e. grant Roles to the User.</p>\n<p>Entitlements are used to grant System or Bank level roles to Users. (For Account level privileges, see Views)</p>\n<p>i.e. Entitlements are used to create / consume system or bank level resources where as views / account access are used to consume / create customer level resources.</p>\n<p>For a System level Role (.e.g CanGetAnyUser), set bank_id to an empty string i.e. &quot;bank_id&quot;:&quot;&quot;</p>\n<p>For a Bank level Role (e.g. CanCreateAccount), set bank_id to a valid value e.g. &quot;bank_id&quot;:&quot;my-bank-id&quot;</p>\n<p>Note: The Roles actually granted will depend on the Roles that the calling user has.</p>\n<p>If you try to grant Entitlements to a user that already exist (duplicate entitilements) you will get an error.</p>\n<p>For information about DAuth see below:</p>\n<details>\n  <summary style=\"display:list-item;cursor:s-resize;\">DAuth</summary>\n  <h3><a href=\"#dauth-introduction-setup-and-usage\" id=\"dauth-introduction-setup-and-usage\">DAuth Introduction, Setup and Usage</a></h3>\n<p>DAuth is an experimental authentication mechanism that aims to pin an ethereum or other blockchain Smart Contract to an OBP &quot;User&quot;.</p>\n<p>In the future, it might be possible to be more specific and pin specific actors (wallets) that are acting within the smart contract, but so far, one smart contract acts on behalf of one User.</p>\n<p>Thus, if a smart contract &quot;X&quot; calls the OBP API using the DAuth header, OBP will get or create a user called X and the call will proceed in the context of that User &quot;X&quot;.</p>\n<p>DAuth is invoked by the REST client (caller) including a specific header (see step 3 below) in any OBP REST call.</p>\n<p>When OBP receives the DAuth token, it creates or gets a User with a username based on the smart_contract_address and the provider based on the network_name. The combination of username and provider is unique in OBP.</p>\n<p>If you are calling OBP-API via an API3 Airnode, the Airnode will take care of constructing the required header.</p>\n<p>When OBP detects a DAuth header / token it first checks if the Consumer is allowed to make such a call. OBP will validate the Consumer ip address and signature etc.</p>\n<p>Note: The DAuth flow does <em>not</em> require an explicit POST like Direct Login to create the token.</p>\n<p>Permissions may be assigned to an OBP User at any time, via the UserAuthContext, Views, Entitlements to Roles or Consents.</p>\n<p>Note: <em>DAuth is NOT enabled on this instance!</em></p>\n<p>Note: <em>The DAuth client is responsible for creating a token which will be trusted by OBP absolutely</em>!</p>\n<p>To use DAuth:</p>\n<h3><a href=\"#1-configure-obp-api-to-accept-dauth\" id=\"1-configure-obp-api-to-accept-dauth\">1) Configure OBP API to accept DAuth.</a></h3>\n<p>Set up properties in your props file</p>\n<pre><code># -- DAuth --------------------------------------\n# Define secret used to validate JWT token\n# jwt.public_key_rsa=path-to-the-pem-file\n# Enable/Disable DAuth communication at all\n# In case isn't defined default value is false\n# allow_dauth=false\n# Define comma separated list of allowed IP addresses\n# dauth.host=127.0.0.1\n# -------------------------------------- DAuth--\n</code></pre>\n<p>Please keep in mind that property jwt.public_key_rsa is used to validate JWT token to check it is not changed or corrupted during transport.</p>\n<h3><a href=\"#2-create-have-access-to-a-jwt\" id=\"2-create-have-access-to-a-jwt\">2) Create / have access to a JWT</a></h3>\n<p>The following videos are available:<br />\n* <a href=\"https://vimeo.com/644315074\">DAuth in local environment</a></p>\n<p>HEADER:ALGORITHM &amp; TOKEN TYPE</p>\n<pre><code>{\n  &quot;alg&quot;: &quot;RS256&quot;,\n  &quot;typ&quot;: &quot;JWT&quot;\n}\n</code></pre>\n<p>PAYLOAD:DATA</p>\n<pre><code>{\n  &quot;smart_contract_address&quot;: &quot;0xe123425E7734CE288F8367e1Bb143E90bb3F051224&quot;,\n  &quot;network_name&quot;: &quot;AIRNODE.TESTNET.ETHEREUM&quot;,\n  &quot;msg_sender&quot;: &quot;0xe12340927f1725E7734CE288F8367e1Bb143E90fhku767&quot;,\n  &quot;consumer_key&quot;: &quot;0x1234a4ec31e89cea54d1f125db7536e874ab4a96b4d4f6438668b6bb10a6adb&quot;,\n  &quot;timestamp&quot;: &quot;2021-11-04T14:13:40Z&quot;,\n  &quot;request_id&quot;: &quot;0Xe876987694328763492876348928736497869273649&quot;\n}\n</code></pre>\n<p>VERIFY SIGNATURE</p>\n<pre><code>RSASHA256(\n  base64UrlEncode(header) + &quot;.&quot; +\n  base64UrlEncode(payload),\n<p>) your-RSA-key-pair</p>\n</code></pre>\n<p>Here is an example token:</p>\n<pre><code>eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFydF9jb250cmFjdF9hZGRyZXNzIjoiMHhlMTIzNDI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGJiM0YwNTEyMjQiLCJuZXR3b3JrX25hbWUiOiJFVEhFUkVVTSIsIm1zZ19zZW5kZXIiOiIweGUxMjM0MDkyN2YxNzI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGZoa3U3NjciLCJjb25zdW1lcl9rZXkiOiIweDEyMzRhNGVjMzFlODljZWE1NGQxZjEyNWRiNzUzNmU4NzRhYjRhOTZiNGQ0ZjY0Mzg2NjhiNmJiMTBhNmFkYiIsInRpbWVzdGFtcCI6IjIwMjEtMTEtMDRUMTQ6MTM6NDBaIiwicmVxdWVzdF9pZCI6IjBYZTg3Njk4NzY5NDMyODc2MzQ5Mjg3NjM0ODkyODczNjQ5Nzg2OTI3MzY0OSJ9.XSiQxjEVyCouf7zT8MubEKsbOBZuReGVhnt9uck6z6k\n</code></pre>\n<h3><a href=\"#3-try-a-rest-call-using-the-header\" id=\"3-try-a-rest-call-using-the-header\">3) Try a REST call using the header</a></h3>\n<p>Using your favorite http client:</p>\n<p>GET <a href=\"https://apisandbox.openbankproject.com/obp/v3.0.0/users/current\">https://apisandbox.openbankproject.com/obp/v3.0.0/users/current</a></p>\n<p>Body</p>\n<p>Leave Empty!</p>\n<p>Headers:</p>\n<pre><code>   DAuth: your-jwt-from-step-above\n</code></pre>\n<p>Here is it all together:</p>\n<p>GET <a href=\"https://apisandbox.openbankproject.com/obp/v3.0.0/users/current\">https://apisandbox.openbankproject.com/obp/v3.0.0/users/current</a> HTTP/1.1<br />\nHost: localhost:8080<br />\nUser-Agent: curl/7.47.0<br />\nAccept: <em>/</em><br />\nDAuth: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFydF9jb250cmFjdF9hZGRyZXNzIjoiMHhlMTIzNDI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGJiM0YwNTEyMjQiLCJuZXR3b3JrX25hbWUiOiJFVEhFUkVVTSIsIm1zZ19zZW5kZXIiOiIweGUxMjM0MDkyN2YxNzI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGZoa3U3NjciLCJjb25zdW1lcl9rZXkiOiIweDEyMzRhNGVjMzFlODljZWE1NGQxZjEyNWRiNzUzNmU4NzRhYjRhOTZiNGQ0ZjY0Mzg2NjhiNmJiMTBhNmFkYiIsInRpbWVzdGFtcCI6IjIwMjEtMTEtMDRUMTQ6MTM6NDBaIiwicmVxdWVzdF9pZCI6IjBYZTg3Njk4NzY5NDMyODc2MzQ5Mjg3NjM0ODkyODczNjQ5Nzg2OTI3MzY0OSJ9.XSiQxjEVyCouf7zT8MubEKsbOBZuReGVhnt9uck6z6k</p>\n<p>CURL example</p>\n<pre><code>curl -v -H 'DAuth: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFydF9jb250cmFjdF9hZGRyZXNzIjoiMHhlMTIzNDI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGJiM0YwNTEyMjQiLCJuZXR3b3JrX25hbWUiOiJFVEhFUkVVTSIsIm1zZ19zZW5kZXIiOiIweGUxMjM0MDkyN2YxNzI1RTc3MzRDRTI4OEY4MzY3ZTFCYjE0M0U5MGZoa3U3NjciLCJjb25zdW1lcl9rZXkiOiIweDEyMzRhNGVjMzFlODljZWE1NGQxZjEyNWRiNzUzNmU4NzRhYjRhOTZiNGQ0ZjY0Mzg2NjhiNmJiMTBhNmFkYiIsInRpbWVzdGFtcCI6IjIwMjEtMTEtMDRUMTQ6MTM6NDBaIiwicmVxdWVzdF9pZCI6IjBYZTg3Njk4NzY5NDMyODc2MzQ5Mjg3NjM0ODkyODczNjQ5Nzg2OTI3MzY0OSJ9.XSiQxjEVyCouf7zT8MubEKsbOBZuReGVhnt9uck6z6k' https://apisandbox.openbankproject.com/obp/v3.0.0/users/current\n</code></pre>\n<p>You should receive a response like:</p>\n<pre><code>{\n    &quot;user_id&quot;: &quot;4c4d3175-1e5c-4cfd-9b08-dcdc209d8221&quot;,\n    &quot;email&quot;: &quot;&quot;,\n    &quot;provider_id&quot;: &quot;0xe123425E7734CE288F8367e1Bb143E90bb3F051224&quot;,\n    &quot;provider&quot;: &quot;ETHEREUM&quot;,\n    &quot;username&quot;: &quot;0xe123425E7734CE288F8367e1Bb143E90bb3F051224&quot;,\n    &quot;entitlements&quot;: {\n        &quot;list&quot;: []\n    }\n}\n</code></pre>\n<h3><a href=\"#under-the-hood\" id=\"under-the-hood\">Under the hood</a></h3>\n<p>The file, dauth.scala handles the DAuth,</p>\n<p>We:</p>\n<pre><code>-&gt; Check if Props allow_dauth is true\n  -&gt; Check if DAuth header exists\n    -&gt; Check if getRemoteIpAddress is OK\n      -&gt; Look for &quot;token&quot;\n        -&gt; parse the JWT token and getOrCreate the user\n          -&gt; get the data of the user\n</code></pre>\n<h3><a href=\"#more-information\" id=\"more-information\">More information</a></h3>\n<p>Parameter names and values are case sensitive.<br />\nEach parameter MUST NOT appear more than once per request.</p>\n</details>\n<p><br></br></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-createUserWithRoles","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles","provider","username"],"properties":{"roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"roles":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"provider":{"type":"string"},"username":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_id","bank_id","role_name","user_id"],"properties":{"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"entitlement_id":{"type":"string"},"bank_id":{"type":"string"},"role_name":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{transactionrequesttype}/transaction-requests/{transactionrequestid}/challenge":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Answer Transaction Request Challenge","description":"<p>In Sandbox mode, any string that can be converted to a positive integer will be accepted as an answer.</p>\n<p>This endpoint totally depends on createTransactionRequest, it need get the following data from createTransactionRequest response body.</p>\n<p>1)<code>TRANSACTION_REQUEST_TYPE</code> : is the same as createTransactionRequest request URL .</p>\n<p>2)<code>TRANSACTION_REQUEST_ID</code> : is the <code>id</code> field in createTransactionRequest response body.</p>\n<p>3) <code>id</code> :  is <code>challenge.id</code> field in createTransactionRequest response body.</p>\n<p>4) <code>answer</code> : must be <code>123</code> in case that Strong Customer Authentication method for OTP challenge is dummy.<br />\nFor instance: SANDBOX_TAN_OTP_INSTRUCTION_TRANSPORT=dummy<br />\nPossible values are dummy,email and sms<br />\nIn CBS mode, the answer can be got by phone message or other SCA methods.</p>\n<p>Note that each Transaction Request Type can have its own OTP_INSTRUCTION_TRANSPORT method.<br />\nOTP_INSTRUCTION_TRANSPORT methods are set in Props. See sample.props.template for instructions.</p>\n<p>Single or Multiple authorisations</p>\n<p>OBP allows single or multi party authorisations.</p>\n<p>Single party authorisation:</p>\n<p>In the case that only one person needs to authorise i.e. answer a security challenge we have the following change of state of a <code>transaction request</code>:<br />\nINITIATED =&gt; COMPLETED</p>\n<p>Multiparty authorisation:</p>\n<p>In the case that multiple parties (n persons) need to authorise a transaction request i.e. answer security challenges, we have the followings state flow for a <code>transaction request</code>:<br />\nINITIATED =&gt; NEXT_CHALLENGE_PENDING =&gt; ... =&gt; NEXT_CHALLENGE_PENDING =&gt; COMPLETED</p>\n<p>The security challenge is bound to a user i.e. in the case of a correct answer but the user is different than expected the challenge will fail.</p>\n<p>Rule for calculating number of security challenges:<br />\nIf Product Account attribute REQUIRED_CHALLENGE_ANSWERS=N then create N challenges<br />\n(one for every user that has a View where permission can_add_transaction_request_to_any_account=true)<br />\nIn the case REQUIRED_CHALLENGE_ANSWERS is not defined as an account attribute, the default number of security challenges created is one.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_TYPE</a>: SEPA</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#answer\"><strong>answer</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\">additional_information</a>: additional_information</p>\n<p><a href=\"/glossary#\">reason_code</a>: reason_code</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge\"><strong>challenge</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-answerTransactionRequestChallenge","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequesttype","in":"path","description":"The TRANSACTIONREQUESTTYPE identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["additional_information","answer","reason_code","id"],"properties":{"additional_information":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"answer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reason_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"additional_information":{"type":"string"},"answer":{"type":"string"},"reason_code":{"type":"string"},"id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenge","status","end_date","charge","transaction_ids","from","details","start_date","id"],"properties":{"challenge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","allowed_attempts","id"],"properties":{"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenge":{"type":"object","properties":{"challenge_type":{"type":"string"},"allowed_attempts":{"type":"integer"},"id":{"type":"string"}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/cache/info":{"get":{"tags":["Cache","System","API"],"summary":"Get Cache Information","description":"<p>Returns detailed cache information for all namespaces:</p>\n<ul>\n<li>Namespace ID and versioned prefix</li>\n<li>Current version counter</li>\n<li>Number of keys in each namespace</li>\n<li>Description and category</li>\n<li>Storage location (redis, memory, both, or unknown)</li>\n<li>&quot;redis&quot;: Keys stored in Redis</li>\n<li>&quot;memory&quot;: Keys stored in in-memory cache</li>\n<li>&quot;both&quot;: Keys in both locations (indicates a BUG - should never happen)</li>\n<li>&quot;unknown&quot;: No keys found, storage location cannot be determined</li>\n<li>TTL info: Sampled TTL information from actual keys</li>\n<li>Shows actual TTL values from up to 5 sample keys</li>\n<li>Format: &quot;123s&quot; (fixed), &quot;range 60s to 3600s (avg 1800s)&quot; (variable), &quot;no expiry&quot; (persistent)</li>\n<li>Total key count across all namespaces</li>\n<li>Redis availability status</li>\n</ul>\n<p>This endpoint helps monitor cache usage and identify which namespaces contain the most data.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>current_version</strong></a>: current_version</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>key_count</strong></a>: key_count</p>\n<p><a href=\"/glossary#\"><strong>namespace_id</strong></a>: namespace_id</p>\n<p><a href=\"/glossary#\"><strong>namespaces</strong></a>: namespaces</p>\n<p><a href=\"/glossary#\"><strong>prefix</strong></a>: prefix</p>\n<p><a href=\"/glossary#\"><strong>redis_available</strong></a>: redis_available</p>\n<p><a href=\"/glossary#\"><strong>storage_location</strong></a>: storage_location</p>\n<p><a href=\"/glossary#\"><strong>total_keys</strong></a>: total_keys</p>\n<p><a href=\"/glossary#\"><strong>ttl_info</strong></a>: ttl_info</p>\n","operationId":"OBPv6.0.0-getCacheInfo","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["total_keys","redis_available","namespaces"],"properties":{"total_keys":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redis_available":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"namespaces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["storage_location","description","key_count","prefix","current_version","ttl_info","category","namespace_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"prefix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"storage_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"current_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"namespace_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"ttl_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"total_keys":{"type":"integer"},"redis_available":{"type":"boolean"},"namespaces":{"type":"array","items":{"type":"object","properties":{"storage_location":{"type":"string"},"description":{"type":"string"},"key_count":{"type":"integer"},"prefix":{"type":"string"},"current_version":{"type":"integer"},"ttl_info":{"type":"string"},"category":{"type":"string"},"namespace_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/users/{userid}/refresh":{"post":{"tags":["User"],"summary":"Refresh User","description":"<p>The endpoint is used for updating the accounts, views, account holders for the user.<br />\nAs to the Json body, you can leave it as Empty.<br />\nThis call will get data from backend, no need to prepare the json body in api side.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#duration_time\"><strong>duration_time</strong></a>: 60</p>\n","operationId":"OBPv3.1.0-refreshUser","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["duration_time"],"properties":{"duration_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"duration_time":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/accounts/{accountid}/{viewid}/credit_cards/orders":{"get":{"tags":["Card"],"summary":"Get status of Credit Card order ","description":"<p>Get status of Credit Card orders<br />\nGet all orders</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#card_description\"><strong>card_description</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#cards\"><strong>cards</strong></a>:</p>\n<p><a href=\"/glossary#use_type\"><strong>use_type</strong></a>:</p>\n","operationId":"OBPv3.1.0-getStatusOfCreditCardOrder","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["cards"],"properties":{"cards":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["use_type","card_description","card_type"],"properties":{"use_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"cards":{"type":"array","items":{"type":"object","properties":{"use_type":{"type":"string"},"card_description":{"type":"string"},"card_type":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/spaces":{"get":{"tags":["User"],"summary":"Get My Spaces","description":"<p>Get My Spaces.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_ids</strong></a>: bank_ids</p>\n","operationId":"OBPv4.0.0-getMySpaces","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_ids"],"properties":{"bank_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"bank_ids":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/customers/{customerid}/correlated-users":{"get":{"tags":["Customer"],"summary":"Get Correlated User Info by Customer","description":"<p>Get Correlated User Info by CUSTOMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;i&#x6c;&#116;&#x6f;&#x3a;&#102;&#101;&#x6c;&#x69;&#x78;&#115;m&#x69;t&#x68;@&#101;&#120;&#x61;&#109;&#x70;&#108;&#101;&#46;&#x63;&#111;&#x6d;\">&#x66;&#x65;&#108;&#105;&#x78;&#x73;&#x6d;&#105;&#x74;h&#64;&#x65;&#x78;&#97;&#109;&#x70;&#x6c;&#x65;&#46;&#99;&#111;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>user_attributes</strong></a>: user_attributes</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#users\"><strong>users</strong></a>: user list</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv4.0.0-getCorrelatedUsersInfoByCustomerId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["users","customer"],"properties":{"users":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","user_attributes","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"users":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"user_attributes":{"type":"array","items":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}}},"customer":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/groups/{groupid}/entitlements":{"get":{"tags":["Group","Entitlement"],"summary":"Get Group Entitlements","description":"<p>Get all entitlements that have been granted from a specific group.</p>\n<p>This returns all entitlements where the group_id matches the specified GROUP_ID.</p>\n<p>Requires:<br />\n- CanGetEntitlementsForAnyBank</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">GROUP_ID</a>: GROUP_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">group_id</a>: group_id</p>\n<p><a href=\"/glossary#process\">process</a>: obp.getBank</p>\n","operationId":"OBPv6.0.0-getGroupEntitlements","parameters":[{"name":"groupid","in":"path","description":"The GROUPID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlements"],"properties":{"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["process","username","bank_id","user_id","entitlement_id","group_id","role_name"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlements":{"type":"array","items":{"type":"object","properties":{"process":{"type":"string"},"username":{"type":"string"},"bank_id":{"type":"string"},"user_id":{"type":"string"},"entitlement_id":{"type":"string"},"group_id":{"type":"string"},"role_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/view-permissions":{"get":{"tags":["View-System","View-Custom"],"summary":"Get View Permissions","description":"<p>Get a list of all available view permissions.</p>\n<p>This endpoint returns all the available permissions that can be assigned to views,<br />\norganized by category. These permissions control what actions and data can be accessed<br />\nthrough a view.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The response contains all available view permission names that can be used in the<br />\n<code>allowed_actions</code> field when creating or updating custom views.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>permission</strong></a>: permission</p>\n<p><a href=\"/glossary#permissions\"><strong>permissions</strong></a>:</p>\n","operationId":"OBPv6.0.0-getViewPermissions","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["permissions"],"properties":{"permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["permission","category"],"properties":{"permission":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"permissions":{"type":"array","items":{"type":"object","properties":{"permission":{"type":"string"},"category":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/{customerid}/attributes/{customerattributeid}":{"delete":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Delete Customer Attribute","description":"<p>Delete Customer Attribute</p>\n<p>CustomerAttributes are used to enhance the OBP Customer object with Bank specific entities.</p>\n<p>Delete a Customer Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CUSTOMER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteCustomerAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"customerattributeid","in":"path","description":"The CUSTOMERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-endpoints/{dynamicendpointid}":{"get":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":" Get Bank Level Dynamic Endpoint","description":"<p>Get a Bank Level Dynamic Endpoint.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-getBankLevelDynamicEndpoint","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":" Delete Bank Level Dynamic Endpoint","description":"<p>Delete a Bank Level DynamicEndpoint specified by DYNAMIC_ENDPOINT_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-deleteBankLevelDynamicEndpoint","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/accounts/{accountid}/products/{productcode}/attributes/{accountattributeid}":{"put":{"tags":["Account","Account-Attribute","Attribute"],"summary":"Update Account Attribute","description":"<p>Update Account Attribute</p>\n<p>Account Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Account Attribute is linked to its Account by ACCOUNT_ID</p>\n<p>Typical account attributes might be:</p>\n<p>ISIN (for International bonds)<br />\nVKN (for German bonds)<br />\nREDCODE (markit short code for credit derivative)<br />\nLOAN_ID (e.g. used for Anacredit reporting)</p>\n<p>ISSUE_DATE (When the bond was issued in the market)<br />\nMATURITY_DATE (End of life time of a product)<br />\nTRADABLE</p>\n<p>See <a href=\"http://www.fpml.org/\">FPML</a> for more examples.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\">ACCOUNT_ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv3.1.0-updateAccountAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"accountattributeid","in":"path","description":"The ACCOUNTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_instance_code","type","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/corporate-customers":{"get":{"tags":["Corporate-Customer","Customer"],"summary":"Get Corporate Customers at Bank","description":"<p>Get Corporate Customers at Bank.</p>\n<p>Returns a list of customers with customer_type CORPORATE or SUBSIDIARY at the specified bank.</p>\n<p><strong>Date Format:</strong><br />\ndate_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong></p>\n<p><strong>Query Parameters:</strong><br />\n- limit: Maximum number of customers to return (optional)<br />\n- offset: Number of customers to skip for pagination (optional)<br />\n- sort_direction: Sort direction - ASC or DESC (optional)</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"ma&#x69;&#x6c;&#116;&#x6f;&#x3a;&#x66;&#x65;l&#105;&#x78;&#x73;&#109;&#x69;&#116;&#104;&#64;&#101;&#120;&#97;&#109;&#112;l&#101;&#46;&#99;&#x6f;&#x6d;\">&#x66;e&#x6c;&#x69;&#x78;&#x73;&#x6d;&#105;&#x74;&#x68;&#x40;&#x65;&#x78;&#x61;m&#x70;&#x6c;&#x65;&#46;&#99;&#x6f;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCorporateCustomersAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Corporate-Customer","Customer"],"summary":"Create Corporate Customer","description":"<p>Create a corporate customer.</p>\n<p>This endpoint is specifically for creating corporate customers.<br />\nIndividual-oriented fields (relationship_status, dependants, highest_education_attained, employment_status, name_suffix, date_of_birth, face_image, title) are not available on this endpoint.</p>\n<p><strong>Required Fields:</strong><br />\n- legal_name: The corporate entity's legal name<br />\n- mobile_phone_number: The corporate entity's phone number</p>\n<p><strong>Optional Fields:</strong><br />\n- customer_number: If not provided, a random number will be generated<br />\n- email, credit_rating, credit_limit, kyc_status, last_ok_date, branch_id<br />\n- customer_type: CORPORATE (default) or SUBSIDIARY<br />\n- parent_customer_id: For SUBSIDIARY customers, the customer_id of the parent customer</p>\n<p><strong>Validations:</strong><br />\n- customer_number cannot contain <code>::::</code> characters<br />\n- customer_number must be unique for the bank<br />\n- customer_type must be CORPORATE or SUBSIDIARY<br />\n- parent_customer_id must reference an existing customer if provided</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\">branch_id</a>: DERBY6</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n<p><a href=\"/glossary#\">customer_number</a>: 5987953</p>\n<p><a href=\"/glossary#\">customer_type</a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#109;&#97;&#105;&#108;&#116;o&#x3a;&#102;&#101;&#x6c;&#105;&#x78;&#x73;&#109;&#105;&#116;&#104;&#x40;&#x65;&#x78;&#97;&#x6d;p&#108;&#101;&#x2e;&#99;o&#x6d;\">&#102;&#x65;lixs&#x6d;i&#x74;&#104;@&#x65;&#120;&#x61;&#109;&#x70;&#x6c;&#x65;&#46;&#99;&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\">kyc_status</a>: false</p>\n<p><a href=\"/glossary#last_ok_date\">last_ok_date</a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\">parent_customer_id</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;&#x6c;&#x74;&#111;&#x3a;&#102;&#101;&#x6c;&#x69;&#x78;&#x73;&#x6d;&#105;&#x74;&#104;@&#x65;&#120;&#97;m&#x70;&#108;e&#46;&#x63;&#x6f;&#109;\">f&#101;l&#x69;&#120;&#x73;&#109;&#105;&#116;&#104;&#x40;&#x65;&#120;&#97;m&#112;&#x6c;&#101;.&#99;&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-createCorporateCustomer","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["last_ok_date","customer_type","credit_limit","credit_rating","email","customer_number","kyc_status","legal_name","branch_id","mobile_phone_number"],"properties":{"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"last_ok_date":{"type":"string","format":"date-time"},"customer_type":{"type":"string"},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"email":{"type":"string"},"customer_number":{"type":"string"},"kyc_status":{"type":"boolean"},"legal_name":{"type":"string"},"branch_id":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/balances":{"get":{"tags":["Account","Balance"],"summary":"Get All Bank Account Balances","description":"<p>Get all Balances for a Bank Account.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>balance_amount</strong></a>: 50.89</p>\n<p><a href=\"/glossary#balance_id\"><strong>balance_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#balance_type\"><strong>balance_type</strong></a>: openingBooked</p>\n<p><a href=\"/glossary#\"><strong>balances</strong></a>: balances</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n","operationId":"OBPv5.1.0-getAllBankAccountBalances","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balances"],"properties":{"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balance_amount","bank_id","balance_id","account_id","balance_type"],"properties":{"balance_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"balances":{"type":"array","items":{"type":"object","properties":{"balance_amount":{"type":"string"},"bank_id":{"type":"string"},"balance_id":{"type":"string"},"account_id":{"type":"string"},"balance_type":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Account","Balance"],"summary":"Create Bank Account Balance","description":"<p>Create a new Balance for a Bank Account.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>balance_amount</strong></a>: 50.89</p>\n<p><a href=\"/glossary#balance_type\"><strong>balance_type</strong></a>: openingBooked</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>balance_amount</strong></a>: 50.89</p>\n<p><a href=\"/glossary#balance_id\"><strong>balance_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#balance_type\"><strong>balance_type</strong></a>: openingBooked</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n","operationId":"OBPv5.1.0-createBankAccountBalance","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balance_amount","balance_type"],"properties":{"balance_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"balance_amount":{"type":"string"},"balance_type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balance_amount","bank_id","balance_id","account_id","balance_type"],"properties":{"balance_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"balance_amount":{"type":"string"},"bank_id":{"type":"string"},"balance_id":{"type":"string"},"account_id":{"type":"string"},"balance_type":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/{userid}/entitlements-and-permissions":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlements and Permissions for a User","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#x69;lt&#111;&#58;f&#101;&#108;&#105;&#x78;&#x73;&#x6d;&#105;&#116;&#104;@&#101;x&#x61;&#x6d;&#x70;&#108;e.&#x63;&#x6f;&#x6d;\">&#102;&#101;&#x6c;&#105;&#x78;&#x73;&#109;&#105;&#x74;&#x68;&#64;&#101;&#x78;&#x61;mp&#x6c;&#101;.&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv5.1.0-getEntitlementsAndPermissions","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","views","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/json-schema-validations/{operationid}":{"get":{"tags":["JSON-Schema-Validation"],"summary":"Get a JSON Schema Validation","description":"<p>Get a JSON Schema Validation by operation_id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>$schema</strong></a>: $schema</p>\n<p><a href=\"/glossary#\"><strong>additionalProperties</strong></a>: additionalProperties</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#\"><strong>json_schema</strong></a>: json_schema</p>\n<p><a href=\"/glossary#\"><strong>maxLength</strong></a>: maxLength</p>\n<p><a href=\"/glossary#\"><strong>minLength</strong></a>: minLength</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>xxx_id</strong></a>: xxx_id</p>\n","operationId":"OBPv4.0.0-getJsonSchemaValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema","operation_id"],"properties":{"json_schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"json_schema":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}},"operation_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["JSON-Schema-Validation"],"summary":"Update a JSON Schema Validation","description":"<p>Update a JSON Schema Validation.</p>\n<p>Introduction:</p>\n  <p>JSON Schema is &quot;a vocabulary that allows you to annotate and validate JSON documents&quot;.</p>\n<p>By applying JSON Schema Validation to your OBP endpoints you can constrain POST and PUT request bodies. For example, you can set minimum / maximum lengths of fields and constrain values to certain lists or regular expressions.</p>\n<p>See <a href=\"https://json-schema.org/\">JSONSchema.org</a> for more information about the JSON Schema standard.</p>\n<p>To create a JSON Schema from an any JSON Request body you can use <a href=\"https://jsonschema.net/app/schemas/0\">JSON Schema Net</a></p>\n<p>(The video link below shows how to use that)</p>\n<p>Note: OBP Dynamic Entities also use JSON Schema Validation so you don't need to additionally wrap the resulting endpoints with extra JSON Schema Validation but you could do.</p>\n<p>You can apply JSON schema validations to any OBP endpoint's request body using the POST and PUT endpoints listed in the link below.</p>\n<p>PLEASE SEE the following video explanation: <a href=\"https://vimeo.com/485287014\">JSON schema validation of request for Static and Dynamic Endpoints and Entities</a></p>\n<p>To use this endpoint, please supply a valid json-schema in the request body.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>$schema</strong></a>: $schema</p>\n<p><a href=\"/glossary#\"><strong>additionalProperties</strong></a>: additionalProperties</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#\"><strong>json_schema</strong></a>: json_schema</p>\n<p><a href=\"/glossary#\"><strong>maxLength</strong></a>: maxLength</p>\n<p><a href=\"/glossary#\"><strong>minLength</strong></a>: minLength</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>xxx_id</strong></a>: xxx_id</p>\n","operationId":"OBPv4.0.0-updateJsonSchemaValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema","operation_id"],"properties":{"json_schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"json_schema":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}},"operation_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["JSON-Schema-Validation"],"summary":"Create a JSON Schema Validation","description":"<p>Create a JSON Schema Validation.</p>\n<p>Introduction:</p>\n  <p>JSON Schema is &quot;a vocabulary that allows you to annotate and validate JSON documents&quot;.</p>\n<p>By applying JSON Schema Validation to your OBP endpoints you can constrain POST and PUT request bodies. For example, you can set minimum / maximum lengths of fields and constrain values to certain lists or regular expressions.</p>\n<p>See <a href=\"https://json-schema.org/\">JSONSchema.org</a> for more information about the JSON Schema standard.</p>\n<p>To create a JSON Schema from an any JSON Request body you can use <a href=\"https://jsonschema.net/app/schemas/0\">JSON Schema Net</a></p>\n<p>(The video link below shows how to use that)</p>\n<p>Note: OBP Dynamic Entities also use JSON Schema Validation so you don't need to additionally wrap the resulting endpoints with extra JSON Schema Validation but you could do.</p>\n<p>You can apply JSON schema validations to any OBP endpoint's request body using the POST and PUT endpoints listed in the link below.</p>\n<p>PLEASE SEE the following video explanation: <a href=\"https://vimeo.com/485287014\">JSON schema validation of request for Static and Dynamic Endpoints and Entities</a></p>\n<p>To use this endpoint, please supply a valid json-schema in the request body.</p>\n<p>Note: It might take a few minutes for the newly created JSON Schema to take effect!</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>$schema</strong></a>: $schema</p>\n<p><a href=\"/glossary#\"><strong>additionalProperties</strong></a>: additionalProperties</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#\"><strong>maxLength</strong></a>: maxLength</p>\n<p><a href=\"/glossary#\"><strong>minLength</strong></a>: minLength</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>xxx_id</strong></a>: xxx_id</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>$schema</strong></a>: $schema</p>\n<p><a href=\"/glossary#\"><strong>additionalProperties</strong></a>: additionalProperties</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#\"><strong>json_schema</strong></a>: json_schema</p>\n<p><a href=\"/glossary#\"><strong>maxLength</strong></a>: maxLength</p>\n<p><a href=\"/glossary#\"><strong>minLength</strong></a>: minLength</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>xxx_id</strong></a>: xxx_id</p>\n","operationId":"OBPv4.0.0-createJsonSchemaValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema","operation_id"],"properties":{"json_schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"json_schema":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}},"operation_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["JSON-Schema-Validation"],"summary":"Delete a JSON Schema Validation","description":"<p>Delete a JSON Schema Validation by operation_id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteJsonSchemaValidation","parameters":[{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user_customer_links":{"post":{"tags":["Customer","User"],"summary":"Create User Customer Link","description":"<p>Link a User to a Customer</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#date_inserted\"><strong>date_inserted</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#user_customer_link_id\"><strong>user_customer_link_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-createUserCustomerLinks","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","user_id"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_id":{"type":"string"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_customer_link_id","customer_id","is_active","date_inserted","user_id"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_inserted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_customer_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_customer_link_id":{"type":"string"},"customer_id":{"type":"string"},"is_active":{"type":"boolean"},"date_inserted":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/transactions/{transactionid}/balancing-transaction":{"get":{"tags":["Transaction"],"summary":"Get Balancing Transaction","description":"<p>Get Balancing Transaction</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>credit_transaction</strong></a>: credit_transaction</p>\n<p><a href=\"/glossary#\"><strong>debit_transaction</strong></a>: debit_transaction</p>\n<p><a href=\"/glossary#\"><strong>transaction_id</strong></a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\"><strong>transaction_request</strong></a>: transaction_request</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_id</strong></a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n","operationId":"OBPv4.0.0-getBalancingTransaction","parameters":[{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["debit_transaction","credit_transaction","transaction_request"],"properties":{"debit_transaction":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","transaction_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"credit_transaction":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","transaction_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transaction_request":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","transaction_request_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"debit_transaction":{"type":"object","properties":{"bank_id":{"type":"string"},"transaction_id":{"type":"string"},"account_id":{"type":"string"}}},"credit_transaction":{"type":"object","properties":{"bank_id":{"type":"string"},"transaction_id":{"type":"string"},"account_id":{"type":"string"}}},"transaction_request":{"type":"object","properties":{"bank_id":{"type":"string"},"transaction_request_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/comments":{"get":{"tags":["Transaction-Metadata","Transaction"],"summary":"Get Transaction Comments","description":"<p>Returns the transaction TRANSACTION_ID comments made on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> (VIEW_ID).</p>\n<p>Authentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#comments\"><strong>comments</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv1.2.1-getCommentsForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["comments"],"properties":{"comments":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"comments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Transaction-Metadata","Transaction"],"summary":"Add a Transaction Comment","description":"<p>Posts a comment about a transaction TRANSACTION_ID on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> VIEW_ID.</p>\n<p>${authenticationRequiredMessage(false)}</p>\n<p>Authentication is required since the comment is linked with the user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv1.2.1-addCommentForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/providers":{"get":{"tags":["User"],"summary":"Get Providers","description":"<p>Get the list of authentication providers that have been used to create users on this OBP instance.</p>\n<p>This endpoint returns a distinct list of provider values from the resource_user table.</p>\n<p>Providers may include:<br />\n* Local OBP provider (e.g., &quot;<a href=\"http://127.0.0.1:8080\">http://127.0.0.1:8080</a>&quot;)<br />\n* OAuth 2.0 / OpenID Connect providers (e.g., &quot;google.com&quot;, &quot;microsoft.com&quot;)<br />\n* Custom authentication providers</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>providers</strong></a>: providers</p>\n","operationId":"OBPv6.0.0-getProviders","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["providers"],"properties":{"providers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"providers":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/images":{"get":{"tags":["Transaction-Metadata","Transaction"],"summary":"Get Transaction Images","description":"<p>Returns the transaction TRANSACTION_ID images made on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> (VIEW_ID).<br />\nAuthentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#images\"><strong>images</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n","operationId":"OBPv1.2.1-getImagesForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["images"],"properties":{"images":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL","id","date","user","label"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"images":{"type":"array","items":{"type":"object","properties":{"URL":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}},"label":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Transaction-Metadata","Transaction"],"summary":"Add a Transaction Image","description":"<p>Posts an image about a transaction TRANSACTION_ID on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> VIEW_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The image is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n","operationId":"OBPv1.2.1-addImageForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL","label"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"URL":{"type":"string"},"label":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL","id","date","user","label"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"URL":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}},"label":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/webui_props":{"get":{"tags":["WebUi-Props"],"summary":"Get WebUiProps","description":"<p>Get WebUiProps - properties that configure the Web UI behavior and appearance.</p>\n<p>Properties with names starting with &quot;webui_&quot; can be stored in the database and managed via API.</p>\n<p><strong>Data Sources:</strong></p>\n<ol>\n<li>\n<p><strong>Explicit WebUiProps (Database)</strong>: Custom values created/updated via the API and stored in the database.</p>\n</li>\n<li>\n<p><strong>Implicit WebUiProps (Configuration File)</strong>: Default values defined in the <code>sample.props.template</code> configuration file.</p>\n</li>\n</ol>\n<p><strong>Query Parameter:</strong></p>\n<ul>\n<li><code>active</code> (optional, boolean string, default: &quot;false&quot;)</li>\n<li>If <code>active=false</code> or omitted: Returns only explicit props from the database</li>\n<li>If <code>active=true</code>: Returns explicit props + implicit (default) props from configuration file\n<ul>\n<li>When both sources have the same property name, the database value takes precedence</li>\n<li>Implicit props are marked with <code>webUiPropsId = &quot;default&quot;</code></li>\n</ul>\n</li>\n</ul>\n<p><strong>Examples:</strong></p>\n<p>Get only database-stored props:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/management/webui_props\">https://apisandbox.openbankproject.com/obp/v3.1.0/management/webui_props</a></p>\n<p>Get database props combined with defaults:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v3.1.0/management/webui_props?active=true\">https://apisandbox.openbankproject.com/obp/v3.1.0/management/webui_props?active=true</a></p>\n<p>For more details about WebUI Props, including how to set config file defaults and precedence order, see <a href=\"/glossary#webui_props\">here</a>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">source</a>:</p>\n","operationId":"OBPv3.1.0-getWebUiProps","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["webui_props"],"properties":{"webui_props":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["web_ui_props_id","name","value"],"properties":{"web_ui_props_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"webui_props":{"type":"array","items":{"type":"object","properties":{"web_ui_props_id":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["WebUi-Props"],"summary":"Create WebUiProps","description":"<p>Create a WebUiProps.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Explaination of Fields:</p>\n<ul>\n<li>name is required String value</li>\n<li>value is required String value</li>\n</ul>\n<p>The line break and double quotations should do escape, example:</p>\n<pre><code>\n{&quot;name&quot;: &quot;webui_some&quot;, &quot;value&quot;: &quot;this value\nhave &quot;line break&quot; and double quotations.&quot;}\n\n</code></pre>\n<p>should do escape like this:</p>\n<pre><code>\n{&quot;name&quot;: &quot;webui_some&quot;, &quot;value&quot;: &quot;this value\\nhave \\&quot;line break\\&quot; and double quotations.&quot;}\n\n</code></pre>\n<p>Insert image examples:</p>\n<pre><code>// set width=100 and height=50\n{&quot;name&quot;: &quot;webui_some_pic&quot;, &quot;value&quot;: &quot;here is a picture &lt;img alt=&quot;hello&quot; src=&quot;http://somedomain.com/images/pic.png&quot; width=&quot;100&quot; height=&quot;50&quot; /&gt;&quot;}\n\n// only set height=50\n{&quot;name&quot;: &quot;webui_some_pic&quot;, &quot;value&quot;: &quot;here is a picture &lt;img alt=&quot;hello&quot; src=&quot;http://somedomain.com/images/pic.png&quot; width=&quot;&quot; height=&quot;50&quot; /&gt;&quot;}\n\n// only width=20%\n{&quot;name&quot;: &quot;webui_some_pic&quot;, &quot;value&quot;: &quot;here is a picture &lt;img alt=&quot;hello&quot; src=&quot;http://somedomain.com/images/pic.png&quot; width=&quot;20%&quot; height=&quot;&quot; /&gt;&quot;}\n\n</code></pre>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">source</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">source</a>:</p>\n","operationId":"OBPv3.1.0-createWebUiProps","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["web_ui_props_id","name","value"],"properties":{"web_ui_props_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"web_ui_props_id":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/accounts/{accountid}/customer-account-links":{"get":{"tags":["Customer"],"summary":"Get Customer Account Links by ACCOUNT_ID","description":"<p>Get Customer Account Links by ACCOUNT_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_account_link_id</strong></a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>links</strong></a>: links</p>\n<p><a href=\"/glossary#\"><strong>relationship_type</strong></a>: Owner</p>\n","operationId":"OBPv5.0.0-getCustomerAccountLinksByBankIdAccountId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["links"],"properties":{"links":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_account_link_id","customer_id","bank_id","account_id","relationship_type"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_account_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"links":{"type":"array","items":{"type":"object","properties":{"customer_account_link_id":{"type":"string"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"},"relationship_type":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/accounts/account-routing-query":{"post":{"tags":["Account"],"summary":"Get Account by Account Routing","description":"<p>This endpoint returns the account (if it exists) linked with the provided scheme and address.</p>\n<p>The <code>bank_id</code> field is optional, but if it's not provided, we don't guarantee that the returned account is unique across all the banks.</p>\n<p>Example of account routing scheme: <code>IBAN</code>, &quot;OBP&quot;, &quot;AccountNumber&quot;, ...<br />\nExample of account routing address: <code>DE17500105178275645584</code>, &quot;321774cc-fccd-11ea-adc1-0242ac120002&quot;, &quot;55897106215&quot;, ...</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#account_routing\"><strong>account_routing</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv4.0.0-getAccountByAccountRouting","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_routing"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"account_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","tags","label","number","bank_id","owners","id","views_available","balance","account_attributes"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","value","date","user"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"value":{"type":"string"},"date":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}},"label":{"type":"string"},"number":{"type":"string"},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}},"id":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/cascading/banks/{bankid}":{"delete":{"tags":["Bank"],"summary":"Delete Bank Cascade","description":"<p>Delete a Bank Cascade specified by BANK_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteBankCascade","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collection-ids/{apicollectionid}/api-collection-endpoints":{"get":{"tags":["Api-Collection"],"summary":"Get My Api Collection Endpoints By Id","description":"<p>Get Api Collection Endpoints By API_COLLECTION_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoint_id</strong></a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoints</strong></a>: api_collection_endpoints</p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n","operationId":"OBPv4.0.0-getMyApiCollectionEndpointsById","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_endpoints"],"properties":{"api_collection_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","api_collection_id","api_collection_endpoint_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collection_endpoints":{"type":"array","items":{"type":"object","properties":{"operation_id":{"type":"string"},"api_collection_id":{"type":"string"},"api_collection_endpoint_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Api-Collection"],"summary":"Create My Api Collection Endpoint By Id","description":"<p>Create Api Collection Endpoint By Id.</p>\n<p>glossary-item-not-found</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoint_id</strong></a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n","operationId":"OBPv4.0.0-createMyApiCollectionEndpointById","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","api_collection_id","api_collection_endpoint_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"api_collection_id":{"type":"string"},"api_collection_endpoint_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/users/{userid}/entitlement-requests":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlement Requests for a User","description":"<p>Get Entitlement Requests for a User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#x69;&#108;&#116;&#x6f;&#58;&#x66;eli&#x78;&#x73;&#109;&#105;&#116;&#104;&#64;&#x65;&#x78;&#x61;&#109;&#x70;&#108;&#x65;&#46;&#x63;&#x6f;m\">&#x66;&#101;&#108;&#105;&#120;&#x73;mith@&#101;&#120;&#x61;&#x6d;&#x70;&#x6c;&#101;&#x2e;&#x63;&#111;&#109;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_request_id\"><strong>entitlement_request_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_requests\"><strong>entitlement_requests</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv3.0.0-getEntitlementRequests","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_requests"],"properties":{"entitlement_requests":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_request_id","role_name","bank_id","user","created"],"properties":{"entitlement_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlement_requests":{"type":"array","items":{"type":"object","properties":{"entitlement_request_id":{"type":"string"},"role_name":{"type":"string"},"bank_id":{"type":"string"},"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"user_id":{"type":"string"}}},"created":{"type":"string","format":"date-time"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/accounts/{accountid}/standing-order":{"post":{"tags":["Standing-Order","Account"],"summary":"Create Standing Order (management)","description":"<p>Create standing order for an account.</p>\n<p>when -&gt; frequency = {‘YEARLY’,’MONTHLY, ‘WEEKLY’, ‘BI-WEEKLY’, DAILY’}<br />\nwhen -&gt; detail = { ‘FIRST_MONDAY’, ‘FIRST_DAY’, ‘LAST_DAY’}}</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#detail\"><strong>detail</strong></a>:</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\">date_expires</a>: 2021-01-27</p>\n<p><a href=\"/glossary#\">date_signed</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#active\"><strong>active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_cancelled</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_expires</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_signed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#detail\"><strong>detail</strong></a>:</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#standing_order_id\"><strong>standing_order_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n","operationId":"OBPv4.0.0-createStandingOrderManagement","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_expires","date_starts","customer_id","counterparty_id","when","date_signed","amount","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["frequency","detail"],"properties":{"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"detail":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"date_expires":{"type":"string","format":"date-time"},"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"counterparty_id":{"type":"string"},"when":{"type":"object","properties":{"frequency":{"type":"string"},"detail":{"type":"string"}}},"date_signed":{"type":"string","format":"date-time"},"amount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_expires","date_starts","customer_id","active","date_signed","bank_id","standing_order_id","date_cancelled","counterparty_id","when","amount","account_id","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"standing_order_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_cancelled":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["frequency","detail"],"properties":{"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"detail":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_expires":{"type":"string","format":"date-time"},"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"active":{"type":"boolean"},"date_signed":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"standing_order_id":{"type":"string"},"date_cancelled":{"type":"string","format":"date-time"},"counterparty_id":{"type":"string"},"when":{"type":"object","properties":{"frequency":{"type":"string"},"detail":{"type":"string"}}},"amount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/banks/{bankid}/cards/{cardid}":{"get":{"tags":["Card"],"summary":"Get Card By Id","description":"<p>This will the datails of the card.<br />\nIt shows the account infomation which linked the the card.<br />\nAlso shows the card attributes of the card.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CARD_ID</a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#allows\"><strong>allows</strong></a>: [credit,debit,cash_withdrawal]</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#cancelled\"><strong>cancelled</strong></a>: false</p>\n<p><a href=\"/glossary#card_attributes\"><strong>card_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>card_id</strong></a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><a href=\"/glossary#\"><strong>card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#collected\"><strong>collected</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>expires_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>issue_number</strong></a>: 1</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#networks\"><strong>networks</strong></a>:</p>\n<p><a href=\"/glossary#on_hot_list\"><strong>on_hot_list</strong></a>: false</p>\n<p><a href=\"/glossary#pin_reset\"><strong>pin_reset</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#reason_requested\"><strong>reason_requested</strong></a>:</p>\n<p><a href=\"/glossary#replacement\"><strong>replacement</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>requested_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>serial_number</strong></a>: 1324234</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n<p><a href=\"/glossary#\"><strong>valid_from_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv3.1.0-getCardForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"cardid","in":"path","description":"The CARDID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["card_number","enabled","pin_reset","allows","collected","on_hot_list","card_type","replacement","name_on_card","expires_date","technology","posted","card_attributes","customer_id","bank_id","card_id","issue_number","account","serial_number","cancelled","valid_from_date","networks"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"cancelled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","views_available","id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","name","id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","attribute_type","bank_id","card_id","name","card_attribute_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type","enum"],"properties":{"type":{"type":"string"},"enum":{"type":"array","items":{"type":"string"}}}},"card_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"on_hot_list":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"card_number":{"type":"string"},"enabled":{"type":"boolean"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"allows":{"type":"array","items":{"type":"string"}},"collected":{"type":"string","format":"date-time"},"on_hot_list":{"type":"boolean"},"card_type":{"type":"string"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"name_on_card":{"type":"string"},"expires_date":{"type":"string","format":"date-time"},"technology":{"type":"string"},"posted":{"type":"string","format":"date-time"},"card_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"attribute_type":{"type":"string","enum":["STRING","INTEGER","DOUBLE","DATE_WITH_DAY"]},"bank_id":{"type":"object","properties":{"value":{"type":"string"}}},"card_id":{"type":"string"},"name":{"type":"string"},"card_attribute_id":{"type":"string"}}}},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"card_id":{"type":"string"},"issue_number":{"type":"string"},"account":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"name":{"type":"string"},"id":{"type":"string"}}}},"id":{"type":"string"}}},"serial_number":{"type":"string"},"cancelled":{"type":"boolean"},"valid_from_date":{"type":"string","format":"date-time"},"networks":{"type":"array","items":{"type":"string"}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Card"],"summary":"Update Card","description":"<p>Update Card at bank specified by CARD_ID .<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CARD_ID</a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allows\"><strong>allows</strong></a>: [credit,debit,cash_withdrawal]</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#cancelled\"><strong>cancelled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>card_id</strong></a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><a href=\"/glossary#\"><strong>card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#collected\"><strong>collected</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>expires_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issue_number</strong></a>: 1</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#networks\"><strong>networks</strong></a>:</p>\n<p><a href=\"/glossary#on_hot_list\"><strong>on_hot_list</strong></a>: false</p>\n<p><a href=\"/glossary#pin_reset\"><strong>pin_reset</strong></a>:</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#reason_requested\"><strong>reason_requested</strong></a>:</p>\n<p><a href=\"/glossary#replacement\"><strong>replacement</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>requested_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>serial_number</strong></a>: 1324234</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n<p><a href=\"/glossary#\"><strong>valid_from_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv3.1.0-updatedCardForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"cardid","in":"path","description":"The CARDID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","allows","technology","collected","card_type","replacement","name_on_card","expires_date","posted","customer_id","pin_reset","networks","issue_number","serial_number","account_id","valid_from_date"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"allows":{"type":"array","items":{"type":"string"}},"technology":{"type":"string"},"collected":{"type":"string","format":"date-time"},"card_type":{"type":"string"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"name_on_card":{"type":"string"},"expires_date":{"type":"string","format":"date-time"},"posted":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"networks":{"type":"array","items":{"type":"string"}},"issue_number":{"type":"string"},"serial_number":{"type":"string"},"account_id":{"type":"string"},"valid_from_date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["card_number","enabled","pin_reset","allows","collected","on_hot_list","card_type","replacement","name_on_card","account","expires_date","technology","posted","customer_id","bank_id","card_id","issue_number","serial_number","cancelled","valid_from_date","networks"],"properties":{"allows":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"expires_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"networks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"replacement":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"collected":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"cancelled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"pin_reset":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_requested","requested_date"],"properties":{"reason_requested":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requested_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"serial_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","views_available","id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"valid_from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"on_hot_list":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"card_number":{"type":"string"},"enabled":{"type":"boolean"},"pin_reset":{"type":"array","items":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}}},"allows":{"type":"array","items":{"type":"string"}},"collected":{"type":"string","format":"date-time"},"on_hot_list":{"type":"boolean"},"card_type":{"type":"string"},"replacement":{"type":"object","properties":{"reason_requested":{"type":"string"},"requested_date":{"type":"string","format":"date-time"}}},"name_on_card":{"type":"string"},"account":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"id":{"type":"string"}}},"expires_date":{"type":"string","format":"date-time"},"technology":{"type":"string"},"posted":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"card_id":{"type":"string"},"issue_number":{"type":"string"},"serial_number":{"type":"string"},"cancelled":{"type":"boolean"},"valid_from_date":{"type":"string","format":"date-time"},"networks":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Card"],"summary":"Delete Card","description":"<p>Delete a Card at bank specified by CARD_ID .</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CARD_ID</a>: 36f8a9e6-c2b1-407a-8bd0-421b7119307e</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteCardForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"cardid","in":"path","description":"The CARDID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/atms/{atmid}/notes":{"put":{"tags":["ATM"],"summary":"Update ATM Notes","description":"<p>Update ATM Notes.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n","operationId":"OBPv4.0.0-updateAtmNotes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["notes"],"properties":{"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"notes":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["notes","atm_id"],"properties":{"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"notes":{"type":"array","items":{"type":"string"}},"atm_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/connectors":{"get":{"tags":["Connector","System","API"],"summary":"Get Connectors","description":"<p>Get the list of connectors and their availability for method routing.</p>\n<p>Returns a sorted list of all connectors with their availability status for use in Method Routing.</p>\n<h2><a href=\"#response-fields\" id=\"response-fields\">Response Fields</a></h2>\n<ul>\n<li><strong>connector_name</strong> - The name of the connector</li>\n<li><strong>is_available_in_method_routing</strong> - Whether this connector can be used in Method Routing configuration.<br />\nThis depends on the <code>connector</code> and <code>starConnector_supported_types</code> props settings.</li>\n</ul>\n<h2><a href=\"#available-connectors\" id=\"available-connectors\">Available Connectors</a></h2>\n<p>The OBP-API supports multiple connectors for accessing banking data:</p>\n<ul>\n<li><strong>mapped</strong> - Local database connector using Lift Mapper ORM</li>\n<li><strong>akka_vDec2018</strong> - Akka-based connector for remote banking systems</li>\n<li><strong>rest_vMar2019</strong> - REST connector for external APIs</li>\n<li><strong>stored_procedure_vDec2019</strong> - Stored procedure connector for database-native operations</li>\n<li><strong>rabbitmq_vOct2024</strong> - RabbitMQ message queue connector</li>\n<li><strong>cardano_vJun2025</strong> - Cardano blockchain connector</li>\n<li><strong>ethereum_vSept2025</strong> - Ethereum blockchain connector</li>\n<li><strong>star</strong> - Star connector (special routing connector)</li>\n<li><strong>proxy</strong> - Proxy connector (for testing)</li>\n<li><strong>internal</strong> - Internal dynamic connector</li>\n</ul>\n<h2><a href=\"#use-case\" id=\"use-case\">Use Case</a></h2>\n<p>Use this endpoint to discover which connectors are available when configuring Method Routing.<br />\nA connector is available for method routing if it matches the <code>connector</code> prop setting,<br />\nor if <code>connector=star</code> and the connector is listed in <code>starConnector_supported_types</code>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanGetConnectorNames entitlement is required.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#connector_name\"><strong>connector_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>connectors</strong></a>: connectors</p>\n<p><a href=\"/glossary#\"><strong>is_available_in_method_routing</strong></a>: is_available_in_method_routing</p>\n","operationId":"OBPv6.0.0-getConnectors","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connectors"],"properties":{"connectors":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_available_in_method_routing","connector_name"],"properties":{"is_available_in_method_routing":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"connectors":{"type":"array","items":{"type":"object","properties":{"is_available_in_method_routing":{"type":"boolean"},"connector_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/public_alias":{"get":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Get public alias of other bank account","description":"<p>Returns the public alias of the other account OTHER_ACCOUNT_ID.<br />\nUser Authentication is Optional. The User need not be logged in.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated. if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n","operationId":"OBPv1.2.1-getCounterpartyPublicAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alias"],"properties":{"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update public alias of other bank account","description":"<p>Updates the public alias of the other account / counterparty OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyPublicAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alias"],"properties":{"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add public alias to other bank account","description":"<p>Creates the public alias for the other account OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p>Note: Public aliases are automatically generated for new 'other accounts / counterparties', so this call should only be used if<br />\nthe public alias was deleted.</p>\n<p>The VIEW_ID parameter should be a view the caller is permitted to access to and that has permission to create public aliases.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyPublicAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alias"],"properties":{"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete Counterparty Public Alias","description":"<p>Deletes the public alias of the other account OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyPublicAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/connector/loopback":{"get":{"tags":["API","OAuth","OIDC"],"summary":"Get Connector Status (Loopback)","description":"<p>This endpoint makes a call to the Connector to check the backend transport is reachable. (Deprecated)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#connector_version\"><strong>connector_version</strong></a>:</p>\n<p><a href=\"/glossary#duration_time\"><strong>duration_time</strong></a>: 60</p>\n<p><a href=\"/glossary#\"><strong>git_commit</strong></a>: 59623811dd8a41f6ffe67be46954eee11913dc28</p>\n","operationId":"OBPv3.1.0-getObpConnectorLoopback","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_version","git_commit","duration_time"],"properties":{"connector_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"git_commit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"duration_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"connector_version":{"type":"string"},"git_commit":{"type":"string"},"duration_time":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transaction-requests/{transactionrequestid}/attribute":{"post":{"tags":["Transaction-Request","Transaction-Request-Attribute","Attribute"],"summary":"Create Transaction Request Attribute","description":"<p>Create Transaction Request Attribute</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_request_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-createTransactionRequestAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attribute_type","name","value"],"properties":{"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"attribute_type":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","transaction_request_attribute_id","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_request_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"transaction_request_attribute_id":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/connector/metrics/counts":{"get":{"tags":["Metric","API"],"summary":"Get Connector Call Counts","description":"<p>Returns per-hour Redis counters for connector outbound and inbound messages.</p>\n<p>This provides real-time visibility into which connector methods are being called<br />\nand how many responses (success/failure) are being received.</p>\n<p>Counters automatically reset every hour (rolling window).<br />\nThe ttl_seconds field shows when the current hour window resets.</p>\n<p>Requires the prop: write_connector_metrics_redis=true</p>\n<p>Redis key format:</p>\n<ul>\n<li>Outbound (before connector call): {instance}<em>{env}<em>connector_outbound</em>{version}</em>{connectorName}_{methodName}_PER_HOUR</li>\n<li>Inbound success (after connector call): {instance}<em>{env}<em>connector_inbound</em>{version}</em>{connectorName}_{methodName}_success_PER_HOUR</li>\n<li>Inbound failure (after connector call): {instance}<em>{env}<em>connector_inbound</em>{version}</em>{connectorName}_{methodName}_failure_PER_HOUR</li>\n</ul>\n<p>For example: obp_dev_connector_outbound_1_star_getBanks_PER_HOUR</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>connector_counts</strong></a>: connector_counts</p>\n<p><a href=\"/glossary#connector_name\"><strong>connector_name</strong></a>:</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#method_name\"><strong>method_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>per_hour_inbound_failure_count</strong></a>: per_hour_inbound_failure_count</p>\n<p><a href=\"/glossary#\"><strong>per_hour_inbound_success_count</strong></a>: per_hour_inbound_success_count</p>\n<p><a href=\"/glossary#\"><strong>per_hour_outbound_count</strong></a>: per_hour_outbound_count</p>\n<p><a href=\"/glossary#\"><strong>ttl_seconds</strong></a>: ttl_seconds</p>\n","operationId":"OBPv6.0.0-getConnectorCallCounts","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","connector_counts"],"properties":{"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"connector_counts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["per_hour_inbound_failure_count","method_name","ttl_seconds","connector_name","per_hour_outbound_count","per_hour_inbound_success_count"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"ttl_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_outbound_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_inbound_success_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_inbound_failure_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"connector_counts":{"type":"array","items":{"type":"object","properties":{"per_hour_inbound_failure_count":{"type":"integer"},"method_name":{"type":"string"},"ttl_seconds":{"type":"integer"},"connector_name":{"type":"string"},"per_hour_outbound_count":{"type":"integer"},"per_hour_inbound_success_count":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.2.0/management/connector/metrics":{"get":{"tags":["Metric","API"],"summary":"Get Connector Metrics","description":"<p>Get the all metrics</p>\n<p>require CanGetConnectorMetrics role</p>\n<p>Filters Part 1.<em>filtering</em> (no wilde cards etc.) parameters to GET /management/connector/metrics</p>\n<p>Should be able to filter on the following metrics fields</p>\n<p>eg: /management/connector/metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z&amp;limit=50&amp;offset=2</p>\n<p>1 from_date (defaults to one week before current date): eg:from_date=1100-01-01T01:01:01.000Z</p>\n<p>2 to_date (defaults to current date) eg:to_date=1100-01-01T01:01:01.000Z</p>\n<p>3 limit (for pagination: defaults to 1000)  eg:limit=2000</p>\n<p>4 offset (for pagination: zero index, defaults to 0) eg: offset=10</p>\n<p>eg: /management/connector/metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z&amp;limit=100&amp;offset=300</p>\n<p>Other filters:</p>\n<p>5 connector_name  (if null ignore)</p>\n<p>6 function_name (if null ignore)</p>\n<p>7 correlation_id (if null ignore)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#connector_name\"><strong>connector_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>correlation_id</strong></a>: 1flssoftxq0cr1nssr68u0mioj</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#duration\"><strong>duration</strong></a>: 5.123</p>\n<p><a href=\"/glossary#function_name\"><strong>function_name</strong></a>:</p>\n<p><a href=\"/glossary#metrics\"><strong>metrics</strong></a>:</p>\n","operationId":"OBPv2.2.0-getConnectorMetrics","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metrics"],"properties":{"metrics":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_name","duration","date","correlation_id","function_name"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"duration":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"correlation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"metrics":{"type":"array","items":{"type":"object","properties":{"connector_name":{"type":"string"},"duration":{"type":"integer"},"date":{"type":"string","format":"date-time"},"correlation_id":{"type":"string"},"function_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/consumer/consent-requests/{consentrequestid}":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get Consent Request","description":"<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_request_id\">CONSENT_REQUEST_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_request_id\"><strong>consent_request_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#payload\"><strong>payload</strong></a>: payload</p>\n","operationId":"OBPv5.0.0-getConsentRequest","parameters":[{"name":"consentrequestid","in":"path","description":"The CONSENTREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumer_id","consent_request_id","payload"],"properties":{"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["phone_number","everything","account_access","valid_from","time_to_live"],"properties":{"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routing","view_id"],"properties":{"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"consumer_id":{"type":"string"},"consent_request_id":{"type":"string"},"payload":{"type":"object","properties":{"phone_number":{"type":"string"},"everything":{"type":"boolean"},"account_access":{"type":"array","items":{"type":"object","properties":{"account_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"view_id":{"type":"string"}}}},"valid_from":{"type":"string"},"time_to_live":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/my/dynamic-entities/{dynamicentityid}":{"delete":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Delete My Dynamic Entity","description":"<p>Delete my DynamicEntity specified by DYNAMIC_ENTITY_ID.</p>\n<p>For more information see <a href=\"/glossary#My-Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-deleteMyDynamicEntity","parameters":[{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/account-applications":{"get":{"tags":["Account-Application","Account"],"summary":"Get Account Applications","description":"<p>Get the Account Applications.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_application_id\"><strong>account_application_id</strong></a>:</p>\n<p><a href=\"/glossary#account_applications\"><strong>account_applications</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#date_of_application\"><strong>date_of_application</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#x3a;&#x66;&#x65;&#x6c;i&#x78;&#x73;&#x6d;i&#116;&#104;&#64;&#101;x&#x61;&#109;&#x70;&#108;&#101;&#x2e;&#99;&#x6f;&#x6d;\">f&#101;&#x6c;i&#x78;&#x73;&#x6d;it&#104;&#64;&#101;&#x78;&#97;m&#x70;&#108;&#x65;.&#99;&#111;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-getAccountApplications","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_applications"],"properties":{"account_applications":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","product_code","status","customer","date_of_application","account_application_id"],"properties":{"date_of_application":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"account_application_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"account_applications":{"type":"array","items":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"product_code":{"type":"string"},"status":{"type":"string"},"customer":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}},"date_of_application":{"type":"string","format":"date-time"},"account_application_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Account-Application","Account"],"summary":"Create Account Application","description":"<p>Create Account Application</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#\">customer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">user_id</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_application_id\"><strong>account_application_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#date_of_application\"><strong>date_of_application</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;i&#x6c;t&#111;&#x3a;&#x66;&#101;&#108;&#x69;x&#x73;&#109;&#x69;&#116;h@&#x65;&#120;&#97;&#109;&#x70;&#108;&#x65;&#46;&#x63;o&#x6d;\">&#x66;&#x65;l&#105;&#x78;&#115;&#x6d;&#105;t&#x68;@&#101;x&#x61;&#x6d;&#x70;&#108;e&#46;&#99;o&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-createAccountApplication","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","product_code","customer_id"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"},"product_code":{"type":"string"},"customer_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","product_code","status","customer","date_of_application","account_application_id"],"properties":{"date_of_application":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"account_application_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"product_code":{"type":"string"},"status":{"type":"string"},"customer":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}},"date_of_application":{"type":"string","format":"date-time"},"account_application_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/endpoints/{operationid}/tags/{endpointtagid}":{"put":{"tags":["API"],"summary":"Update Bank Level Endpoint Tag","description":"<p>Update Endpoint Tag, you can only update the tag_name here, operation_id can not be updated.</p>\n<p>Note: Resource Docs are cached, TTL is 3600 seconds</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ENDPOINT_TAG_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>endpoint_tag_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>tag_name</strong></a>: BankAccountTag1</p>\n","operationId":"OBPv4.0.0-updateBankLevelEndpointTag","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointtagid","in":"path","description":"The ENDPOINTTAGID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tag_name"],"properties":{"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tag_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","tag_name","bank_id","endpoint_tag_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tag_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"endpoint_tag_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"tag_name":{"type":"string"},"bank_id":{"type":"string"},"endpoint_tag_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["API"],"summary":"Delete Bank Level Endpoint Tag","description":"<p>Delete Bank Level Endpoint Tag.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">ENDPOINT_TAG_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">OPERATION_ID</a>: OBPv6.0.0-getBanks</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteBankLevelEndpointTag","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"operationid","in":"path","description":"The OPERATIONID identifier","required":true,"schema":{"type":"string"}},{"name":"endpointtagid","in":"path","description":"The ENDPOINTTAGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user-invitation":{"post":{"tags":["User-Invitation","KYC"],"summary":"Create User Invitation","description":"<p>Create User Invitation.</p>\n<p>This endpoint will send an invitation email to the developers, then they can use the link to create the obp user.</p>\n<p>purpose filed only support:List(DEVELOPER, CUSTOMER).</p>\n<p>You can customise the email details use the following webui props:</p>\n<p>when purpose == DEVELOPER<br />\nwebui_developer_user_invitation_email_subject<br />\nwebui_developer_user_invitation_email_from<br />\nwebui_developer_user_invitation_email_text<br />\nwebui_developer_user_invitation_email_html_text</p>\n<p>when purpose = == CUSTOMER<br />\nwebui_customer_user_invitation_email_subject<br />\nwebui_customer_user_invitation_email_from<br />\nwebui_customer_user_invitation_email_text<br />\nwebui_customer_user_invitation_email_html_text</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#country\"><strong>country</strong></a>: Germany</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#x69;&#x6c;t&#111;&#58;&#x66;&#x65;l&#105;&#x78;&#x73;&#x6d;&#x69;t&#x68;@&#101;&#120;&#97;m&#x70;&#108;e.&#x63;&#x6f;m\">fe&#108;ix&#x73;&#109;&#105;t&#x68;@&#x65;&#120;&#97;&#109;p&#x6c;&#x65;&#46;&#x63;&#x6f;m</a></p>\n<p><a href=\"/glossary#first_name\"><strong>first_name</strong></a>: Tom</p>\n<p><a href=\"/glossary#last_name\"><strong>last_name</strong></a>: Smith</p>\n<p><a href=\"/glossary#purpose\"><strong>purpose</strong></a>: DEVELOPER</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#country\"><strong>country</strong></a>: Germany</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;a&#x69;&#108;&#x74;&#111;&#x3a;f&#x65;&#108;&#105;&#x78;&#x73;&#109;&#x69;&#116;&#x68;&#x40;e&#120;&#97;m&#x70;&#x6c;&#x65;&#46;&#99;&#111;&#109;\">&#x66;&#x65;&#108;&#x69;&#x78;s&#109;&#x69;&#x74;&#104;@e&#x78;&#x61;&#109;&#112;&#108;e&#46;&#x63;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#first_name\"><strong>first_name</strong></a>: Tom</p>\n<p><a href=\"/glossary#last_name\"><strong>last_name</strong></a>: Smith</p>\n<p><a href=\"/glossary#purpose\"><strong>purpose</strong></a>: DEVELOPER</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-createUserInvitation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","purpose","first_name","country","company","last_name"],"properties":{"first_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"purpose":{"type":"string"},"first_name":{"type":"string"},"country":{"type":"string"},"company":{"type":"string"},"last_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","purpose","first_name","country","status","company","last_name"],"properties":{"first_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"purpose":{"type":"string"},"first_name":{"type":"string"},"country":{"type":"string"},"status":{"type":"string"},"company":{"type":"string"},"last_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/accounts/{accountid}/permissions":{"get":{"tags":["View-Custom","Account","User","Entitlement"],"summary":"Get access","description":"<p>Returns the list of the permissions at BANK_ID for account ACCOUNT_ID, with each time a pair composed of the user and the views that he has access to.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.<br />\nand the user needs to have access to the owner view.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#permissions\"><strong>permissions</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n","operationId":"OBPv2.0.0-getPermissionsForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["permissions"],"properties":{"permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views","user"],"properties":{"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_see_bank_account_swift_bic","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_comment","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_see_physical_location","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_balance","can_add_public_alias","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","can_see_transaction_metadata","id","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_delete_image","can_add_tag","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name","alias"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"permissions":{"type":"array","items":{"type":"object","properties":{"views":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"can_see_transaction_metadata":{"type":"boolean"},"id":{"type":"string"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"},"alias":{"type":"string"}}}},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{refund}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (REFUND)","description":"<p>Either the <code>from</code> or the <code>to</code> field must be filled. Those fields refers to the information about the party that will be refunded.</p>\n<p>In case the <code>from</code> object is used, it means that the refund comes from the part that sent you a transaction.<br />\nIn the <code>from</code> object, you have two choices :<br />\n- Use <code>bank_id</code> and <code>account_id</code> fields if the other account is registered on the OBP-API<br />\n- Use the <code>counterparty_id</code> field in case the counterparty account is out of the OBP-API</p>\n<p>In case the <code>to</code> object is used, it means you send a request to a counterparty to ask for a refund on a previous transaction you sent.<br />\n(This case is not managed by the OBP-API and require an external adapter)</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">REFUND</a>: REFUND</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>reason_code</strong></a>: reason_code</p>\n<p><a href=\"/glossary#\"><strong>refund</strong></a>: refund</p>\n<p><a href=\"/glossary#\"><strong>transaction_id</strong></a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">account_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#from\">from</a>:</p>\n<p><a href=\"/glossary#to\">to</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestRefund","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"refund","in":"path","description":"The REFUND identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","to","from","refund","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"refund":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reason_code","transaction_id"],"properties":{"reason_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id","counterparty_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"},"counterparty_id":{"type":"string"}}},"from":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"refund":{"type":"object","properties":{"reason_code":{"type":"string"},"transaction_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/tax-residences":{"get":{"tags":["Customer","KYC"],"summary":"Get Tax Residences of Customer","description":"<p>Get the Tax Residences of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#domain\"><strong>domain</strong></a>:</p>\n<p><a href=\"/glossary#tax_number\"><strong>tax_number</strong></a>: 456</p>\n<p><a href=\"/glossary#tax_residence\"><strong>tax_residence</strong></a>:</p>\n<p><a href=\"/glossary#tax_residence_id\"><strong>tax_residence_id</strong></a>:</p>\n","operationId":"OBPv3.1.0-getTaxResidence","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tax_residence"],"properties":{"tax_residence":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tax_number","domain","tax_residence_id"],"properties":{"tax_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"domain":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tax_residence_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"tax_residence":{"type":"array","items":{"type":"object","properties":{"tax_number":{"type":"string"},"domain":{"type":"string"},"tax_residence_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-rules":{"get":{"tags":["ABAC"],"summary":"Get ABAC Rules","description":"<p>Get all ABAC rules.</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>abac_rule_id</strong></a>: abac_rule_id</p>\n<p><a href=\"/glossary#\"><strong>abac_rules</strong></a>: abac_rules</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><a href=\"/glossary#\"><strong>updated_by_user_id</strong></a>: updated_by_user_id</p>\n","operationId":"OBPv6.0.0-getAbacRules","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["abac_rules"],"properties":{"abac_rules":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policy","abac_rule_id","is_active","updated_by_user_id","created_by_user_id","description","rule_code","rule_name"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_by_user_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"abac_rule_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"abac_rules":{"type":"array","items":{"type":"object","properties":{"policy":{"type":"string"},"abac_rule_id":{"type":"string"},"is_active":{"type":"boolean"},"updated_by_user_id":{"type":"string","format":"date-time"},"created_by_user_id":{"type":"string"},"description":{"type":"string"},"rule_code":{"type":"string"},"rule_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["ABAC"],"summary":"Create ABAC Rule","description":"<p>Create a new ABAC (Attribute-Based Access Control) rule.</p>\n<p>ABAC rules are Scala functions that return a Boolean value indicating whether access should be granted.</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference<br />\n- <a href=\"/glossary#ABAC_Testing_Examples\">here</a> - Testing examples and patterns</p>\n<p>The rule function receives 18 parameters including authenticatedUser, attributes, auth context, and optional objects (bank, account, transaction, etc.).</p>\n<p>Example rule code:</p>\n<pre><code class=\"language-scala\">// Allow access only if authenticated user is admin\nauthenticatedUser.emailAddress.contains(&quot;admin&quot;)\n</code></pre>\n<pre><code class=\"language-scala\">// Allow access only to accounts with balance &gt; 1000\naccountOpt.exists(_.balance.toDouble &gt; 1000.0)\n</code></pre>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>abac_rule_id</strong></a>: abac_rule_id</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><a href=\"/glossary#\"><strong>updated_by_user_id</strong></a>: updated_by_user_id</p>\n","operationId":"OBPv6.0.0-createAbacRule","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policy","is_active","description","rule_code","rule_name"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"policy":{"type":"string"},"is_active":{"type":"boolean"},"description":{"type":"string"},"rule_code":{"type":"string"},"rule_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["policy","abac_rule_id","is_active","updated_by_user_id","created_by_user_id","description","rule_code","rule_name"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_by_user_id":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"abac_rule_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"policy":{"type":"string"},"abac_rule_id":{"type":"string"},"is_active":{"type":"boolean"},"updated_by_user_id":{"type":"string","format":"date-time"},"created_by_user_id":{"type":"string"},"description":{"type":"string"},"rule_code":{"type":"string"},"rule_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/customers/{customerid}/kyc_documents":{"get":{"tags":["KYC","Customer"],"summary":"Get Customer KYC Documents","description":"<p>Get KYC (know your customer) documents for a customer specified by CUSTOMER_ID<br />\nGet a list of documents that affirm the identity of the customer<br />\nPassport, driving licence etc.<br />\nUser Authentication is Optional. The User need not be logged in.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#documents\"><strong>documents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>expiry_date</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>issue_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#issue_place\"><strong>issue_place</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv2.0.0-getKycDocuments","parameters":[{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["documents"],"properties":{"documents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["expiry_date","issue_place","customer_id","type","issue_date","number","bank_id","customer_number","id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issue_place":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"expiry_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"documents":{"type":"array","items":{"type":"object","properties":{"expiry_date":{"type":"string","format":"date-time"},"issue_place":{"type":"string"},"customer_id":{"type":"string"},"type":{"type":"string"},"issue_date":{"type":"string","format":"date-time"},"number":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/signal/channels/stats":{"get":{"tags":["AI-Agent","Signal","Signalling","Channel"],"summary":"Get Signal Channel Stats","description":"<p>Returns statistics for all signal channels, including private-only channels.</p>\n<p>Unlike the List Signal Channels endpoint, this does not filter out private-only channels.<br />\nIt provides a complete view of all active channels with message counts and TTL info.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>channel_name</strong></a>: channel_name</p>\n<p><a href=\"/glossary#\"><strong>channels</strong></a>: channels</p>\n<p><a href=\"/glossary#\"><strong>message_count</strong></a>: message_count</p>\n<p><a href=\"/glossary#\"><strong>total_channels</strong></a>: total_channels</p>\n<p><a href=\"/glossary#\"><strong>total_messages</strong></a>: total_messages</p>\n<p><a href=\"/glossary#\"><strong>ttl_seconds</strong></a>: ttl_seconds</p>\n","operationId":"OBPv6.0.0-getSignalStats","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["total_channels","channels","total_messages"],"properties":{"total_channels":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"channels":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["ttl_seconds","message_count","channel_name"],"properties":{"ttl_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"total_messages":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"total_channels":{"type":"integer"},"channels":{"type":"array","items":{"type":"object","properties":{"ttl_seconds":{"type":"integer"},"message_count":{"type":"integer"},"channel_name":{"type":"string"}}}},"total_messages":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/account-directory":{"get":{"tags":["Account"],"summary":"Get Account Directory at Bank","description":"<p>Returns a list of accounts at the bank with identifiers and metadata.</p>\n<p>This endpoint is designed for management UIs that need to list accounts<br />\nwithout exposing sensitive data (balance and owners are excluded).</p>\n<p>The response includes: account_id, bank_id, label, account_number, account_type, branch_id,<br />\naccount_routings, account_attributes and view_ids.</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>account_number</strong></a>: 546387432</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_type</strong></a>: AC</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>view_ids</strong></a>: view_ids</p>\n","operationId":"OBPv6.0.0-getAccountDirectory","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","branch_id","bank_id","label","account_type","account_number","account_attributes","view_ids","account_id"],"properties":{"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","code","value"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}}},"branch_id":{"type":"string"},"bank_id":{"type":"string"},"label":{"type":"string"},"account_type":{"type":"string"},"account_number":{"type":"string"},"account_attributes":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"code":{"type":"string"},"value":{"type":"string"}}}},"view_ids":{"type":"array","items":{"type":"string"}},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts":{"get":{"tags":["Account","PrivateData","PublicData"],"summary":"Get Accounts at Bank","description":"<p>Returns the list of accounts at BANK_ID that the user has access to.<br />\nFor each account the API returns the account ID and the views available to the user.<br />\nEach account must have at least one private View.</p>\n<p>This v6.0.0 version returns <code>account_id</code> instead of <code>id</code> for consistency with other v6.0.0 endpoints.</p>\n<p>Optional request parameters for filtering with attributes:<br />\nURL params example: /banks/some-bank-id/accounts?limit=50&amp;offset=1</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views_available\"><strong>views_available</strong></a>:</p>\n","operationId":"OBPv6.0.0-getAccountsAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","views_available","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views_available":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["short_name","is_public","id"],"properties":{"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"views_available":{"type":"array","items":{"type":"object","properties":{"short_name":{"type":"string"},"is_public":{"type":"boolean"},"id":{"type":"string"}}}},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/email/{email}/terminator":{"get":{"tags":["User"],"summary":"Get Users by Email Address","description":"<p>Get users by email address</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.<br />\nCanGetAnyUser entitlement is required,</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">EMAIL</a>: <a href=\"&#109;&#97;i&#x6c;&#116;&#x6f;&#58;f&#101;&#x6c;&#105;&#120;&#115;&#109;&#x69;&#116;&#104;&#64;&#101;&#x78;a&#109;&#112;&#108;e&#46;&#x63;&#x6f;&#x6d;\">f&#101;&#x6c;&#105;&#120;s&#x6d;&#105;t&#104;&#64;&#101;&#120;a&#109;&#x70;&#108;e.&#99;o&#109;</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;a&#105;&#x6c;&#x74;&#x6f;&#58;&#x66;&#101;&#x6c;&#105;&#x78;&#115;&#109;&#x69;&#x74;&#104;&#x40;&#x65;&#x78;&#x61;&#109;p&#x6c;&#101;&#x2e;&#x63;&#111;&#109;\">&#x66;&#x65;&#x6c;&#105;&#x78;&#115;&#x6d;it&#x68;&#x40;&#x65;&#x78;&#97;&#109;&#x70;&#x6c;e&#x2e;&#x63;&#x6f;m</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_deleted</strong></a>: is_deleted</p>\n<p><a href=\"/glossary#\"><strong>is_locked</strong></a>: is_locked</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#text\"><strong>text</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#users\"><strong>users</strong></a>: user list</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">agreements</a>: agreements</p>\n<p><a href=\"/glossary#\">last_marketing_agreement_signed_date</a>: last_marketing_agreement_signed_date</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv4.0.0-getUsersByEmail","parameters":[{"name":"email","in":"path","description":"The EMAIL identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["users"],"properties":{"users":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","last_marketing_agreement_signed_date","provider_id","agreements","entitlements","is_deleted","is_locked","username","views","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"is_locked":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"last_marketing_agreement_signed_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"agreements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","text"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"text":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"users":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"last_marketing_agreement_signed_date":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"agreements":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}}}},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"is_deleted":{"type":"boolean"},"is_locked":{"type":"boolean"},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/banks/{bankid}/dynamic-entities":{"get":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Get Bank Level Dynamic Entities","description":"<p>Get all Bank Level Dynamic Entities for one bank with record counts.</p>\n<p>Each dynamic entity in the response includes a <code>record_count</code> field showing how many data records exist for that entity.</p>\n<p>This v6.0.0 endpoint returns snake_case field names and an explicit <code>entity_name</code> field.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-getBankLevelDynamicEntities","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entities"],"properties":{"dynamic_entities":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","record_count","bank_id","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"record_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_entities":{"type":"array","items":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"type":{"type":"string"}}},"language":{"type":"object","properties":{"type":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"record_count":{"type":"integer"},"bank_id":{"type":"string"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Create Bank Level Dynamic Entity","description":"<p>Create a bank level Dynamic Entity.</p>\n<p>This v6.0.0 endpoint accepts and returns snake_case field names with an explicit <code>entity_name</code> field.</p>\n<p><strong>Request format:</strong></p>\n<pre><code class=\"language-json\">{\n  &quot;entity_name&quot;: &quot;customer_preferences&quot;,\n  &quot;has_personal_entity&quot;: true,\n  &quot;has_public_access&quot;: false,\n  &quot;has_community_access&quot;: false,\n  &quot;personal_requires_role&quot;: false,\n  &quot;schema&quot;: {\n    &quot;description&quot;: &quot;User preferences&quot;,\n    &quot;required&quot;: [&quot;theme&quot;],\n    &quot;properties&quot;: {\n      &quot;theme&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 1, &quot;maxLength&quot;: 20, &quot;example&quot;: &quot;dark&quot;, &quot;description&quot;: &quot;The UI theme preference&quot;},\n      &quot;language&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 2, &quot;maxLength&quot;: 5, &quot;example&quot;: &quot;en&quot;, &quot;description&quot;: &quot;ISO language code&quot;}\n    }\n  }\n}\n</code></pre>\n<p><strong>Note:</strong><br />\n* The <code>entity_name</code> must be lowercase with underscores (snake_case), e.g. <code>customer_preferences</code>. No uppercase letters or spaces allowed.<br />\n* Each property MUST include an <code>example</code> field with a valid example value.<br />\n* Each property can optionally include <code>description</code> (markdown text), and for string types: <code>minLength</code> and <code>maxLength</code>.<br />\n* Set <code>has_public_access</code> to <code>true</code> to generate read-only public endpoints (GET only, no authentication required) under <code>/public/</code>.<br />\n* Set <code>has_community_access</code> to <code>true</code> to generate read-only community endpoints (GET only, authentication required + CanGet role) under <code>/community/</code>. Community endpoints return ALL records (personal + non-personal from all users).<br />\n* Set <code>personal_requires_role</code> to <code>true</code> to require the corresponding role (e.g. CanCreateDynamicEntity_, CanGetDynamicEntity_) for <code>/my/</code> personal entity endpoints. Default is <code>false</code> (any authenticated user can use <code>/my/</code> endpoints).</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-createBankLevelDynamicEntity","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["has_community_access","schema","has_personal_entity","personal_requires_role","entity_name","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"has_community_access":{"type":"boolean"},"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}}}}}},"has_personal_entity":{"type":"boolean"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_public_access":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entity_id","has_community_access","schema","bank_id","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}}}}}},"bank_id":{"type":"string"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system/log-cache/warning":{"get":{"tags":["System","API","Log-Cache"],"summary":"Get Warning Level Log Cache","description":"<p>Returns WARNING level logs from the system log cache.</p>\n<p>This endpoint supports pagination via the following optional query parameters:<br />\n* limit - Maximum number of log entries to return<br />\n* offset - Number of log entries to skip (for pagination)</p>\n<p>Example: GET /system/log-cache/warning?limit=50&amp;offset=100</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-logCacheWarningEndpoint","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/tax_residencies/{taxresidenceid}":{"delete":{"tags":["Customer","KYC"],"summary":"Delete Tax Residence","description":"<p>Delete a Tax Residence of the Customer specified by TAX_RESIDENCE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#tax_residence_id\">TAX_RESIDENCE_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteTaxResidence","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"taxresidenceid","in":"path","description":"The TAXRESIDENCEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/development/echo/jws-verified-request-jws-signed-response":{"get":{"tags":["API"],"summary":"Verify Request and Sign Response of a current call","description":"<p>Verify Request and Sign Response of a current call.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-verifyRequestSignResponse","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/webui-props":{"get":{"tags":["WebUi-Props"],"summary":"Get WebUiProps","description":"<p>Get WebUiProps - properties that configure the Web UI behavior and appearance.</p>\n<p>Properties with names starting with &quot;webui_&quot; can be stored in the database and managed via API.</p>\n<p><strong>Data Sources:</strong></p>\n<ol>\n<li>\n<p><strong>Explicit WebUiProps (Database)</strong>: Custom values created/updated via the API and stored in the database.</p>\n</li>\n<li>\n<p><strong>Implicit WebUiProps (Configuration File)</strong>: Default values defined in the <code>sample.props.template</code> configuration file.</p>\n</li>\n</ol>\n<p><strong>Response Fields:</strong></p>\n<ul>\n<li><code>name</code>: The property name</li>\n<li><code>value</code>: The property value</li>\n<li><code>webUiPropsId</code> (optional): UUID for database props, omitted for config props</li>\n<li><code>source</code>: Either &quot;database&quot; (editable via API) or &quot;config&quot; (read-only from config file)</li>\n</ul>\n<p><strong>Query Parameter:</strong></p>\n<ul>\n<li><code>what</code> (optional, string, default: &quot;active&quot;)</li>\n<li><code>active</code>: Returns one value per property name\n<ul>\n<li>If property exists in database: returns database value (source=&quot;database&quot;)</li>\n<li>If property only in config file: returns config default value (source=&quot;config&quot;)</li>\n</ul>\n</li>\n<li><code>database</code>: Returns ONLY properties explicitly stored in the database (source=&quot;database&quot;)</li>\n<li><code>config</code>: Returns ONLY default properties from configuration file (source=&quot;config&quot;)</li>\n</ul>\n<p><strong>Examples:</strong></p>\n<p>Get active props (database overrides config, one value per prop):<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props\">https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props?what=active\">https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props?what=active</a></p>\n<p>Get only database-stored props:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props?what=database\">https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props?what=database</a></p>\n<p>Get only default props from configuration:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props?what=config\">https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props?what=config</a></p>\n<p>For more details about WebUI Props, including how to set config file defaults and precedence order, see <a href=\"/glossary#webui_props\">here</a>.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">source</a>:</p>\n","operationId":"OBPv6.0.0-getWebUiProps","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["webui_props"],"properties":{"webui_props":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["web_ui_props_id","name","value","source"],"properties":{"web_ui_props_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"webui_props":{"type":"array","items":{"type":"object","properties":{"web_ui_props_id":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"},"source":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/account-access-requests":{"get":{"tags":["Account-Access-Request"],"summary":"Get Account Access Requests for Account","description":"<p>Get Account Access Requests for a specific account (checker view).</p>\n<p>Optionally filter by status using the query parameter: ?status=INITIATED</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access_request_id</strong></a>: account_access_request_id</p>\n<p><a href=\"/glossary#\"><strong>account_access_requests</strong></a>: account_access_requests</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>checker_comment</strong></a>: checker_comment</p>\n<p><a href=\"/glossary#\"><strong>checker_user_id</strong></a>: checker_user_id</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>requestor_user_id</strong></a>: requestor_user_id</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>updated</strong></a>: updated</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv6.0.0-getAccountAccessRequestsForAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access_requests"],"properties":{"account_access_requests":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["requestor_user_id","created","account_access_request_id","is_system_view","business_justification","bank_id","view_id","target_user_id","checker_user_id","status","updated","account_id","checker_comment"],"properties":{"requestor_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"checker_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"checker_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"account_access_requests":{"type":"array","items":{"type":"object","properties":{"requestor_user_id":{"type":"string"},"created":{"type":"string","format":"date-time"},"account_access_request_id":{"type":"string"},"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"bank_id":{"type":"string"},"view_id":{"type":"string"},"target_user_id":{"type":"string"},"checker_user_id":{"type":"string"},"status":{"type":"string"},"updated":{"type":"string","format":"date-time"},"account_id":{"type":"string"},"checker_comment":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Account-Access-Request"],"summary":"Create Account Access Request","description":"<p>Create a new Account Access Request (maker step in maker/checker workflow).</p>\n<p>The requestor (maker) creates a request to grant a target user access to a specific view on an account.<br />\nA business justification is required.</p>\n<p>The request is created with status INITIATED and must be approved or rejected by a different user (checker).</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access_request_id</strong></a>: account_access_request_id</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>checker_comment</strong></a>: checker_comment</p>\n<p><a href=\"/glossary#\"><strong>checker_user_id</strong></a>: checker_user_id</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>requestor_user_id</strong></a>: requestor_user_id</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>updated</strong></a>: updated</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv6.0.0-createAccountAccessRequest","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_system_view","business_justification","view_id","target_user_id"],"properties":{"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"view_id":{"type":"string"},"target_user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["requestor_user_id","created","account_access_request_id","is_system_view","business_justification","bank_id","view_id","target_user_id","checker_user_id","status","updated","account_id","checker_comment"],"properties":{"requestor_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"checker_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"checker_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"requestor_user_id":{"type":"string"},"created":{"type":"string","format":"date-time"},"account_access_request_id":{"type":"string"},"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"bank_id":{"type":"string"},"view_id":{"type":"string"},"target_user_id":{"type":"string"},"checker_user_id":{"type":"string"},"status":{"type":"string"},"updated":{"type":"string","format":"date-time"},"account_id":{"type":"string"},"checker_comment":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/counterparties/{counterpartyid}/limits":{"get":{"tags":["Counterparty-Limits"],"summary":"Get Counterparty Limit","description":"<p>Get Counterparty Limit.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#counterparty_limit_id\"><strong>counterparty_limit_id</strong></a>: abc9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#max_monthly_amount\"><strong>max_monthly_amount</strong></a>: 10000.11</p>\n<p><a href=\"/glossary#max_number_of_monthly_transactions\"><strong>max_number_of_monthly_transactions</strong></a>: 10</p>\n<p><a href=\"/glossary#max_number_of_transactions\"><strong>max_number_of_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_number_of_yearly_transactions\"><strong>max_number_of_yearly_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_single_amount\"><strong>max_single_amount</strong></a>: 1000.11</p>\n<p><a href=\"/glossary#max_total_amount\"><strong>max_total_amount</strong></a>: 10000.12</p>\n<p><a href=\"/glossary#max_yearly_amount\"><strong>max_yearly_amount</strong></a>: 12000.11</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv5.1.0-getCounterpartyLimit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","bank_id","counterparty_id","counterparty_limit_id","view_id","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","account_id","max_yearly_amount","max_number_of_transactions"],"properties":{"counterparty_limit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"bank_id":{"type":"string"},"counterparty_id":{"type":"string"},"counterparty_limit_id":{"type":"string"},"view_id":{"type":"string"},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"account_id":{"type":"string"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Counterparty-Limits"],"summary":"Update Counterparty Limit","description":"<p>Update Counterparty Limit.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#counterparty_limit_id\"><strong>counterparty_limit_id</strong></a>: abc9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#max_monthly_amount\"><strong>max_monthly_amount</strong></a>: 10000.11</p>\n<p><a href=\"/glossary#max_number_of_monthly_transactions\"><strong>max_number_of_monthly_transactions</strong></a>: 10</p>\n<p><a href=\"/glossary#max_number_of_transactions\"><strong>max_number_of_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_number_of_yearly_transactions\"><strong>max_number_of_yearly_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_single_amount\"><strong>max_single_amount</strong></a>: 1000.11</p>\n<p><a href=\"/glossary#max_total_amount\"><strong>max_total_amount</strong></a>: 10000.12</p>\n<p><a href=\"/glossary#max_yearly_amount\"><strong>max_yearly_amount</strong></a>: 12000.11</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv5.1.0-updateCounterpartyLimit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","max_yearly_amount","max_number_of_transactions"],"properties":{"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","bank_id","counterparty_id","counterparty_limit_id","view_id","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","account_id","max_yearly_amount","max_number_of_transactions"],"properties":{"counterparty_limit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"bank_id":{"type":"string"},"counterparty_id":{"type":"string"},"counterparty_limit_id":{"type":"string"},"view_id":{"type":"string"},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"account_id":{"type":"string"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Limits"],"summary":"Create Counterparty Limit","description":"<p>Create limits (for single or recurring payments) for a counterparty specified by the COUNTERPARTY_ID.</p>\n<p>Using this endpoint, we can attach a limit record to a Counterparty referenced by its counterparty_id (a UUID).</p>\n<p>For more information on Counterparty Limits, see <a href=\"/glossary#Counterparty-Limits\">here</a></p>\n<p>For an introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>You can automate the process of creating counterparty limits and consents for VRP with this <a href=\"https://apiexplorer-ii-sandbox.openbankproject.com//operationid/OBPv5.1.0-createVRPConsentRequest\">endpoint</a>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#max_monthly_amount\"><strong>max_monthly_amount</strong></a>: 10000.11</p>\n<p><a href=\"/glossary#max_number_of_monthly_transactions\"><strong>max_number_of_monthly_transactions</strong></a>: 10</p>\n<p><a href=\"/glossary#max_number_of_transactions\"><strong>max_number_of_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_number_of_yearly_transactions\"><strong>max_number_of_yearly_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_single_amount\"><strong>max_single_amount</strong></a>: 1000.11</p>\n<p><a href=\"/glossary#max_total_amount\"><strong>max_total_amount</strong></a>: 10000.12</p>\n<p><a href=\"/glossary#max_yearly_amount\"><strong>max_yearly_amount</strong></a>: 12000.11</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#counterparty_limit_id\"><strong>counterparty_limit_id</strong></a>: abc9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#max_monthly_amount\"><strong>max_monthly_amount</strong></a>: 10000.11</p>\n<p><a href=\"/glossary#max_number_of_monthly_transactions\"><strong>max_number_of_monthly_transactions</strong></a>: 10</p>\n<p><a href=\"/glossary#max_number_of_transactions\"><strong>max_number_of_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_number_of_yearly_transactions\"><strong>max_number_of_yearly_transactions</strong></a>: 100</p>\n<p><a href=\"/glossary#max_single_amount\"><strong>max_single_amount</strong></a>: 1000.11</p>\n<p><a href=\"/glossary#max_total_amount\"><strong>max_total_amount</strong></a>: 10000.12</p>\n<p><a href=\"/glossary#max_yearly_amount\"><strong>max_yearly_amount</strong></a>: 12000.11</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv5.1.0-createCounterpartyLimit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","max_yearly_amount","max_number_of_transactions"],"properties":{"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["max_total_amount","currency","bank_id","counterparty_id","counterparty_limit_id","view_id","max_number_of_yearly_transactions","max_monthly_amount","max_single_amount","max_number_of_monthly_transactions","account_id","max_yearly_amount","max_number_of_transactions"],"properties":{"counterparty_limit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_monthly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_monthly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_single_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_number_of_yearly_transactions":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_yearly_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"max_total_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"max_total_amount":{"type":"string"},"currency":{"type":"string"},"bank_id":{"type":"string"},"counterparty_id":{"type":"string"},"counterparty_limit_id":{"type":"string"},"view_id":{"type":"string"},"max_number_of_yearly_transactions":{"type":"integer"},"max_monthly_amount":{"type":"string"},"max_single_amount":{"type":"string"},"max_number_of_monthly_transactions":{"type":"integer"},"account_id":{"type":"string"},"max_yearly_amount":{"type":"string"},"max_number_of_transactions":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Limits"],"summary":"Delete Counterparty Limit","description":"<p>Delete Counterparty Limit.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteCounterpartyLimit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/accounts/{accountid}/{viewid}/counterparty-names/{counterpartyname}":{"get":{"tags":["Counterparty","Account"],"summary":"Get Counterparty by name for any account (Explicit) ","description":"<p>This is a management endpoint that allows the retrieval of any Counterparty on an Account / View by its Name.</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_NAME</a>: John Smith Ltd.</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_url</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getCounterpartyByNameForAnyAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyname","in":"path","description":"The COUNTERPARTYNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","metadata","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["private_alias","physical_location","url","public_alias","open_corporates_url","more_info","corporate_location","image_url"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"metadata":{"type":"object","properties":{"private_alias":{"type":"string"},"physical_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"url":{"type":"string"},"public_alias":{"type":"string"},"open_corporates_url":{"type":"string"},"more_info":{"type":"string"},"corporate_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"image_url":{"type":"string"}}},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/my/consents/{sms}":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent (SMS)","description":"<p>This endpoint starts the process of creating a Consent.</p>\n<p>The Consent is created in an INITIATED state.</p>\n<p>A One Time Password (OTP) (AKA security challenge) is sent Out of Band (OOB) to the User via the transport defined in SCA_METHOD<br />\nSCA_METHOD is typically &quot;SMS&quot;,&quot;EMAIL&quot; or &quot;IMPLICIT&quot;. &quot;EMAIL&quot; is used for testing purposes. OBP mapped mode &quot;IMPLICIT&quot; is &quot;EMAIL&quot;.<br />\nOther mode, bank can decide it in the connector method 'getConsentImplicitSCA'.</p>\n<p>When the Consent is created, OBP (or a backend system) stores the challenge so it can be checked later against the value supplied by the User with the Answer Consent Challenge endpoint.</p>\n<p>An OBP Consent allows the holder of the Consent to call one or more endpoints.</p>\n<p>Consents must be created and authorisied using SCA (Strong Customer Authentication).</p>\n<p>That is, Consents can be created by an authorised User via the OBP REST API but they must be confirmed via an out of band (OOB) mechanism such as a code sent to a mobile phone.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>Each Consent is bound to a consumer i.e. you need to identify yourself over request header value Consumer-Key.<br />\nFor example:<br />\nGET /obp/v4.0.0/users/current HTTP/1.1<br />\nHost: 127.0.0.1:8080<br />\nConsent-JWT: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOlt7InJvbGVfbmFtZSI6IkNhbkdldEFueVVzZXIiLCJiYW5rX2lkIjoiIn<br />\n1dLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIzNDc1MDEzZi03YmY5LTQyNj<br />\nEtOWUxYy0xZTdlNWZjZTJlN2UiLCJhdWQiOiI4MTVhMGVmMS00YjZhLTQyMDUtYjExMi1lNDVmZDZmNGQzYWQiLCJuYmYiOjE1ODA3NDE2NjcsIml<br />\nzcyI6Imh0dHA6XC9cLzEyNy4wLjAuMTo4MDgwIiwiZXhwIjoxNTgwNzQ1MjY3LCJpYXQiOjE1ODA3NDE2NjcsImp0aSI6ImJkYzVjZTk5LTE2ZTY<br />\ntNDM4Yi1hNjllLTU3MTAzN2RhMTg3OCIsInZpZXdzIjpbXX0.L3fEEEhdCVr3qnmyRKBBUaIQ7dk1VjiFaEBW8hUNjfg</p>\n<p>Consumer-Key: ejznk505d132ryomnhbx1qmtohurbsbb0kijajsk<br />\ncache-control: no-cache</p>\n<p>Maximum time to live of the token is specified over props value consents.max_time_to_live. In case isn't defined default value is 3600 seconds.</p>\n<p>Example of POST JSON:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#109;a&#x69;&#x6c;&#116;&#111;&#58;&#101;&#118;el&#105;&#x6e;&#101;&#64;&#101;&#120;a&#x6d;&#x70;&#x6c;&#101;&#x2e;&#99;&#x6f;&#109;\">&#x65;ve&#x6c;i&#x6e;&#x65;&#x40;&#101;x&#97;&#x6d;&#112;&#108;&#x65;.&#99;&#x6f;&#x6d;</a>&quot;,<br />\n&quot;valid_from&quot;: &quot;2020-02-07T08:43:34Z&quot;,<br />\n&quot;time_to_live&quot;: 3600<br />\n}<br />\nPlease note that only optional fields are: consumer_id, valid_from and time_to_live.<br />\nIn case you omit they the default values are used:<br />\nconsumer_id = consumer of current user<br />\nvalid_from = current time<br />\ntime_to_live = consents.max_time_to_live</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Example 1:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#109;&#x61;i&#108;&#x74;&#111;&#x3a;&#x65;&#118;e&#x6c;&#105;&#x6e;&#x65;&#64;&#x65;&#120;&#97;m&#112;&#108;&#x65;&#46;&#x63;o&#x6d;\">&#101;&#118;&#101;&#108;&#x69;&#110;&#x65;&#x40;&#x65;x&#97;&#109;&#x70;&#108;&#x65;&#x2e;&#x63;&#x6f;&#x6d;</a>&quot;<br />\n}</p>\n<p>Please note that consumer_id is optional field<br />\nExample 2:<br />\n{<br />\n&quot;everything&quot;: true,<br />\n&quot;views&quot;: [],<br />\n&quot;entitlements&quot;: [],<br />\n&quot;email&quot;: &quot;<a href=\"&#x6d;a&#105;&#108;&#116;&#111;:&#x65;&#x76;&#101;&#108;&#x69;&#x6e;&#x65;&#64;&#x65;&#120;&#x61;&#x6d;&#x70;&#108;&#x65;.&#99;&#x6f;&#109;\">&#101;&#118;&#x65;&#x6c;&#105;&#110;&#x65;&#64;&#x65;&#120;&#x61;mple&#46;&#x63;&#111;&#x6d;</a>&quot;<br />\n}</p>\n<p>Please note if everything=false you need to explicitly specify views and entitlements<br />\nExample 3:<br />\n{<br />\n&quot;everything&quot;: false,<br />\n&quot;views&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;account_id&quot;: &quot;8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0&quot;,<br />\n&quot;view_id&quot;: &quot;owner&quot;<br />\n}<br />\n],<br />\n&quot;entitlements&quot;: [<br />\n{<br />\n&quot;bank_id&quot;: &quot;GENODEM1GLS&quot;,<br />\n&quot;role_name&quot;: &quot;CanGetCustomersAtOneBank&quot;<br />\n}<br />\n],<br />\n&quot;consumer_id&quot;: &quot;7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh&quot;,<br />\n&quot;email&quot;: &quot;<a href=\"&#109;&#x61;&#105;&#108;&#116;&#x6f;:&#101;&#118;e&#108;&#x69;&#110;&#101;&#x40;e&#120;&#97;&#x6d;&#x70;&#108;&#x65;&#x2e;&#99;&#x6f;&#x6d;\">&#x65;v&#101;l&#x69;&#x6e;&#101;@&#x65;x&#x61;&#x6d;&#112;&#108;&#x65;&#x2e;&#x63;o&#x6d;</a>&quot;<br />\n}</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#sms\">SMS</a>:</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#everything\"><strong>everything</strong></a>:</p>\n<p><a href=\"/glossary#phone_number\"><strong>phone_number</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#\">consumer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#time_to_live\">time_to_live</a>:</p>\n<p><a href=\"/glossary#valid_from\">valid_from</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv3.1.0-createConsentSms","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"sms","in":"path","description":"The SMS identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlements","phone_number","everything","valid_from","views","consumer_id","time_to_live"],"properties":{"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"phone_number":{"type":"string"},"everything":{"type":"boolean"},"valid_from":{"type":"string","format":"date-time"},"views":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}},"consumer_id":{"type":"string"},"time_to_live":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consent_id","status","jwt"],"properties":{"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/api-collections/featured":{"get":{"tags":["Api-Collection","API"],"summary":"Get Featured Api Collections (Admin)","description":"<p>Get all featured API collections with their sort order (admin view).</p>\n<p>This endpoint returns the featured collections stored in the database with their sort order.<br />\nIt is intended for administrators to manage the featured list.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>featured_api_collection_id</strong></a>: 9uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>featured_api_collections</strong></a>: featured_api_collections</p>\n<p><a href=\"/glossary#\"><strong>sort_order</strong></a>: 1</p>\n","operationId":"OBPv6.0.0-getFeaturedApiCollectionsAdmin","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["featured_api_collections"],"properties":{"featured_api_collections":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["featured_api_collection_id","api_collection_id","sort_order"],"properties":{"featured_api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sort_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"featured_api_collections":{"type":"array","items":{"type":"object","properties":{"featured_api_collection_id":{"type":"string"},"api_collection_id":{"type":"string"},"sort_order":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Api-Collection","API"],"summary":"Create Featured Api Collection","description":"<p>Add an API Collection to the featured list.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>sort_order</strong></a>: 1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>featured_api_collection_id</strong></a>: 9uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>sort_order</strong></a>: 1</p>\n","operationId":"OBPv6.0.0-createFeaturedApiCollection","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","sort_order"],"properties":{"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sort_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"api_collection_id":{"type":"string"},"sort_order":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["featured_api_collection_id","api_collection_id","sort_order"],"properties":{"featured_api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sort_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"featured_api_collection_id":{"type":"string"},"api_collection_id":{"type":"string"},"sort_order":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"},"401":{"description":"Unauthorized"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/customers/{customerid}/kyc_statuses":{"put":{"tags":["KYC","Customer"],"summary":"Add KYC Status","description":"<p>Add a kyc_status for the customer specified by CUSTOMER_ID. KYC Status is a timeline of the KYC status of the customer</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#ok\"><strong>ok</strong></a>: false</p>\n","operationId":"OBPv2.0.0-addKycStatus","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_number","date","ok"],"properties":{"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"ok":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"ok":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","customer_number","date","ok"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"ok":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_id":{"type":"string"},"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"ok":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/webui_props/{webuipropsid}":{"delete":{"tags":["WebUi-Props"],"summary":"Delete WebUiProps","description":"<p>Delete a WebUiProps specified by WEB_UI_PROPS_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#web_ui_props_id\">WEB_UI_PROPS_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteWebUiProps","parameters":[{"name":"webuipropsid","in":"path","description":"The WEBUIPROPSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products/{productcode}":{"get":{"tags":["Product"],"summary":"Get Bank Product","description":"<p>Returns information about a financial Product offered by the bank specified by BANK_ID and PRODUCT_CODE including:</p>\n<ul>\n<li>Name</li>\n<li>Code</li>\n<li>Parent Product Code</li>\n<li>More info URL</li>\n<li>Description</li>\n<li>Terms and Conditions</li>\n<li>Description</li>\n<li>Meta</li>\n<li>Attributes</li>\n<li>Fees</li>\n</ul>\n<p>The combination of bank_id and product_code is unique.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#parent_product_code\"><strong>parent_product_code</strong></a>: 787LOW</p>\n<p><a href=\"/glossary#product_attribute_id\"><strong>product_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">fees</a>: fees</p>\n<p><a href=\"/glossary#product_fee_id\">product_fee_id</a>: 696hlAHLFKUHE37469287634</p>\n","operationId":"OBPv4.0.0-getProduct","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","bank_id","meta","attributes","more_info_url","parent_product_code","description","name","terms_and_conditions_url","fees"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","product_attribute_id","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"fees":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_active","name","more_info","value","product_fee_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_fee_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"parent_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"product_code":{"type":"string"},"bank_id":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"product_attribute_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"more_info_url":{"type":"string"},"parent_product_code":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"fees":{"type":"array","items":{"type":"object","properties":{"is_active":{"type":"boolean"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}},"product_fee_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v5.0.0/banks":{"put":{"tags":["Bank"],"summary":"Update Bank","description":"<p>Update an existing bank (Authenticated access).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#bank_routings\"><strong>bank_routings</strong></a>: bank routing in form of (scheme, address)</p>\n<p><a href=\"/glossary#full_name\"><strong>full_name</strong></a>: full name string</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#logo\"><strong>logo</strong></a>: logo url</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#website\"><strong>website</strong></a>: <a href=\"http://www.openbankproject.com\">www.openbankproject.com</a></p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv5.0.0-updateBank","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["full_name","logo","id","bank_code","website","bank_routings"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"full_name":{"type":"string"},"logo":{"type":"string"},"id":{"type":"string"},"bank_code":{"type":"string"},"website":{"type":"string"},"bank_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routings","website","attributes","logo","bank_code","full_name","id"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"website":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"logo":{"type":"string"},"bank_code":{"type":"string"},"full_name":{"type":"string"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/endpoint-mappings":{"get":{"tags":["Endpoint-Mapping"],"summary":"Get all Bank Level Endpoint Mappings","description":"<p>Get all Bank Level Endpoint Mappings.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-getAllBankLevelEndpointMappings","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["endpoint-mappings"],"properties":{"endpoint-mappings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"endpoint-mappings":{"type":"array","items":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Endpoint-Mapping"],"summary":"Create Bank Level Endpoint Mapping","description":"<p>Create an Bank Level Endpoint Mapping.</p>\n<p>Note: at moment only support the dynamic endpoints</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-createBankLevelEndpointMapping","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/products/{productcode}":{"put":{"tags":["Product"],"summary":"Create Product","description":"<p>Create or Update Product for the Bank.</p>\n<p>The combination of bank_id and product_code is unique. If a Product already exists for the bank_id and product_code, it will be updated.</p>\n<p>Typical Super Family values / Asset classes are:</p>\n<p>Debt<br />\nEquity<br />\nFX<br />\nCommodity<br />\nDerivative</p>\n<p>Product hiearchy vs Product Collections:</p>\n<ul>\n<li>\n<p>You can define a hierarchy of products - so that a child Product inherits attributes of its parent Product -  using the parent_product_code in Product.</p>\n</li>\n<li>\n<p>You can define a collection (also known as baskets or buckets) of products using Product Collections.</p>\n</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#parent_product_code\"><strong>parent_product_code</strong></a>: 787LOW</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">fees</a>: fees</p>\n","operationId":"OBPv5.0.0-createProduct","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","more_info_url","terms_and_conditions_url","parent_product_code","meta","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"parent_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"more_info_url":{"type":"string"},"terms_and_conditions_url":{"type":"string"},"parent_product_code":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","bank_id","meta","more_info_url","parent_product_code","description","name","terms_and_conditions_url"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"parent_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"product_code":{"type":"string"},"bank_id":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"more_info_url":{"type":"string"},"parent_product_code":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"},"terms_and_conditions_url":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users":{"get":{"tags":["User"],"summary":"Get all Users","description":"<p>Get all users</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanGetAnyUser entitlement is required,</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>locked_status (if null ignore)</li>\n<li>is_deleted (default: false)</li>\n</ul>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;&#x69;&#108;&#x74;&#111;&#x3a;&#x66;&#x65;&#x6c;&#105;&#x78;s&#109;&#x69;&#116;h&#x40;&#101;x&#97;&#109;p&#x6c;&#x65;&#46;&#x63;&#111;&#x6d;\">&#102;&#x65;&#x6c;i&#120;&#x73;&#109;&#x69;&#116;&#x68;@&#101;x&#x61;m&#112;&#x6c;&#x65;&#x2e;&#x63;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_deleted</strong></a>: is_deleted</p>\n<p><a href=\"/glossary#\"><strong>is_locked</strong></a>: is_locked</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>recent_operation_ids</strong></a>: recent_operation_ids</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#text\"><strong>text</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#users\"><strong>users</strong></a>: user list</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">agreements</a>: agreements</p>\n<p><a href=\"/glossary#\">last_activity_date</a>: last_activity_date</p>\n<p><a href=\"/glossary#\">last_marketing_agreement_signed_date</a>: last_marketing_agreement_signed_date</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv6.0.0-getUsers","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["users"],"properties":{"users":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","last_marketing_agreement_signed_date","provider_id","agreements","entitlements","recent_operation_ids","last_activity_date","is_deleted","is_locked","username","views","user_id"],"properties":{"last_activity_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"recent_operation_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"is_locked":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"last_marketing_agreement_signed_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"agreements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","text"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"text":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"users":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"last_marketing_agreement_signed_date":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"agreements":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}}}},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"recent_operation_ids":{"type":"array","items":{"type":"string"}},"last_activity_date":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_locked":{"type":"boolean"},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["User","Onboarding"],"summary":"Create User (v6.0.0)","description":"<p>Creates OBP user.<br />\nNo authorisation required.</p>\n<p>Mimics current webform to Register.</p>\n<p>Requires username(email), password, first_name, last_name, and email.</p>\n<p>Validation checks performed:<br />\n- Password must meet strong password requirements (InvalidStrongPasswordFormat error if not)<br />\n- Username must be unique (409 error if username already exists)<br />\n- All required fields must be present in valid JSON format</p>\n<p>Email validation behavior:<br />\n- Controlled by property 'authUser.skipEmailValidation' (default: false)<br />\n- When false: User is created with validated=false and a validation email is sent to the user's email address<br />\n- The validation link is constructed using the <code>portal_external_url</code> property which must be set<br />\n- When true: User is created with validated=true and no validation email is sent<br />\n- Default entitlements are granted immediately regardless of validation status</p>\n<p>Note: If email validation is required (skipEmailValidation=false), the user must click the validation link<br />\nin the email before they can log in, even though entitlements are already granted.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#97;&#x69;&#x6c;&#116;&#x6f;&#58;&#x66;&#101;&#x6c;&#x69;&#120;&#115;&#x6d;&#x69;&#x74;&#104;&#x40;&#101;&#120;&#x61;&#x6d;p&#x6c;&#101;&#x2e;co&#x6d;\">&#102;&#x65;&#x6c;i&#120;&#115;&#x6d;&#105;&#116;h&#64;&#101;&#120;&#x61;&#109;&#x70;&#108;&#101;&#46;&#99;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#first_name\"><strong>first_name</strong></a>: Tom</p>\n<p><a href=\"/glossary#last_name\"><strong>last_name</strong></a>: Smith</p>\n<p><a href=\"/glossary#\"><strong>password</strong></a>: password</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#108;&#116;&#x6f;&#58;&#x66;&#x65;&#x6c;&#x69;&#x78;s&#109;&#105;&#x74;&#104;&#64;&#x65;&#x78;&#97;m&#112;l&#101;&#x2e;&#x63;&#x6f;&#x6d;\">&#x66;&#101;&#x6c;&#105;&#x78;&#115;&#109;it&#x68;@&#101;&#x78;&#x61;m&#x70;&#x6c;&#x65;&#46;&#99;&#111;m</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv6.0.0-createUser","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","first_name","password","username","last_name"],"properties":{"first_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"password":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"first_name":{"type":"string"},"password":{"type":"string"},"username":{"type":"string"},"last_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/management/connector-methods":{"get":{"tags":["Connector-Method"],"summary":"Get all Connector Methods","description":"<p>Get all Connector Methods.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-getAllConnectorMethods","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connectors_methods"],"properties":{"connectors_methods":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_method_id","method_name","programming_lang","method_body"],"properties":{"connector_method_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"connectors_methods":{"type":"array","items":{"type":"object","properties":{"connector_method_id":{"type":"string"},"method_name":{"type":"string"},"programming_lang":{"type":"string"},"method_body":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Connector-Method"],"summary":"Create Connector Method","description":"<p>Create an internal connector.</p>\n<p>The method_body is URL-encoded format String</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-createConnectorMethod","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["method_name","programming_lang","method_body"],"properties":{"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"method_name":{"type":"string"},"programming_lang":{"type":"string"},"method_body":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_method_id","method_name","programming_lang","method_body"],"properties":{"connector_method_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"connector_method_id":{"type":"string"},"method_name":{"type":"string"},"programming_lang":{"type":"string"},"method_body":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/CovidAPIDays":{"get":{"tags":["_CovidAPIDays","Dynamic-Entity","Dynamic"],"summary":"Get CovidAPIDays List","description":"<p>Get CovidAPIDays List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;CovidAPIDays&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /CovidAPIDays?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getCovidAPIDaysList_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days_list"],"properties":{"covid_api_days_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days_id","name","number"],"properties":{"covid_api_days_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"covid_api_days_list":{"type":"array","items":{"type":"object","properties":{"covid_api_days_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_CovidAPIDays","Dynamic-Entity","Dynamic"],"summary":"Create new CovidAPIDays","description":"<p>Create new CovidAPIDays.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;CovidAPIDays&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createCovidAPIDays_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days"],"properties":{"covid_api_days":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["covid_api_days_id","name","number"],"properties":{"covid_api_days_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"covid_api_days":{"type":"object","properties":{"covid_api_days_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/product-collections/{collectioncode}":{"get":{"tags":["Product-Collection","Product"],"summary":"Get Product Collection","description":"<p>Returns information about the financial Product Collection specified by BANK_ID and COLLECTION_CODE:</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#collection_code\">COLLECTION_CODE</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n<p><a href=\"/glossary#collection_code\"><strong>collection_code</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#family\"><strong>family</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#parent_product_code\"><strong>parent_product_code</strong></a>: 787LOW</p>\n<p><a href=\"/glossary#product_attribute_id\"><strong>product_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#products\"><strong>products</strong></a>:</p>\n<p><a href=\"/glossary#super_family\"><strong>super_family</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#product_attributes\">product_attributes</a>:</p>\n","operationId":"OBPv3.1.0-getProductCollection","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"collectioncode","in":"path","description":"The COLLECTIONCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["products","collection_code"],"properties":{"products":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["super_family","description","details","parent_product_code","bank_id","code","more_info_url","meta","family","product_attributes","name","category"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"super_family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","product_attribute_id","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"details":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"collection_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"super_family":{"type":"string"},"description":{"type":"string"},"details":{"type":"string"},"parent_product_code":{"type":"string"},"bank_id":{"type":"string"},"code":{"type":"string"},"more_info_url":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"family":{"type":"string"},"product_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"product_attribute_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"name":{"type":"string"},"category":{"type":"string"}}}},"collection_code":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Product-Collection","Product"],"summary":"Create Product Collection","description":"<p>Create or Update a Product Collection at the Bank.</p>\n<p>Use Product Collections to create Product &quot;Baskets&quot;, &quot;Portfolios&quot;, &quot;Indices&quot;, &quot;Collections&quot;, &quot;Underlyings-lists&quot;, &quot;Buckets&quot; etc. etc.</p>\n<p>There is a many to many relationship between Products and Product Collections:</p>\n<ul>\n<li>\n<p>A Product can exist in many Collections</p>\n</li>\n<li>\n<p>A Collection can contain many Products.</p>\n</li>\n</ul>\n<p>A collection has collection code, one parent Product and one or more child Products.</p>\n<p>Product hiearchy vs Product Collections:</p>\n<ul>\n<li>\n<p>You can define a hierarchy of products - so that a child Product inherits attributes of its parent Product -  using the parent_product_code in Product.</p>\n</li>\n<li>\n<p>You can define a collection (also known as baskets or buckets) of products using Product Collections.</p>\n</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#collection_code\">COLLECTION_CODE</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#collection_code\"><strong>collection_code</strong></a>:</p>\n<p><a href=\"/glossary#items\"><strong>items</strong></a>:</p>\n<p><a href=\"/glossary#member_product_code\"><strong>member_product_code</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#product_collection\"><strong>product_collection</strong></a>:</p>\n","operationId":"OBPv3.1.0-createProductCollection","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"collectioncode","in":"path","description":"The COLLECTIONCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["parent_product_code","children_product_codes"],"properties":{"parent_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"children_product_codes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"parent_product_code":{"type":"string"},"children_product_codes":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_collection"],"properties":{"product_collection":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["collection_code","product_code","items"],"properties":{"collection_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"items":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["member_product_code"],"properties":{"member_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"product_collection":{"type":"array","items":{"type":"object","properties":{"collection_code":{"type":"string"},"product_code":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"member_product_code":{"type":"string"}}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/private_alias":{"get":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Get Other Account Private Alias","description":"<p>Returns the private alias of the other account OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n","operationId":"OBPv1.2.1-getOtherAccountPrivateAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alias"],"properties":{"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update Counterparty Private Alias","description":"<p>Updates the private alias of the counterparty (AKA other account) OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyPrivateAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alias"],"properties":{"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Create Other Account Private Alias","description":"<p>Creates a private alias for the other account OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addOtherAccountPrivateAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alias"],"properties":{"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete Counterparty Private Alias","description":"<p>Deletes the private alias of the other account OTHER_ACCOUNT_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.<br />\nAuthentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyPrivateAlias","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/system/integrity/system-view-names-check":{"get":{"tags":["System-Integrity"],"summary":"Check System View Names","description":"<p>Check system view names.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n<p><a href=\"/glossary#\">debug_info</a>: debug_info</p>\n","operationId":"OBPv5.1.0-systemViewNamesCheck","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/{accountid}/views":{"post":{"tags":["View-Custom","Account"],"summary":"Create Custom View","description":"<p>Create a custom view on bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the owner view.<br />\nThe 'alias' field in the JSON can take one of three values:</p>\n<ul>\n<li><em>public</em>: to use the public alias if there is one specified for the other account.</li>\n<li><em>private</em>: to use the private alias if there is one specified for the other account.</li>\n<li>\n<p><em>''(empty string)</em>: to use no alias; the view shows the real name of the other account.</p>\n</li>\n</ul>\n<p>The 'hide_metadata_if_alias_used' field in the JSON can take boolean values. If it is set to <code>true</code> and there is an alias on the other account then the other accounts' metadata (like more_info, url, image_url, open_corporates_url, etc.) will be hidden. Otherwise the metadata will be shown.</p>\n<p>The 'allowed_actions' field is a list containing the name of the actions allowed on this view, all the actions contained will be set to <code>true</code> on the view creation, the rest will be set to <code>false</code>.</p>\n<p>You MUST use a leading _ (underscore) in the view name because other view names are reserved for OBP <a href=\"/index#group-View-System\">system views</a>.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#allowed_actions\"><strong>allowed_actions</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#which_alias_to_use\"><strong>which_alias_to_use</strong></a>: public</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv3.0.0-createViewForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["hide_metadata_if_alias_used","name","description","is_public","metadata_view","which_alias_to_use","allowed_actions"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"hide_metadata_if_alias_used":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"which_alias_to_use":{"type":"string"},"allowed_actions":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/connector-methods/{connectormethodid}":{"get":{"tags":["Connector-Method"],"summary":"Get Connector Method by Id","description":"<p>Get an internal connector by CONNECTOR_METHOD_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONNECTOR_METHOD_ID</a>: ace0352a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-getConnectorMethod","parameters":[{"name":"connectormethodid","in":"path","description":"The CONNECTORMETHODID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_method_id","method_name","programming_lang","method_body"],"properties":{"connector_method_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"connector_method_id":{"type":"string"},"method_name":{"type":"string"},"programming_lang":{"type":"string"},"method_body":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Connector-Method"],"summary":"Update Connector Method","description":"<p>Update an internal connector.</p>\n<p>The method_body is URL-encoded format String</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONNECTOR_METHOD_ID</a>: ace0352a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-updateConnectorMethod","parameters":[{"name":"connectormethodid","in":"path","description":"The CONNECTORMETHODID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["programming_lang","method_body"],"properties":{"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"programming_lang":{"type":"string"},"method_body":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["connector_method_id","method_name","programming_lang","method_body"],"properties":{"connector_method_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"connector_method_id":{"type":"string"},"method_name":{"type":"string"},"programming_lang":{"type":"string"},"method_body":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/consumers/{consumerid}/consumer/logo_url":{"put":{"tags":["Consumer"],"summary":"Update Consumer LogoURL","description":"<p>Update an existing logoURL for a Consumer specified by CONSUMER_ID.</p>\n<p>Please note: Your consumer may be disabled as a result of this action.</p>\n<p>CONSUMER_ID can be obtained after you register the application.</p>\n<p>Or use the endpoint 'Get Consumers' to get it</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#108;t&#111;&#58;&#102;el&#105;&#120;&#x73;&#x6d;&#105;&#116;h@&#x65;&#120;a&#x6d;&#112;l&#x65;.&#99;&#111;&#x6d;\">fe&#108;&#x69;&#120;&#x73;&#109;&#x69;&#116;&#104;&#64;&#x65;&#120;&#97;&#109;p&#x6c;&#x65;&#46;c&#x6f;m</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-updateConsumerLogoURL","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["logo_url"],"properties":{"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"logo_url":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/api-collections/{apicollectionid}/api-collection-endpoints":{"get":{"tags":["Api-Collection"],"summary":"Get Api Collection Endpoints","description":"<p>Get Api Collection Endpoints By API_COLLECTION_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoint_id</strong></a>: 8uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_endpoints</strong></a>: api_collection_endpoints</p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n","operationId":"OBPv4.0.0-getApiCollectionEndpoints","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_endpoints"],"properties":{"api_collection_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","api_collection_id","api_collection_endpoint_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collection_endpoints":{"type":"array","items":{"type":"object","properties":{"operation_id":{"type":"string"},"api_collection_id":{"type":"string"},"api_collection_endpoint_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/users/user-id/{userid}":{"get":{"tags":["User"],"summary":"Get User by USER_ID","description":"<p>Get user by USER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanGetAnyUser entitlement is required,</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;&#108;&#x74;&#111;&#58;&#102;&#x65;l&#105;&#x78;&#115;&#x6d;&#x69;&#x74;&#x68;&#x40;&#101;&#x78;a&#x6d;&#112;&#108;&#x65;&#x2e;&#99;&#x6f;&#109;\">&#x66;&#101;&#108;&#105;&#120;&#x73;m&#x69;&#116;&#x68;&#64;&#101;x&#x61;&#x6d;&#112;&#x6c;&#101;.&#99;o&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_deleted</strong></a>: is_deleted</p>\n<p><a href=\"/glossary#\"><strong>is_locked</strong></a>: is_locked</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>recent_operation_ids</strong></a>: recent_operation_ids</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#text\"><strong>text</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">agreements</a>: agreements</p>\n<p><a href=\"/glossary#\">last_activity_date</a>: last_activity_date</p>\n<p><a href=\"/glossary#\">last_marketing_agreement_signed_date</a>: last_marketing_agreement_signed_date</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv6.0.0-getUserByUserId","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","last_marketing_agreement_signed_date","provider_id","agreements","entitlements","recent_operation_ids","last_activity_date","is_deleted","is_locked","username","views","user_id"],"properties":{"last_activity_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"recent_operation_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"is_locked":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"last_marketing_agreement_signed_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"agreements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","text"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"text":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"last_marketing_agreement_signed_date":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"agreements":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}}}},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"recent_operation_ids":{"type":"array","items":{"type":"string"}},"last_activity_date":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_locked":{"type":"boolean"},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/customers/{customerid}/attributes/{customerattributeid}":{"put":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Update Customer Attribute","description":"<p>Update Customer Attribute</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CUSTOMER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-updateCustomerAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"customerattributeid","in":"path","description":"The CUSTOMERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/aggregate-metrics":{"get":{"tags":["Metric","Aggregate-Metrics"],"summary":"Get Aggregate Metrics","description":"<p>Returns aggregate metrics on api usage eg. total count, response time (in ms), etc.</p>\n<p>require CanReadAggregateMetrics role</p>\n<p><strong>NOTE: Automatic from_date Default</strong></p>\n<p>If you do not provide a <code>from_date</code> parameter, this endpoint will automatically set it to:<br />\n<strong>now - 9 minutes ago</strong></p>\n<p>This prevents accidentally querying all metrics since Unix Epoch and ensures reasonable response times.<br />\nFor historical/reporting queries, always explicitly specify your desired <code>from_date</code>.</p>\n<p><strong>IMPORTANT: Smart Caching &amp; Performance</strong></p>\n<p>This endpoint uses intelligent two-tier caching to optimize performance:</p>\n<p><strong>Stable Data Cache (Long TTL):</strong><br />\n- Metrics older than 600 seconds (10 minutes) are considered immutable/stable<br />\n- These are cached for 86400 seconds (24 hours)<br />\n- Used when your query's from_date is older than the stable boundary</p>\n<p><strong>Recent Data Cache (Short TTL):</strong><br />\n- Recent metrics (within the stable boundary) are cached for 7 seconds<br />\n- Used when your query includes recent data or has no from_date</p>\n<p><strong>Why from_date matters:</strong><br />\n- Queries WITH from_date older than 10 mins → cached for 24 hours (fast!)<br />\n- Queries WITHOUT from_date → cached for only 7 seconds (slower)</p>\n<p>Should be able to filter on the following fields</p>\n<p>eg: /management/aggregate-metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z&amp;consumer_id=5<br />\n&amp;user_id=66214b8e-259e-44ad-8868-3eb47be70646&amp;implemented_by_partial_function=getTransactionsForBankAccount<br />\n&amp;implemented_in_version=v3.0.0&amp;url=/obp/v3.0.0/banks/gh.29.uk/accounts/8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0/owner/transactions<br />\n&amp;verb=GET&amp;anon=false&amp;app_name=MapperPostman<br />\n&amp;include_app_names=API-EXPLORER,API-Manager,SOFI,null&amp;http_status_code=200</p>\n<p><strong>IMPORTANT: v6.0.0+ Breaking Change</strong></p>\n<p>This version does NOT support the old <code>exclude_*</code> parameters:<br />\n-  <code>exclude_app_names</code> - NOT supported (returns error)<br />\n-  <code>exclude_url_patterns</code> - NOT supported (returns error)<br />\n-  <code>exclude_implemented_by_partial_functions</code> - NOT supported (returns error)</p>\n<p>Use <code>include_*</code> parameters instead (all optional):<br />\n- <code>include_app_names</code> - Optional - include only these apps<br />\n- <code>include_url_patterns</code> - Optional - include only URLs matching these patterns<br />\n- <code>include_implemented_by_partial_functions</code> - Optional - include only these functions</p>\n<p>1 from_date e.g.:from_date=1100-01-01T01:01:01.000Z<br />\n<strong>DEFAULT</strong>: If not provided, automatically set to now - 9 minutes (keeps queries in recent data zone)<br />\n<strong>IMPORTANT</strong>: Including from_date enables long-term caching for historical data queries!</p>\n<p>2 to_date (defaults to the current date) eg:to_date=1100-01-01T01:01:01.000Z</p>\n<p>3 consumer_id  (if null ignore)</p>\n<p>4 user_id (if null ignore)</p>\n<p>5 anon (if null ignore) only support two value : true (return where user_id is null.) or false (return where user_id is not null.)</p>\n<p>6 url (if null ignore), note: can not contain '&amp;'.</p>\n<p>7 app_name (if null ignore)</p>\n<p>8 implemented_by_partial_function (if null ignore)</p>\n<p>9 implemented_in_version (if null ignore)</p>\n<p>10 verb (if null ignore)</p>\n<p>11 correlation_id (if null ignore)</p>\n<p>12 include_app_names (if null ignore).eg: &amp;include_app_names=API-EXPLORER,API-Manager,SOFI,null</p>\n<p>13 include_url_patterns (if null ignore).you can design you own SQL LIKE pattern. eg: &amp;include_url_patterns=%management/metrics%,%management/aggregate-metrics%</p>\n<p>14 include_implemented_by_partial_functions (if null ignore).eg: &amp;include_implemented_by_partial_functions=getMetrics,getConnectorMetrics,getAggregateMetrics</p>\n<p>15 http_status_code (if null ignore) - Filter by HTTP status code. eg: http_status_code=200 returns only successful calls, http_status_code=500 returns server errors</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#average_response_time\"><strong>average_response_time</strong></a>:</p>\n<p><a href=\"/glossary#count\"><strong>count</strong></a>:</p>\n<p><a href=\"/glossary#maximum_response_time\"><strong>maximum_response_time</strong></a>: 60</p>\n<p><a href=\"/glossary#minimum_response_time\"><strong>minimum_response_time</strong></a>:</p>\n","operationId":"OBPv6.0.0-getAggregateMetrics","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["count","average_response_time","maximum_response_time","minimum_response_time"],"properties":{"count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"average_response_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maximum_response_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_response_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"count":{"type":"integer"},"average_response_time":{"type":"number"},"maximum_response_time":{"type":"number"},"minimum_response_time":{"type":"number"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/personal-data-fields/{userattributeid}":{"get":{"tags":["User","User-Attribute","Attribute"],"summary":"Get Personal Data Field By Id","description":"<p>Get a Personal Data Field by USER_ATTRIBUTE_ID for the currently authenticated user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">USER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-getPersonalDataFieldById","parameters":[{"name":"userattributeid","in":"path","description":"The USERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["User","User-Attribute","Attribute"],"summary":"Update Personal Data Field","description":"<p>Update a Personal Data Field by USER_ATTRIBUTE_ID for the currently authenticated user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">USER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>is_personal</strong></a>: is_personal</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-updatePersonalDataField","parameters":[{"name":"userattributeid","in":"path","description":"The USERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","name","type"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insert_date","value","user_attribute_id","type","is_personal","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_personal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"insert_date":{"type":"string","format":"date-time"},"value":{"type":"string"},"user_attribute_id":{"type":"string"},"type":{"type":"string"},"is_personal":{"type":"boolean"},"name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["User","User-Attribute","Attribute"],"summary":"Delete Personal Data Field","description":"<p>Delete a Personal Data Field by USER_ATTRIBUTE_ID for the currently authenticated user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">USER_ATTRIBUTE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deletePersonalDataField","parameters":[{"name":"userattributeid","in":"path","description":"The USERATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/customer_cars/{customercarsid}":{"get":{"tags":["_Customer_cars","Dynamic-Entity","Dynamic"],"summary":"Get customer_cars by id","description":"<p>Get customer_cars by id.</p>\n<p>The car the customer arrived in</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>customer_identifier: description of <strong>customer_identifier</strong> field, can be markdown text.</li>\n<li>manufacturer: description of <strong>manufacturer</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;customer_cars&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSinglecustomer_cars_","parameters":[{"name":"customercarsid","in":"path","description":"The CUSTOMERCARSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars"],"properties":{"customer_cars":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars_id","customer_identifier","manufacturer"],"properties":{"customer_cars_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"customer_cars":{"type":"object","properties":{"customer_cars_id":{"type":"string"},"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_Customer_cars","Dynamic-Entity","Dynamic"],"summary":"Update customer_cars","description":"<p>Update customer_cars.</p>\n<p>The car the customer arrived in</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>customer_identifier: description of <strong>customer_identifier</strong> field, can be markdown text.</li>\n<li>manufacturer: description of <strong>manufacturer</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;customer_cars&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updatecustomer_cars_","parameters":[{"name":"customercarsid","in":"path","description":"The CUSTOMERCARSID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_identifier","manufacturer"],"properties":{"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars"],"properties":{"customer_cars":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars_id","customer_identifier","manufacturer"],"properties":{"customer_cars_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"customer_cars":{"type":"object","properties":{"customer_cars_id":{"type":"string"},"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_Customer_cars","Dynamic-Entity","Dynamic"],"summary":"Delete customer_cars by id","description":"<p>Delete customer_cars by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;customer_cars&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deletecustomer_cars_","parameters":[{"name":"customercarsid","in":"path","description":"The CUSTOMERCARSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars"],"properties":{"customer_cars":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_cars_id","customer_identifier","manufacturer"],"properties":{"customer_cars_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"manufacturer":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"customer_cars":{"type":"object","properties":{"customer_cars_id":{"type":"string"},"customer_identifier":{"type":"string"},"manufacturer":{"type":"string"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/users/{userid}/auth-context/{userauthcontextid}":{"delete":{"tags":["User"],"summary":"Delete User Auth Context","description":"<p>Delete a User AuthContext of the User specified by USER_AUTH_CONTEXT_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#user_auth_context_id\">USER_AUTH_CONTEXT_ID</a>:</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteUserAuthContextById","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}},{"name":"userauthcontextid","in":"path","description":"The USERAUTHCONTEXTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/current/user_id":{"get":{"tags":["User"],"summary":"Get User Id (Current)","description":"<p>Get the USER_ID of the logged in user</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getCurrentUserId","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/FooBar/{foobarid}":{"get":{"tags":["_FooBar","Dynamic-Entity","Dynamic"],"summary":"Get FooBar by id","description":"<p>Get FooBar by id.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FooBar&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleFooBar_","parameters":[{"name":"foobarid","in":"path","description":"The FOOBARID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar"],"properties":{"foo_bar":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar_id","name","number"],"properties":{"foo_bar_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"foo_bar":{"type":"object","properties":{"foo_bar_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_FooBar","Dynamic-Entity","Dynamic"],"summary":"Update FooBar","description":"<p>Update FooBar.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FooBar&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateFooBar_","parameters":[{"name":"foobarid","in":"path","description":"The FOOBARID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar"],"properties":{"foo_bar":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar_id","name","number"],"properties":{"foo_bar_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"foo_bar":{"type":"object","properties":{"foo_bar_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_FooBar","Dynamic-Entity","Dynamic"],"summary":"Delete FooBar by id","description":"<p>Delete FooBar by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;FooBar&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteFooBar_","parameters":[{"name":"foobarid","in":"path","description":"The FOOBARID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar"],"properties":{"foo_bar":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["foo_bar_id","name","number"],"properties":{"foo_bar_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"foo_bar":{"type":"object","properties":{"foo_bar_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}":{"get":{"tags":["Bank","Account Information Service (AIS)","PSD2"],"summary":"Get Bank","description":"<p>Get the bank specified by BANK_ID<br />\nReturns information about a single bank specified by BANK_ID including:</p>\n<ul>\n<li>bank_id: The unique identifier of this bank</li>\n<li>Short and full name of bank</li>\n<li>Logo URL</li>\n<li>Website</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#bank_routings\"><strong>bank_routings</strong></a>: bank routing in form of (scheme, address)</p>\n<p><a href=\"/glossary#full_name\"><strong>full_name</strong></a>: full name string</p>\n<p><a href=\"/glossary#logo\"><strong>logo</strong></a>: logo url</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#website\"><strong>website</strong></a>: <a href=\"http://www.openbankproject.com\">www.openbankproject.com</a></p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv6.0.0-getBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routings","website","logo","bank_id","attributes","bank_code","full_name"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"website":{"type":"string"},"logo":{"type":"string"},"bank_id":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"bank_code":{"type":"string"},"full_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v2.1.0/roles":{"get":{"tags":["Role"],"summary":"Get Roles","description":"<p>Returns all available roles</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#requires_bank_id\"><strong>requires_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#role\"><strong>role</strong></a>:</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n","operationId":"OBPv2.1.0-getRoles","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles"],"properties":{"roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role","requires_bank_id"],"properties":{"role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requires_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"roles":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string"},"requires_bank_id":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/well-known":{"get":{"tags":["API"],"summary":"Get Well Known URIs","description":"<p>Get the OAuth2 server's public Well Known URIs.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#jwks_uri\"><strong>jwks_uri</strong></a>:</p>\n<p><a href=\"/glossary#jwks_uris\"><strong>jwks_uris</strong></a>:</p>\n","operationId":"OBPv5.1.0-getOAuth2ServerWellKnown","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jwks_uris"],"properties":{"jwks_uris":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jwks_uri"],"properties":{"jwks_uri":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"jwks_uris":{"type":"array","items":{"type":"object","properties":{"jwks_uri":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v5.1.0/banks/{bankid}/atms/{atmid}":{"get":{"tags":["ATM"],"summary":"Get Bank ATM","description":"<p>Returns information about ATM for a single bank specified by BANK_ID and ATM_ID including:</p>\n<ul>\n<li>Address</li>\n<li>Geo Location</li>\n<li>License the data under this endpoint is released under</li>\n<li>ATM Attributes</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>atm_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>balance_inquiry_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_identification</strong></a>: branch_identification</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_international_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_national_fee</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>has_deposit_capability</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>located_at</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>minimum_withdrawal</strong></a>: minimum_withdrawal</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>site_identification</strong></a>: site_identification</p>\n<p><a href=\"/glossary#\"><strong>site_name</strong></a>: site_name</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-getAtm","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","id","is_accessible","site_identification","atm_type","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","phone","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","attributes","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"atm_type":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"phone":{"type":"string"},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"put":{"tags":["ATM"],"summary":"UPDATE ATM","description":"<p>Update ATM.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>atm_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>balance_inquiry_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_identification</strong></a>: branch_identification</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_international_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_national_fee</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>has_deposit_capability</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>located_at</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>minimum_withdrawal</strong></a>: minimum_withdrawal</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>site_identification</strong></a>: site_identification</p>\n<p><a href=\"/glossary#\"><strong>site_name</strong></a>: site_name</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-updateAtm","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","is_accessible","site_identification","atm_type","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","phone","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"atm_type":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"phone":{"type":"string"},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","id","is_accessible","site_identification","atm_type","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","phone","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","attributes","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"atm_type":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"phone":{"type":"string"},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["ATM"],"summary":"Delete ATM","description":"<p>Delete ATM.</p>\n<p>This will also delete all its attributes.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteAtm","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/balances/{balanceid}":{"get":{"tags":["Account","Balance"],"summary":"Get Bank Account Balance By ID","description":"<p>Get a specific Bank Account Balance by its BALANCE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#balance_id\">BALANCE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>balance_amount</strong></a>: 50.89</p>\n<p><a href=\"/glossary#balance_id\"><strong>balance_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#balance_type\"><strong>balance_type</strong></a>: openingBooked</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n","operationId":"OBPv5.1.0-getBankAccountBalanceById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"balanceid","in":"path","description":"The BALANCEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balance_amount","bank_id","balance_id","account_id","balance_type"],"properties":{"balance_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"balance_amount":{"type":"string"},"bank_id":{"type":"string"},"balance_id":{"type":"string"},"account_id":{"type":"string"},"balance_type":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Account","Balance"],"summary":"Update Bank Account Balance","description":"<p>Update an existing Bank Account Balance specified by BALANCE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#balance_id\">BALANCE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>balance_amount</strong></a>: 50.89</p>\n<p><a href=\"/glossary#balance_id\"><strong>balance_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#balance_type\"><strong>balance_type</strong></a>: openingBooked</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n","operationId":"OBPv5.1.0-updateBankAccountBalance","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"balanceid","in":"path","description":"The BALANCEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balance_amount","balance_type"],"properties":{"balance_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"balance_amount":{"type":"string"},"balance_type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["balance_amount","bank_id","balance_id","account_id","balance_type"],"properties":{"balance_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"balance_amount":{"type":"string"},"bank_id":{"type":"string"},"balance_id":{"type":"string"},"account_id":{"type":"string"},"balance_type":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Account","Balance"],"summary":"Delete Bank Account Balance","description":"<p>Delete a Bank Account Balance specified by BALANCE_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#balance_id\">BALANCE_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteBankAccountBalance","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"balanceid","in":"path","description":"The BALANCEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/banks/{bankid}/customer/messages":{"get":{"tags":["Customer-Message","Customer"],"summary":"Get Customer Messages for all Customers","description":"<p>Get messages for the logged in customer<br />\nMessages sent to the currently authenticated user.</p>\n<p>Authentication via OAuth is required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#from_department\"><strong>from_department</strong></a>: Open Bank</p>\n<p><a href=\"/glossary#from_person\"><strong>from_person</strong></a>: Tom</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#messages\"><strong>messages</strong></a>:</p>\n","operationId":"OBPv1.4.0-getCustomersMessages","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["messages"],"properties":{"messages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message","from_department","id","date","from_person"],"properties":{"from_person":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"from_department":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"messages":{"type":"array","items":{"type":"object","properties":{"message":{"type":"string"},"from_department":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"from_person":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/my/entitlements":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlements for the current User","description":"<p>Get Entitlements for the current User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n","operationId":"OBPv3.0.0-getEntitlementsForCurrentUser","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/atms":{"head":{"tags":["ATM"],"summary":"Head Bank ATMS","description":"<p>Head Bank ATMS.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#atms\"><strong>atms</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>balance_inquiry_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_identification</strong></a>: branch_identification</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_international_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_national_fee</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>has_deposit_capability</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>located_at</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>minimum_withdrawal</strong></a>: minimum_withdrawal</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>site_identification</strong></a>: site_identification</p>\n<p><a href=\"/glossary#\"><strong>site_name</strong></a>: site_name</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n","operationId":"OBPv5.0.0-headAtms","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["atms"],"properties":{"atms":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","id","is_accessible","site_identification","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"atms":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-resource-docs":{"get":{"tags":["Dynamic-Resource-Doc"],"summary":"Get all Bank Level Dynamic Resource Docs","description":"<p>Get all Bank Level Dynamic Resource Docs.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-getAllBankLevelDynamicResourceDocs","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic-resource-docs"],"properties":{"dynamic-resource-docs":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic-resource-docs":{"type":"array","items":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Resource-Doc"],"summary":"Create Bank Level Dynamic Resource Doc","description":"<p>Create a Bank Level Dynamic Resource Doc.</p>\n<p>The connector_method_body is URL-encoded format String</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv4.0.0-createBankLevelDynamicResourceDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["tags","request_verb","example_request_body","bank_id","partial_function_name","success_response_body","roles","dynamic_resource_doc_id","summary","request_url","description","method_body","error_response_bodies"],"properties":{"error_response_bodies":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"success_response_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","hobby","my_user_id","age","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"my_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example_request_body":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","age","hobby","_optional_fields_"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"age":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hobby":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"_optional_fields_":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_resource_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"partial_function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"tags":{"type":"string"},"request_verb":{"type":"string"},"example_request_body":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"bank_id":{"type":"string"},"partial_function_name":{"type":"string"},"success_response_body":{"type":"object","properties":{"name":{"type":"string"},"hobby":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"my_user_id":{"type":"string"},"age":{"type":"integer"},"_optional_fields_":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}},"roles":{"type":"string"},"dynamic_resource_doc_id":{"type":"string"},"summary":{"type":"string"},"request_url":{"type":"string"},"description":{"type":"string"},"method_body":{"type":"string"},"error_response_bodies":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/users/{provider}/{providerid}/sync":{"post":{"tags":["User"],"summary":"Sync User","description":"<p>The endpoint is used to create or sync an OBP User with User from an external identity provider.<br />\nPROVIDER is the host of the provider e.g. a Keycloak Host.<br />\nPROVIDER_ID is the unique identifier for the User at the PROVIDER.<br />\nAt the end of the process, a User will exist in OBP with the Account Access records defined by the CBS.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#provider\">PROVIDER</a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\">PROVIDER_ID</a>:</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#duration_time\"><strong>duration_time</strong></a>: 60</p>\n","operationId":"OBPv5.1.0-syncExternalUser","parameters":[{"name":"provider","in":"path","description":"The PROVIDER identifier","required":true,"schema":{"type":"string"}},{"name":"providerid","in":"path","description":"The PROVIDERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["duration_time"],"properties":{"duration_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"duration_time":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/address":{"post":{"tags":["Customer"],"summary":"Create Address","description":"<p>Create an Address for a Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#customer_address_id\"><strong>customer_address_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv3.1.0-createCustomerAddress","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","tags","postcode","line_1","line_2","line_3","state","status","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"city":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"status":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","customer_id","tags","postcode","line_1","line_2","line_3","customer_address_id","state","status","insert_date","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_address_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"city":{"type":"string"},"customer_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"customer_address_id":{"type":"string"},"state":{"type":"string"},"status":{"type":"string"},"insert_date":{"type":"string","format":"date-time"},"country_code":{"type":"string"},"county":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/currencies":{"get":{"tags":["FX"],"summary":"Get Currencies at a Bank","description":"<p>Get Currencies specified by BANK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>alphanumeric_code</strong></a>: alphanumeric_code</p>\n<p><a href=\"/glossary#\"><strong>currencies</strong></a>: currencies</p>\n","operationId":"OBPv5.1.0-getCurrenciesAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currencies"],"properties":{"currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["alphanumeric_code"],"properties":{"alphanumeric_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"currencies":{"type":"array","items":{"type":"object","properties":{"alphanumeric_code":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.1.0/banks/{bankid}/transaction-request-types":{"get":{"tags":["Transaction-Request","Bank"],"summary":"Get Transaction Request Types at Bank","description":"<p>Get the list of the Transaction Request Types supported by the bank.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>transaction_request_type</strong></a>: SEPA</p>\n<p><a href=\"/glossary#transaction_request_types\"><strong>transaction_request_types</strong></a>:</p>\n","operationId":"OBPv2.1.0-getTransactionRequestTypesSupportedByBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_request_types"],"properties":{"transaction_request_types":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_request_type"],"properties":{"transaction_request_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"transaction_request_types":{"type":"array","items":{"type":"object","properties":{"transaction_request_type":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{simple}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (SIMPLE)","description":"<p>Special instructions for SIMPLE:</p>\n<p>You can transfer money to the Bank Account Number or IBAN directly.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">SIMPLE</a>: SIMPLE</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#future_date\">future_date</a>: 20200127</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestSimple","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"simple","in":"path","description":"The SIMPLE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["future_date","value","charge_policy","description","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["other_account_routing_address","description","other_bank_routing_scheme","other_account_secondary_routing_address","name","other_account_routing_scheme","other_bank_routing_address","other_branch_routing_scheme","other_account_secondary_routing_scheme","other_branch_routing_address"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"description":{"type":"string"},"to":{"type":"object","properties":{"other_account_routing_address":{"type":"string"},"description":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"name":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"other_branch_routing_address":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/my/mtls/certificate/current":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Provide client's certificate info of a current call","description":"<p>Provide client's certificate info of a current call specified by PSD2-CERT value at Request Header</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-mtlsClientCertificateInfo","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/transactions/{transactionid}/attributes/{attributeid}":{"get":{"tags":["Transaction","Transaction-Attribute","Attribute"],"summary":"Get Transaction Attribute By Id","description":"<p>Get Transaction Attribute By Id</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Adapter.card_attribute_id\">ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>transaction_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getTransactionAttributeById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}},{"name":"attributeid","in":"path","description":"The ATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_attribute_id","name","type","value"],"properties":{"transaction_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"transaction_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/direct-debit":{"post":{"tags":["Direct-Debit","Account"],"summary":"Create Direct Debit","description":"<p>Create direct debit for an account.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\">date_expires</a>: 2021-01-27</p>\n<p><a href=\"/glossary#\">date_signed</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#active\"><strong>active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_cancelled</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_expires</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_signed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#direct_debit_id\"><strong>direct_debit_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-createDirectDebit","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_expires","date_starts","customer_id","counterparty_id","date_signed","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_expires":{"type":"string","format":"date-time"},"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"counterparty_id":{"type":"string"},"date_signed":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_starts","customer_id","active","bank_id","counterparty_id","date_signed","direct_debit_id","date_expires","date_cancelled","account_id","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_cancelled":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"direct_debit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"active":{"type":"boolean"},"bank_id":{"type":"string"},"counterparty_id":{"type":"string"},"date_signed":{"type":"string","format":"date-time"},"direct_debit_id":{"type":"string"},"date_expires":{"type":"string","format":"date-time"},"date_cancelled":{"type":"string","format":"date-time"},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/banks/{bankid}/dynamic-entities/{dynamicentityid}/backup":{"post":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Backup Bank Level Dynamic Entity","description":"<p>Create a backup copy of a bank level DynamicEntity specified by DYNAMIC_ENTITY_ID.</p>\n<p>This endpoint creates a backup of the dynamic entity definition and all its data records.<br />\nThe backup entity will be named with a _BAK suffix (e.g. my_entity_BAK).<br />\nIf a backup with that name already exists, _BAK2, _BAK3 etc. will be used.</p>\n<p>The calling user will be granted CanGetDynamicEntity_<code>&lt;BackupEntityName&gt;</code> on the newly created backup entity.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-backupBankLevelDynamicEntity","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entity_id","has_community_access","bank_id","entity_name","personal_requires_role","user_id","has_public_access","schema","has_personal_entity"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"bank_id":{"type":"string"},"entity_name":{"type":"string"},"personal_requires_role":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"},"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}}}}}},"has_personal_entity":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/{accountid}/permissions/{provider}/{providerid}":{"get":{"tags":["View-Custom","Account","User"],"summary":"Get Account access for User","description":"<p>Returns the list of the views at BANK_ID for account ACCOUNT_ID that a user identified by PROVIDER_ID at their provider PROVIDER has access to.<br />\nAll url parameters must be <a href=\"http://en.wikipedia.org/wiki/Percent-encoding\">%-encoded</a>, which is often especially relevant for USER_ID and PROVIDER.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The user needs to have access to the owner view.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#provider\">PROVIDER</a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\">PROVIDER_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv3.0.0-getPermissionForUserForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"provider","in":"path","description":"The PROVIDER identifier","required":true,"schema":{"type":"string"}},{"name":"providerid","in":"path","description":"The PROVIDERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views"],"properties":{"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"views":{"type":"array","items":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/consumer/consent-requests/{consentrequestid}/{sms}/consents":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent By CONSENT_REQUEST_ID (SMS)","description":"<p>This endpoint continues the process of creating a Consent. It starts the SCA flow which changes the status of the consent from INITIATED to ACCEPTED or REJECTED.</p>\n<p>Please note that the Consent you are creating cannot exceed the entitlements that the User creating this consents already has.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_request_id\">CONSENT_REQUEST_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#sms\">SMS</a>:</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">account_access</a>: account_access</p>\n<p><a href=\"/glossary#consent_request_id\">consent_request_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n","operationId":"OBPv5.0.0-createConsentByConsentRequestIdSms","parameters":[{"name":"consentrequestid","in":"path","description":"The CONSENTREQUESTID identifier","required":true,"schema":{"type":"string"}},{"name":"sms","in":"path","description":"The SMS identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access","consent_request_id","consent_id","status","jwt"],"properties":{"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_access":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}},"consent_request_id":{"type":"string"},"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata/corporate_location":{"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update Counterparty Corporate Location","description":"<p>Update the geolocation of the counterparty's registered address</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyCorporateLocation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["corporate_location"],"properties":{"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add Corporate Location to Counterparty","description":"<p>Add the geolocation of the counterparty's registered address</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyCorporateLocation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["corporate_location"],"properties":{"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete Counterparty Corporate Location","description":"<p>Delete corporate location of other bank account. Delete the geolocation of the counterparty's registered address</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyCorporateLocation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata/more_info":{"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update Counterparty More Info","description":"<p>Update the more info description of the counter party from the perpestive of the account e.g. My dentist</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyMoreInfo","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["more_info"],"properties":{"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"more_info":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add Counterparty More Info","description":"<p>Add a description of the counter party from the perpestive of the account e.g. My dentist</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyMoreInfo","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["more_info"],"properties":{"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"more_info":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete more info of other bank account","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyMoreInfo","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata/url":{"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update url of other bank account","description":"<p>A url which represents the counterparty (home page url etc.)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"URL":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add url to other bank account","description":"<p>A url which represents the counterparty (home page url etc.)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["URL"],"properties":{"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"URL":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete url of other bank account","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/config-props":{"get":{"tags":["API"],"summary":"Get Config Props","description":"<p>Get the configuration properties (non-WebUI) and their runtime values.</p>\n<p>This endpoint reads all property keys from the sample.props.template file<br />\n(excluding webui_ properties) and returns their current runtime values.</p>\n<p>Sensitive properties (containing password, secret, passphrase, credential, token_secret)<br />\nwill have their values masked as ****.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv6.0.0-getConfigProps","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["config_props"],"properties":{"config_props":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"config_props":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/consumers/{consumerid}":{"get":{"tags":["Consumer"],"summary":"Get Consumer","description":"<p>Get the Consumer specified by CONSUMER_ID.</p>\n<p>This endpoint returns all consumer fields including:<br />\n- Basic info: consumer_id, app_name, app_type, description, developer_email, company<br />\n- OAuth: consumer_key, redirect_url<br />\n- Status: enabled, created<br />\n- Certificate: certificate_pem, certificate_info (subject, issuer, validity dates, PSD2 roles)<br />\n- Branding: logo_url<br />\n- Creator: created_by_user details<br />\n- Rate limits: active_rate_limits showing current rate limiting configuration<br />\n- Call counters: call_counters showing current API call usage from Redis</p>\n<p>Note: consumer_secret is never returned for security reasons.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>active_at_date</strong></a>: active_at_date</p>\n<p><a href=\"/glossary#\"><strong>active_per_day_rate_limit</strong></a>: active_per_day_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_hour_rate_limit</strong></a>: active_per_hour_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_minute_rate_limit</strong></a>: active_per_minute_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_month_rate_limit</strong></a>: active_per_month_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_second_rate_limit</strong></a>: active_per_second_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_week_rate_limit</strong></a>: active_per_week_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_rate_limits</strong></a>: active_rate_limits</p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>call_counters</strong></a>: call_counters</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>considered_rate_limit_ids</strong></a>: considered_rate_limit_ids</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#105;&#108;&#x74;&#111;&#58;fe&#108;ixsm&#x69;&#116;&#x68;&#64;e&#120;amp&#x6c;&#x65;.&#99;&#x6f;&#109;\">&#102;e&#108;i&#x78;&#x73;m&#x69;&#116;&#x68;&#x40;e&#x78;&#97;m&#x70;&#x6c;&#x65;&#46;&#x63;&#x6f;m</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#per_day\"><strong>per_day</strong></a>: 4000</p>\n<p><a href=\"/glossary#per_hour\"><strong>per_hour</strong></a>:</p>\n<p><a href=\"/glossary#per_minute\"><strong>per_minute</strong></a>:</p>\n<p><a href=\"/glossary#per_month\"><strong>per_month</strong></a>: 500</p>\n<p><a href=\"/glossary#per_second\"><strong>per_second</strong></a>: 1000</p>\n<p><a href=\"/glossary#per_week\"><strong>per_week</strong></a>: 50000</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#calls_made\">calls_made</a>: 50</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#reset_in_seconds\">reset_in_seconds</a>:</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv6.0.0-getConsumer","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","call_counters","app_type","active_rate_limits","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_rate_limits":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["active_per_minute_rate_limit","active_per_hour_rate_limit","active_per_day_rate_limit","active_per_second_rate_limit","considered_rate_limit_ids","active_at_date","active_per_week_rate_limit","active_per_month_rate_limit"],"properties":{"active_at_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"active_per_second_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_day_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_week_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"considered_rate_limit_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"active_per_minute_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_month_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_hour_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"call_counters":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["per_month","per_hour","per_week","per_second","per_minute","per_day"],"properties":{"per_week":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_second":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_month":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_day":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_minute":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_hour":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"call_counters":{"type":"object","properties":{"per_month":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_hour":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_week":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_second":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_minute":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_day":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}}}},"app_type":{"type":"string"},"active_rate_limits":{"type":"object","properties":{"active_per_minute_rate_limit":{"type":"integer"},"active_per_hour_rate_limit":{"type":"integer"},"active_per_day_rate_limit":{"type":"integer"},"active_per_second_rate_limit":{"type":"integer"},"considered_rate_limit_ids":{"type":"array","items":{"type":"string"}},"active_at_date":{"type":"string","format":"date-time"},"active_per_week_rate_limit":{"type":"integer"},"active_per_month_rate_limit":{"type":"integer"}}},"app_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata/image_url":{"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update Counterparty Image Url","description":"<p>Update the url that points to the logo of the counterparty</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyImageUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL"],"properties":{"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"image_URL":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add image url to other bank account","description":"<p>Add a url that points to the logo of the counterparty</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyImageUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL"],"properties":{"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"image_URL":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete Counterparty Image URL","description":"<p>Delete image url of other bank account</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyImageUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}}}},"/obp/v3.0.0/my/entitlement-requests":{"get":{"tags":["Role","Entitlement","User"],"summary":"Get Entitlement Requests for the current User","description":"<p>Get Entitlement Requests for the current User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;i&#108;t&#x6f;&#x3a;&#102;&#x65;&#x6c;&#105;&#x78;&#115;&#x6d;&#x69;&#116;&#x68;&#64;e&#x78;a&#x6d;p&#x6c;&#x65;&#46;&#x63;&#x6f;m\">&#102;&#x65;&#108;&#x69;&#120;sm&#105;t&#x68;&#64;&#x65;xa&#x6d;&#112;&#108;&#101;&#46;&#99;&#111;&#109;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_request_id\"><strong>entitlement_request_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlement_requests\"><strong>entitlement_requests</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n","operationId":"OBPv3.0.0-getEntitlementRequestsForCurrentUser","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_requests"],"properties":{"entitlement_requests":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_request_id","role_name","bank_id","user","created"],"properties":{"entitlement_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlement_requests":{"type":"array","items":{"type":"object","properties":{"entitlement_request_id":{"type":"string"},"role_name":{"type":"string"},"bank_id":{"type":"string"},"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"user_id":{"type":"string"}}},"created":{"type":"string","format":"date-time"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/account-access/grant":{"post":{"tags":["Account-Access","View-Custom","Account","User","OwnerViewRequired"],"summary":"Grant User access to View","description":"<p>Grants the User identified by USER_ID access to the view on a bank account identified by VIEW_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>Permission Requirements:</strong><br />\nThe requesting user must have access to the source VIEW_ID and must possess specific grant permissions:</p>\n<p><strong>For System Views (e.g., owner, accountant, auditor, public etc.):</strong><br />\n- The user's current view must have the target view listed in its <code>canGrantAccessToViews</code> field<br />\n- Example: If granting access to &quot;accountant&quot; view, the user's view must include &quot;accountant&quot; in <code>canGrantAccessToViews</code></p>\n<p><strong>For Custom Views (account-specific views):</strong><br />\n- The user's current view must have the <code>can_grant_access_to_custom_views</code> permission in its <code>allowed_actions</code> field<br />\n- This permission allows granting access to any custom view on the account</p>\n<p><strong>Security Checks Performed:</strong><br />\n1. User authentication validation<br />\n2. JSON format validation (USER_ID and VIEW_ID required)<br />\n3. Permission authorization via <code>APIUtil.canGrantAccessToView()</code><br />\n4. Target user existence verification<br />\n5. Target view existence and type validation (system vs custom)<br />\n6. Final access grant operation in database</p>\n<p><strong>Final Database Operation:</strong><br />\nThe system creates an <code>AccountAccess</code> record linking the user to the view if one doesn't already exist.<br />\nThis operation includes:<br />\n- Duplicate check: Prevents creating duplicate access records (idempotent operation)<br />\n- Public view restriction: Blocks access to public views if disabled instance-wide<br />\n- Database constraint validation: Ensures referential integrity</p>\n<p><strong>Note:</strong> The permission model ensures users can only delegate access rights they themselves possess or are explicitly authorized to grant.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv5.1.0-grantUserAccessToViewById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["view_id","user_id"],"properties":{"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"view_id":{"type":"string"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/json-schema-validations":{"get":{"tags":["JSON-Schema-Validation"],"summary":"Get all JSON Schema Validations","description":"<p>Get all JSON Schema Validations.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>$schema</strong></a>: $schema</p>\n<p><a href=\"/glossary#\"><strong>additionalProperties</strong></a>: additionalProperties</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#\"><strong>json_schema</strong></a>: json_schema</p>\n<p><a href=\"/glossary#\"><strong>maxLength</strong></a>: maxLength</p>\n<p><a href=\"/glossary#\"><strong>minLength</strong></a>: minLength</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>xxx_id</strong></a>: xxx_id</p>\n","operationId":"OBPv4.0.0-getAllJsonSchemaValidations","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema_validations"],"properties":{"json_schema_validations":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["json_schema","operation_id"],"properties":{"json_schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","required","$schema","description","type","properties","additionalProperties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["xxx_id"],"properties":{"xxx_id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","maxLength","type","examples"],"properties":{"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"additionalProperties":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"$schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"json_schema_validations":{"type":"array","items":{"type":"object","properties":{"json_schema":{"type":"object","properties":{"title":{"type":"string"},"required":{"type":"array","items":{"type":"string"}},"$schema":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"properties":{"type":"object","properties":{"xxx_id":{"type":"object","properties":{"minLength":{"type":"integer"},"maxLength":{"type":"integer"},"type":{"type":"string"},"examples":{"type":"array","items":{"type":"string"}}}}}},"additionalProperties":{"type":"boolean"}}},"operation_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/management/metrics/banks/{bankid}":{"get":{"tags":["Metric","API"],"summary":"Get Metrics at Bank","description":"<p>Get the all metrics at the Bank specified by BANK_ID</p>\n<p>require CanReadMetrics role</p>\n<p>Filters Part 1.<em>filtering</em> (no wilde cards etc.) parameters to GET /management/metrics</p>\n<p>Should be able to filter on the following metrics fields</p>\n<p>eg: /management/metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z&amp;limit=50&amp;offset=2</p>\n<p>1 from_date (defaults to one week before current date): eg:from_date=1100-01-01T01:01:01.000Z</p>\n<p>2 to_date (defaults to current date) eg:to_date=1100-01-01T01:01:01.000Z</p>\n<p>3 limit (for pagination: defaults to 50)  eg:limit=200</p>\n<p>4 offset (for pagination: zero index, defaults to 0) eg: offset=10</p>\n<p>5 sort_by (defaults to date field) eg: sort_by=date<br />\npossible values:<br />\n&quot;url&quot;,<br />\n&quot;date&quot;,<br />\n&quot;user_name&quot;,<br />\n&quot;app_name&quot;,<br />\n&quot;developer_email&quot;,<br />\n&quot;implemented_by_partial_function&quot;,<br />\n&quot;implemented_in_version&quot;,<br />\n&quot;consumer_id&quot;,<br />\n&quot;verb&quot;</p>\n<p>6 direction (defaults to date desc) eg: direction=desc</p>\n<p>eg: /management/metrics?from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:<a href=\"m&#x61;&#x69;l&#116;&#x6f;&#x3a;01&#46;&#48;&#48;&#x30;&#90;&amp;&#x6c;&#105;&#109;i&#116;&#x3d;10&#48;00&#38;&#x6f;&#x66;&#102;s&#x65;&#x74;&#61;&#48;&#x26;&#x61;&#110;&#x6f;n=&#x66;&#x61;&#108;&#115;e&#x26;&#x61;&#112;&#x70;&#x5f;&#110;&#97;&#x6d;&#101;&#61;&#84;&#x65;&#97;&#x74;Ap&#x70;&#38;&#105;m&#x70;&#x6c;e&#109;&#x65;&#110;&#116;&#x65;&#x64;&#x5f;i&#110;_v&#x65;&#x72;&#x73;&#x69;&#x6f;&#x6e;&#61;&#x76;2.&#49;.&#48;&#x26;&#118;e&#x72;&#98;=&#x50;&#x4f;&#83;T&amp;&#117;&#x73;&#x65;&#x72;&#95;&#105;d&#x3d;&#99;&#55;b&#x36;c&#98;&#52;&#55;&#45;&#99;&#98;&#57;&#x36;&#45;4&#52;4&#49;-&#x38;&#56;&#x30;&#49;&#45;&#51;&#53;&#98;&#53;&#55;&#x34;5&#x36;&#x37;&#x35;&#x33;&#97;&#38;u&#115;&#x65;&#x72;&#x5f;&#x6e;&#x61;&#109;&#101;&#x3d;&#115;u&#115;&#97;n&#x2e;u&#107;&#46;&#50;&#57;&#x40;&#x65;x&#97;&#x6d;&#112;&#x6c;&#101;&#x2e;&#99;o&#x6d;\">&#x30;&#49;&#x2e;&#x30;&#48;&#48;Z&#x26;&#x6c;&#x69;&#109;&#105;t=&#49;&#x30;&#48;&#x30;&#x30;&#x26;o&#x66;&#102;s&#101;&#x74;&#61;&#x30;&#x26;&#97;&#x6e;o&#x6e;&#61;fa&#108;&#115;e&amp;&#x61;&#112;&#x70;&#x5f;n&#97;&#109;&#x65;&#61;&#84;ea&#116;&#65;&#x70;&#x70;&#x26;i&#109;&#112;&#x6c;&#101;m&#x65;&#x6e;ted&#x5f;&#105;n&#95;&#118;er&#x73;&#x69;o&#110;&#x3d;v2&#46;&#x31;&#x2e;&#x30;&#38;&#x76;&#101;&#114;&#98;&#x3d;&#x50;&#x4f;&#83;&#x54;&#x26;&#117;s&#x65;&#x72;&#95;&#x69;d=&#99;7&#x62;&#x36;&#x63;&#x62;&#x34;&#x37;&#x2d;c&#x62;&#x39;&#x36;-&#x34;&#x34;&#52;1&#45;&#56;&#x38;&#x30;&#x31;&#x2d;&#51;&#x35;b5&#x37;&#52;&#x35;&#54;&#x37;&#53;&#x33;&#x61;&#x26;&#117;&#x73;&#101;&#x72;&#95;&#x6e;&#x61;&#x6d;&#x65;=s&#117;&#x73;&#x61;&#110;&#46;&#x75;&#107;&#x2e;2&#57;@e&#x78;&#x61;&#109;&#112;&#x6c;e.&#99;&#111;&#109;</a>&amp;consumer_id=78</p>\n<p>Other filters:</p>\n<p>7 consumer_id  (if null ignore)</p>\n<p>8 user_id (if null ignore)</p>\n<p>9 anon (if null ignore) only support two value : true (return where user_id is null.) or false (return where user_id is not null.)</p>\n<p>10 url (if null ignore), note: can not contain '&amp;'.</p>\n<p>11 app_name (if null ignore)</p>\n<p>12 implemented_by_partial_function (if null ignore),</p>\n<p>13 implemented_in_version (if null ignore)</p>\n<p>14 verb (if null ignore)</p>\n<p>15 correlation_id (if null ignore)</p>\n<p>16 duration (if null ignore) non digit chars will be silently omitted</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>correlation_id</strong></a>: 1flssoftxq0cr1nssr68u0mioj</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#duration\"><strong>duration</strong></a>: 5.123</p>\n<p><a href=\"/glossary#implemented_by_partial_function\"><strong>implemented_by_partial_function</strong></a>:</p>\n<p><a href=\"/glossary#implemented_in_version\"><strong>implemented_in_version</strong></a>:</p>\n<p><a href=\"/glossary#metrics\"><strong>metrics</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>user_name</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#verb\"><strong>verb</strong></a>:</p>\n","operationId":"OBPv5.0.0-getMetricsAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metrics"],"properties":{"metrics":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["app_name","implemented_in_version","developer_email","consumer_id","verb","implemented_by_partial_function","date","user_name","url","duration","correlation_id","user_id"],"properties":{"duration":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"implemented_in_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"correlation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"implemented_by_partial_function":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"verb":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"metrics":{"type":"array","items":{"type":"object","properties":{"app_name":{"type":"string"},"implemented_in_version":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"verb":{"type":"string"},"implemented_by_partial_function":{"type":"string"},"date":{"type":"string","format":"date-time"},"user_name":{"type":"string"},"url":{"type":"string"},"duration":{"type":"integer"},"correlation_id":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/consents/{consentid}":{"put":{"tags":["Consent","Account Information Service (AIS)"],"summary":"Update Consent Status","description":"<p>This endpoint is used to update the Status of Consent.</p>\n<p>Each Consent has one of the following states: INITIATED, ACCEPTED, REJECTED, rejected, REVOKED, EXPIRED, received, valid, revokedByPsu, expired, terminatedByTpp, AUTHORISED, AWAITINGAUTHORISATION.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-updateConsentStatus","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/consents/{consentid}":{"delete":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Revoke Consent at Bank","description":"<p>Revoke Consent specified by CONSENT_ID</p>\n<p>There are a few reasons you might need to revoke an application’s access to a user’s account:<br />\n- The user explicitly wishes to revoke the application’s access<br />\n- You as the service provider have determined an application is compromised or malicious, and want to disable it<br />\n- etc.</p>\n<p>OBP as a resource server stores access tokens in a database, then it is relatively easy to revoke some token that belongs to a particular user.<br />\nThe status of the token is changed to &quot;REVOKED&quot; so the next time the revoked client makes a request, their token will fail to validate.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-revokeConsentAtBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/dynamic-entities/reference-types":{"get":{"tags":["Dynamic-Entity","API"],"summary":"Get Reference Types for Dynamic Entities","description":"<p>Get a list of all available reference types that can be used in Dynamic Entity field definitions.</p>\n<p>Reference types allow Dynamic Entity fields to reference other entities (similar to foreign keys).<br />\nThis endpoint returns both:<br />\n* <strong>Static reference types</strong> - Built-in reference types for core OBP entities (e.g., Customer, Account, Transaction)<br />\n* <strong>Dynamic reference types</strong> - Reference types for Dynamic Entities that have been created</p>\n<p>Each reference type includes:<br />\n* <code>type_name</code> - The full reference type string to use in entity definitions (e.g., &quot;reference:Customer&quot;)<br />\n* <code>example_value</code> - An example value showing the correct format<br />\n* <code>description</code> - Description of what the reference type represents</p>\n<p><strong>Use Case:</strong><br />\nWhen creating a Dynamic Entity with a field that references another entity, you need to know:<br />\n1. What reference types are available<br />\n2. The correct format for the type name<br />\n3. The correct format for example values</p>\n<p>This endpoint provides all that information.</p>\n<p><strong>Example Usage:</strong><br />\nIf you want to create a Dynamic Entity with a field that references a Customer, you would:<br />\n1. Call this endpoint to see that &quot;reference:Customer&quot; is available<br />\n2. Use it in your entity definition like:</p>\n<pre><code class=\"language-json\">{\n  &quot;customer_id&quot;: {\n    &quot;type&quot;: &quot;reference:Customer&quot;,\n    &quot;example&quot;: &quot;a8770fca-3d1d-47af-b6d0-7a6c3f124388&quot;\n  }\n}\n</code></pre>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>Required Role:</strong> <code>CanGetDynamicEntityReferenceTypes</code></p>\n","operationId":"OBPv6.0.0-getReferenceTypes","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["reference_types"],"properties":{"reference_types":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_value","type_name","description"],"properties":{"example_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"reference_types":{"type":"array","items":{"type":"object","properties":{"example_value":{"type":"string"},"type_name":{"type":"string"},"description":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/account_ids/private":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Accounts at Bank (IDs only)","description":"<p>Returns only the list of accounts ids at BANK_ID that the user has access to.</p>\n<p>Each account must have at least one private View.</p>\n<p>For each account the API returns its account ID.</p>\n<p>If you want to see more information on the Views, use the Account Detail call.</p>\n<p>optional request parameters:</p>\n<ul>\n<li>account_type_filter: one or many accountType value, split by comma</li>\n<li>account_type_filter_operation: the filter type of account_type_filter, value must be INCLUDE or EXCLUDE</li>\n</ul>\n<p>whole url example:<br />\n/banks/BANK_ID/accounts/account_ids/private?account_type_filter=330,CURRENT+PLUS&amp;account_type_filter_operation=INCLUDE</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n","operationId":"OBPv3.0.0-getPrivateAccountIdsbyBankId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/custom-views":{"get":{"tags":["View-Custom","View-System"],"summary":"Get Custom Views","description":"<p>Get all custom views.</p>\n<p>Custom views are user-created views with names starting with underscore (_), such as:<br />\n- _work<br />\n- _personal<br />\n- _audit</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n","operationId":"OBPv6.0.0-getCustomViews","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views"],"properties":{"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}},"example":{"type":"object","properties":{"views":{"type":"object","properties":{}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/addresses/{customeraddressid}":{"put":{"tags":["Customer"],"summary":"Update the Address of a Customer","description":"<p>Update an Address of the Customer specified by CUSTOMER_ADDRESS_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#customer_address_id\">CUSTOMER_ADDRESS_ID</a>:</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#customer_address_id\"><strong>customer_address_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv3.1.0-updateCustomerAddress","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"customeraddressid","in":"path","description":"The CUSTOMERADDRESSID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","tags","postcode","line_1","line_2","line_3","state","status","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"city":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"status":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","customer_id","tags","postcode","line_1","line_2","line_3","customer_address_id","state","status","insert_date","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_address_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"city":{"type":"string"},"customer_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"customer_address_id":{"type":"string"},"state":{"type":"string"},"status":{"type":"string"},"insert_date":{"type":"string","format":"date-time"},"country_code":{"type":"string"},"county":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Customer","KYC"],"summary":"Delete Customer Address","description":"<p>Delete an Address of the Customer specified by CUSTOMER_ADDRESS_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#customer_address_id\">CUSTOMER_ADDRESS_ID</a>:</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteCustomerAddress","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"customeraddressid","in":"path","description":"The CUSTOMERADDRESSID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.1.0/sandbox/data-import":{"post":{"tags":["Sandbox"],"summary":"Create sandbox","description":"<p>Import bulk data into the sandbox (Authenticated access).</p>\n<p>This call can be used to create banks, users, accounts and transactions which are stored in the local RDBMS.</p>\n<p>The user needs to have CanCreateSandbox entitlement.</p>\n<p>Note: This is a monolithic call. You could also use a combination of endpoints including create bank, create user, create account and create transaction request to create similar data.</p>\n<p>An example of an import set of data (json) can be found <a href=\"https://raw.githubusercontent.com/OpenBankProject/OBP-API/develop/obp-api/src/main/scala/code/api/sandbox/example_data/2016-04-28/example_import.json\">here</a><br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>IBAN</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#actual_date\"><strong>actual_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#atms\"><strong>atms</strong></a>:</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#Bank\"><strong>bank</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#banks\"><strong>banks</strong></a>:</p>\n<p><a href=\"/glossary#branches\"><strong>branches</strong></a>:</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#channel\"><strong>channel</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#code\"><strong>code</strong></a>: 125</p>\n<p><a href=\"/glossary#completed\"><strong>completed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#crm_events\"><strong>crm_events</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#detail\"><strong>detail</strong></a>:</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;ail&#x74;&#x6f;&#58;&#x66;&#101;l&#x69;x&#115;&#x6d;&#x69;&#116;&#104;@&#x65;&#120;&#97;m&#112;&#x6c;&#101;&#46;&#x63;&#x6f;&#x6d;\">fe&#108;&#105;&#x78;&#x73;&#x6d;&#105;t&#104;&#64;e&#x78;&#x61;&#x6d;p&#108;&#x65;&#x2e;c&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#family\"><strong>family</strong></a>:</p>\n<p><a href=\"/glossary#full_name\"><strong>full_name</strong></a>: full name string</p>\n<p><a href=\"/glossary#generate_accountants_view\"><strong>generate_accountants_view</strong></a>:</p>\n<p><a href=\"/glossary#generate_auditors_view\"><strong>generate_auditors_view</strong></a>:</p>\n<p><a href=\"/glossary#generate_public_view\"><strong>generate_public_view</strong></a>:</p>\n<p><a href=\"/glossary#hours\"><strong>hours</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#logo\"><strong>logo</strong></a>: logo url</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#new_balance\"><strong>new_balance</strong></a>: 20</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>password</strong></a>: password</p>\n<p><a href=\"/glossary#post_code\"><strong>post_code</strong></a>: 789</p>\n<p><a href=\"/glossary#posted\"><strong>posted</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#products\"><strong>products</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#super_family\"><strong>super_family</strong></a>:</p>\n<p><a href=\"/glossary#this_account\"><strong>this_account</strong></a>:</p>\n<p><a href=\"/glossary#transactions\"><strong>transactions</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_name</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#users\"><strong>users</strong></a>: user list</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#website\"><strong>website</strong></a>: <a href=\"http://www.openbankproject.com\">www.openbankproject.com</a></p>\n<p><a href=\"/glossary#\">account_number</a>: 546387432</p>\n<p><a href=\"/glossary#counterparty\">counterparty</a>:</p>\n<p><a href=\"/glossary#driveup\">driveUp</a>:</p>\n<p><a href=\"/glossary#lobby\">lobby</a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv2.1.0-sandboxDataImport","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts","branches","transactions","products","atms","crm_events","users","banks"],"properties":{"crm_events":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["channel","actual_date","bank_id","customer","category","id","detail"],"properties":{"channel":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","name"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"detail":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"actual_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}},"users":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","user_name","password"],"properties":{"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"password":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"products":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["family","name","category","bank_id","super_family","meta","code","more_info_url"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"super_family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"family":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"banks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["full_name","short_name","logo","website","id"],"properties":{"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branches":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","location","address","driveUp","lobby","bank_id","meta","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"driveUp":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["hours"],"properties":{"hours":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"lobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["hours"],"properties":{"hours":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["line_2","county","line_3","state","country_code","post_code","line_1","city"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"post_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"transactions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","this_account","details"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["id","bank"],"properties":{"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","new_balance","type","completed","posted","description"],"properties":{"new_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"completed":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"posted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["IBAN","generate_accountants_view","owners","generate_public_view","bank","id","generate_auditors_view","label","number","balance","type"],"properties":{"generate_auditors_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"IBAN":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["amount","currency"],"properties":{"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"generate_accountants_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"generate_public_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"atms":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","location","address","bank_id","meta","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["line_2","county","line_3","state","country_code","post_code","line_1","city"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"post_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"IBAN":{"type":"string"},"generate_accountants_view":{"type":"boolean"},"owners":{"type":"array","items":{"type":"string"}},"generate_public_view":{"type":"boolean"},"bank":{"type":"string"},"id":{"type":"string"},"generate_auditors_view":{"type":"boolean"},"label":{"type":"string"},"number":{"type":"string"},"balance":{"type":"object","properties":{"amount":{"type":"string"},"currency":{"type":"string"}}},"type":{"type":"string"}}}},"branches":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"address":{"type":"object","properties":{"line_2":{"type":"string"},"county":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"post_code":{"type":"string"},"line_1":{"type":"string"},"city":{"type":"string"}}},"driveUp":{"type":"object","properties":{"hours":{"type":"string"}}},"lobby":{"type":"object","properties":{"hours":{"type":"string"}}},"bank_id":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"id":{"type":"string"}}}},"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"this_account":{"type":"object","properties":{"id":{"type":"string"},"bank":{"type":"string"}}},"details":{"type":"object","properties":{"value":{"type":"string"},"new_balance":{"type":"string"},"type":{"type":"string"},"completed":{"type":"string"},"posted":{"type":"string"},"description":{"type":"string"}}}}}},"products":{"type":"array","items":{"type":"object","properties":{"family":{"type":"string"},"name":{"type":"string"},"category":{"type":"string"},"bank_id":{"type":"string"},"super_family":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"code":{"type":"string"},"more_info_url":{"type":"string"}}}},"atms":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"address":{"type":"object","properties":{"line_2":{"type":"string"},"county":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"post_code":{"type":"string"},"line_1":{"type":"string"},"city":{"type":"string"}}},"bank_id":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"id":{"type":"string"}}}},"crm_events":{"type":"array","items":{"type":"object","properties":{"channel":{"type":"string"},"actual_date":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"customer":{"type":"object","properties":{"number":{"type":"string"},"name":{"type":"string"}}},"category":{"type":"string"},"id":{"type":"string"},"detail":{"type":"string"}}}},"users":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string"},"user_name":{"type":"string"},"password":{"type":"string"}}}},"banks":{"type":"array","items":{"type":"object","properties":{"full_name":{"type":"string"},"short_name":{"type":"string"},"logo":{"type":"string"},"website":{"type":"string"},"id":{"type":"string"}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{accountotp}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (ACCOUNT_OTP)","description":"<p>When using ACCOUNT, the payee is set in the request body.</p>\n<p>Money goes into the BANK_ID and ACCOUNT_ID specified in the request body.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_otp\">ACCOUNT_OTP</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestAccountOtp","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"accountotp","in":"path","description":"The ACCOUNTOTP identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","description","value"],"properties":{"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products/{productcode}/attribute":{"post":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Create Product Attribute","description":"<p>Create Product Attribute</p>\n<p>Product Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Product Attribute is linked to its Product by PRODUCT_CODE</p>\n<p>Typical product attributes might be:</p>\n<p>ISIN (for International bonds)<br />\nVKN (for German bonds)<br />\nREDCODE (markit short code for credit derivative)<br />\nLOAN_ID (e.g. used for Anacredit reporting)</p>\n<p>ISSUE_DATE (When the bond was issued in the market)<br />\nMATURITY_DATE (End of life time of a product)<br />\nTRADABLE</p>\n<p>See <a href=\"http://www.fpml.org/\">FPML</a> for more examples.</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_attribute_id\"><strong>product_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv4.0.0-createProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","name","is_active"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","product_attribute_id","bank_id","type","name","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/system-views":{"get":{"tags":["View-System","View-Custom"],"summary":"Get System Views","description":"<p>Get all system views.</p>\n<p>System views are predefined views that apply to all accounts, such as:<br />\n- owner<br />\n- accountant<br />\n- auditor<br />\n- standard</p>\n<p>Each view is returned with an <code>allowed_actions</code> array containing all permissions for that view.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allowed_actions\"><strong>allowed_actions</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>can_grant_access_to_views</strong></a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#\"><strong>can_revoke_access_to_views</strong></a>: can_revoke_access_to_views</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv6.0.0-getSystemViews","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views"],"properties":{"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["short_name","is_firehose","allowed_actions","hide_metadata_if_alias_used","is_system","is_public","metadata_view","view_id","can_revoke_access_to_views","can_grant_access_to_views","alias","description"],"properties":{"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_firehose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"views":{"type":"array","items":{"type":"object","properties":{"short_name":{"type":"string"},"is_firehose":{"type":"boolean"},"allowed_actions":{"type":"array","items":{"type":"string"}},"hide_metadata_if_alias_used":{"type":"boolean"},"is_system":{"type":"boolean"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"view_id":{"type":"string"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"alias":{"type":"string"},"description":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata/open_corporates_url":{"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update Open Corporates Url of Counterparty","description":"<p>Update open corporate url of other bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyOpenCorporatesUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["open_corporates_URL"],"properties":{"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"open_corporates_URL":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add Open Corporates URL to Counterparty","description":"<p>Add open corporates url to other bank account</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyOpenCorporatesUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["open_corporates_URL"],"properties":{"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"open_corporates_URL":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete Counterparty Open Corporates URL","description":"<p>Delete open corporate url of other bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyOpenCorporatesUrl","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/users/current":{"get":{"tags":["User"],"summary":"Get User (Current)","description":"<p>Get the logged in user</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#x69;&#108;&#116;o&#58;&#102;&#x65;&#108;&#x69;&#120;&#x73;&#109;i&#x74;&#x68;&#64;&#101;&#x78;&#97;&#109;&#x70;&#x6c;&#101;&#x2e;c&#x6f;&#109;\">f&#x65;&#x6c;&#105;&#x78;s&#x6d;&#105;&#x74;&#x68;&#64;&#101;x&#x61;&#x6d;&#112;&#x6c;e&#x2e;&#x63;&#x6f;m</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv6.0.0-getCurrentUser","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","entitlements","username","views","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/customers-minimal":{"get":{"tags":["Customer","User"],"summary":"Get Customers Minimal at Bank","description":"<p>Get Customers Minimal at Bank.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n","operationId":"OBPv5.0.0-getCustomersMinimalAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","bank_id"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"customer_id":{"type":"string"},"bank_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-message-docs/{dynamicmessagedocid}":{"get":{"tags":["Dynamic-Message-Doc"],"summary":"Get Bank Level Dynamic Message Doc","description":"<p>Get a Bank Level Dynamic Message Doc by DYNAMIC_MESSAGE_DOC_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">DYNAMIC_MESSAGE_DOC_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-getBankLevelDynamicMessageDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicmessagedocid","in":"path","description":"The DYNAMICMESSAGEDOCID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Dynamic-Message-Doc"],"summary":"Update Bank Level Dynamic Message Doc","description":"<p>Update a Bank Level Dynamic Message Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">DYNAMIC_MESSAGE_DOC_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#process\"><strong>process</strong></a>: obp.getBank</p>\n","operationId":"OBPv4.0.0-updateBankLevelDynamicMessageDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicmessagedocid","in":"path","description":"The DYNAMICMESSAGEDOCID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["example_outbound_message","outbound_topic","example_inbound_message","bank_id","inbound_topic","programming_lang","dynamic_message_doc_id","process","outbound_avro_schema","method_body","description","message_format","adapter_implementation","inbound_avro_schema"],"properties":{"adapter_implementation":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_inbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"process":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message_format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"programming_lang":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example_outbound_message":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_message_doc_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_avro_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_body":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"outbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"inbound_topic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"example_outbound_message":{"type":"object","properties":{}},"outbound_topic":{"type":"string"},"example_inbound_message":{"type":"object","properties":{}},"bank_id":{"type":"string"},"inbound_topic":{"type":"string"},"programming_lang":{"type":"string"},"dynamic_message_doc_id":{"type":"string"},"process":{"type":"string"},"outbound_avro_schema":{"type":"string"},"method_body":{"type":"string"},"description":{"type":"string"},"message_format":{"type":"string"},"adapter_implementation":{"type":"string"},"inbound_avro_schema":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Dynamic-Message-Doc"],"summary":"Delete Bank Level Dynamic Message Doc","description":"<p>Delete a Bank Level Dynamic Message Doc.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">DYNAMIC_MESSAGE_DOC_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteBankLevelDynamicMessageDoc","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"dynamicmessagedocid","in":"path","description":"The DYNAMICMESSAGEDOCID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/system-views":{"post":{"tags":["View-System"],"summary":"Create System View","description":"<p>Create a system view</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the CanCreateSystemView entitlement.</p>\n<p>The 'allowed_actions' field is a list containing the names of the actions allowed through this view.<br />\nAll the actions contained in the list will be set to <code>true</code> on the view creation, the rest will be set to <code>false</code>.</p>\n<p>The 'alias' field in the JSON can take one of three values:</p>\n<ul>\n<li><em>public</em>: to use the public alias if there is one specified for the other account.</li>\n<li><em>private</em>: to use the private alias if there is one specified for the other account.</li>\n<li><em>''(empty string)</em>: to use no alias; the view shows the real name of the other account.</li>\n</ul>\n<p>The 'hide_metadata_if_alias_used' field in the JSON can take boolean values. If it is set to <code>true</code> and there is an alias on the other account then the other accounts' metadata (like more_info, url, image_url, open_corporates_url, etc.) will be hidden. Otherwise the metadata will be shown.</p>\n<p>System views cannot be public. In case you try to set it you will get the error OBP-30258: System view cannot be public</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#allowed_actions\"><strong>allowed_actions</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#which_alias_to_use\"><strong>which_alias_to_use</strong></a>: public</p>\n<p><a href=\"/glossary#\">can_grant_access_to_views</a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#\">can_revoke_access_to_views</a>: can_revoke_access_to_views</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_comment\"><strong>can_add_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_add_corporate_location\"><strong>can_add_corporate_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_counterparty\"><strong>can_add_counterparty</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_image\"><strong>can_add_image</strong></a>:</p>\n<p><a href=\"/glossary#can_add_image_url\"><strong>can_add_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_more_info\"><strong>can_add_more_info</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_open_corporates_url\"><strong>can_add_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_physical_location\"><strong>can_add_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_add_private_alias\"><strong>can_add_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_public_alias\"><strong>can_add_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_add_tag\"><strong>can_add_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_any_account\"><strong>can_add_transaction_request_to_any_account</strong></a>:</p>\n<p><a href=\"/glossary#can_add_transaction_request_to_own_account\"><strong>can_add_transaction_request_to_own_account</strong></a>: false</p>\n<p><a href=\"/glossary#can_add_url\"><strong>can_add_url</strong></a>:</p>\n<p><a href=\"/glossary#can_add_where_tag\"><strong>can_add_where_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_create_direct_debit\"><strong>can_create_direct_debit</strong></a>: false</p>\n<p><a href=\"/glossary#can_create_standing_order\"><strong>can_create_standing_order</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_comment\"><strong>can_delete_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_corporate_location\"><strong>can_delete_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_image\"><strong>can_delete_image</strong></a>: false</p>\n<p><a href=\"/glossary#can_delete_physical_location\"><strong>can_delete_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_tag\"><strong>can_delete_tag</strong></a>:</p>\n<p><a href=\"/glossary#can_delete_where_tag\"><strong>can_delete_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#can_edit_owner_comment\"><strong>can_edit_owner_comment</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>can_grant_access_to_views</strong></a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#can_query_available_funds\"><strong>can_query_available_funds</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>can_revoke_access_to_views</strong></a>: can_revoke_access_to_views</p>\n<p><a href=\"/glossary#can_see_bank_account_balance\"><strong>can_see_bank_account_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_bank_name\"><strong>can_see_bank_account_bank_name</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_credit_limit\"><strong>can_see_bank_account_credit_limit</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_currency\"><strong>can_see_bank_account_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_iban\"><strong>can_see_bank_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_label\"><strong>can_see_bank_account_label</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_national_identifier\"><strong>can_see_bank_account_national_identifier</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_number\"><strong>can_see_bank_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_owners\"><strong>can_see_bank_account_owners</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_address\"><strong>can_see_bank_account_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_routing_scheme\"><strong>can_see_bank_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_swift_bic\"><strong>can_see_bank_account_swift_bic</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_account_type\"><strong>can_see_bank_account_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_bank_routing_address\"><strong>can_see_bank_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_bank_routing_scheme\"><strong>can_see_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_comments\"><strong>can_see_comments</strong></a>:</p>\n<p><a href=\"/glossary#can_see_corporate_location\"><strong>can_see_corporate_location</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_image_url\"><strong>can_see_image_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_images\"><strong>can_see_images</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_more_info\"><strong>can_see_more_info</strong></a>:</p>\n<p><a href=\"/glossary#can_see_open_corporates_url\"><strong>can_see_open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_bank_name\"><strong>can_see_other_account_bank_name</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_iban\"><strong>can_see_other_account_iban</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_kind\"><strong>can_see_other_account_kind</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_metadata\"><strong>can_see_other_account_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_national_identifier\"><strong>can_see_other_account_national_identifier</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_number\"><strong>can_see_other_account_number</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_address\"><strong>can_see_other_account_routing_address</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_account_routing_scheme\"><strong>can_see_other_account_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_account_swift_bic\"><strong>can_see_other_account_swift_bic</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_address\"><strong>can_see_other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#can_see_other_bank_routing_scheme\"><strong>can_see_other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#can_see_owner_comment\"><strong>can_see_owner_comment</strong></a>:</p>\n<p><a href=\"/glossary#can_see_physical_location\"><strong>can_see_physical_location</strong></a>:</p>\n<p><a href=\"/glossary#can_see_private_alias\"><strong>can_see_private_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_public_alias\"><strong>can_see_public_alias</strong></a>:</p>\n<p><a href=\"/glossary#can_see_tags\"><strong>can_see_tags</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_amount\"><strong>can_see_transaction_amount</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_balance\"><strong>can_see_transaction_balance</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_currency\"><strong>can_see_transaction_currency</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_description\"><strong>can_see_transaction_description</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_transaction_finish_date\"><strong>can_see_transaction_finish_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_metadata\"><strong>can_see_transaction_metadata</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_other_bank_account\"><strong>can_see_transaction_other_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_start_date\"><strong>can_see_transaction_start_date</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_this_bank_account\"><strong>can_see_transaction_this_bank_account</strong></a>:</p>\n<p><a href=\"/glossary#can_see_transaction_type\"><strong>can_see_transaction_type</strong></a>:</p>\n<p><a href=\"/glossary#can_see_url\"><strong>can_see_url</strong></a>: false</p>\n<p><a href=\"/glossary#can_see_where_tag\"><strong>can_see_where_tag</strong></a>: false</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv5.0.0-createSystemView","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["hide_metadata_if_alias_used","description","is_public","which_alias_to_use","can_revoke_access_to_views","can_grant_access_to_views","name","allowed_actions","metadata_view"],"properties":{"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"hide_metadata_if_alias_used":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"which_alias_to_use":{"type":"string"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"allowed_actions":{"type":"array","items":{"type":"string"}},"metadata_view":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_see_other_account_swift_bic","can_see_where_tag","can_see_url","can_create_direct_debit","can_see_bank_account_swift_bic","can_see_bank_account_routing_address","can_see_tags","can_see_transaction_balance","can_delete_corporate_location","can_add_image_url","can_see_public_alias","can_add_transaction_request_to_own_account","can_add_comment","can_see_other_bank_routing_scheme","description","can_see_corporate_location","can_see_other_account_bank_name","can_see_more_info","can_add_counterparty","is_system","can_see_physical_location","can_query_available_funds","can_edit_owner_comment","can_see_private_alias","can_see_bank_account_credit_limit","can_see_other_account_routing_address","can_see_bank_account_balance","can_add_public_alias","can_see_bank_routing_scheme","can_see_bank_account_owners","can_see_other_account_metadata","can_delete_physical_location","hide_metadata_if_alias_used","can_see_transaction_this_bank_account","can_see_image_url","can_see_transaction_type","can_see_images","can_see_transaction_amount","metadata_view","can_see_transaction_metadata","can_see_comments","can_see_other_account_iban","can_add_image","can_see_bank_account_routing_scheme","can_see_bank_account_type","can_see_other_account_kind","can_see_bank_account_currency","can_add_where_tag","can_see_transaction_start_date","can_see_bank_account_label","can_add_private_alias","can_see_transaction_currency","can_revoke_access_to_views","can_add_more_info","can_delete_comment","can_create_standing_order","can_see_other_bank_routing_address","can_grant_access_to_views","can_see_transaction_other_bank_account","can_see_bank_account_number","can_add_corporate_location","alias","can_add_url","short_name","can_delete_where_tag","is_public","can_see_owner_comment","can_see_transaction_finish_date","can_see_open_corporates_url","can_add_physical_location","can_see_bank_account_iban","can_see_other_account_national_identifier","can_see_bank_routing_address","can_delete_image","can_add_transaction_request_to_any_account","can_add_tag","id","can_see_other_account_routing_scheme","can_add_open_corporates_url","can_delete_tag","can_see_transaction_description","can_see_bank_account_national_identifier","can_see_other_account_number","can_see_bank_account_bank_name"],"properties":{"can_see_transaction_start_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_this_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"can_see_bank_account_owners":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_edit_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_owner_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_other_bank_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_bank_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_direct_debit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_kind":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_own_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_finish_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_images":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_query_available_funds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_credit_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_create_standing_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_national_identifier":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_counterparty":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_transaction_request_to_any_account":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"can_see_tags":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_where_tag":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_swift_bic":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_physical_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_add_corporate_location":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_delete_image":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_account_metadata":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_bank_account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_see_transaction_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_see_other_account_swift_bic":{"type":"boolean"},"can_see_where_tag":{"type":"boolean"},"can_see_url":{"type":"boolean"},"can_create_direct_debit":{"type":"boolean"},"can_see_bank_account_swift_bic":{"type":"boolean"},"can_see_bank_account_routing_address":{"type":"boolean"},"can_see_tags":{"type":"boolean"},"can_see_transaction_balance":{"type":"boolean"},"can_delete_corporate_location":{"type":"boolean"},"can_add_image_url":{"type":"boolean"},"can_see_public_alias":{"type":"boolean"},"can_add_transaction_request_to_own_account":{"type":"boolean"},"can_add_comment":{"type":"boolean"},"can_see_other_bank_routing_scheme":{"type":"boolean"},"description":{"type":"string"},"can_see_corporate_location":{"type":"boolean"},"can_see_other_account_bank_name":{"type":"boolean"},"can_see_more_info":{"type":"boolean"},"can_add_counterparty":{"type":"boolean"},"is_system":{"type":"boolean"},"can_see_physical_location":{"type":"boolean"},"can_query_available_funds":{"type":"boolean"},"can_edit_owner_comment":{"type":"boolean"},"can_see_private_alias":{"type":"boolean"},"can_see_bank_account_credit_limit":{"type":"boolean"},"can_see_other_account_routing_address":{"type":"boolean"},"can_see_bank_account_balance":{"type":"boolean"},"can_add_public_alias":{"type":"boolean"},"can_see_bank_routing_scheme":{"type":"boolean"},"can_see_bank_account_owners":{"type":"boolean"},"can_see_other_account_metadata":{"type":"boolean"},"can_delete_physical_location":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"can_see_transaction_this_bank_account":{"type":"boolean"},"can_see_image_url":{"type":"boolean"},"can_see_transaction_type":{"type":"boolean"},"can_see_images":{"type":"boolean"},"can_see_transaction_amount":{"type":"boolean"},"metadata_view":{"type":"string"},"can_see_transaction_metadata":{"type":"boolean"},"can_see_comments":{"type":"boolean"},"can_see_other_account_iban":{"type":"boolean"},"can_add_image":{"type":"boolean"},"can_see_bank_account_routing_scheme":{"type":"boolean"},"can_see_bank_account_type":{"type":"boolean"},"can_see_other_account_kind":{"type":"boolean"},"can_see_bank_account_currency":{"type":"boolean"},"can_add_where_tag":{"type":"boolean"},"can_see_transaction_start_date":{"type":"boolean"},"can_see_bank_account_label":{"type":"boolean"},"can_add_private_alias":{"type":"boolean"},"can_see_transaction_currency":{"type":"boolean"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"can_add_more_info":{"type":"boolean"},"can_delete_comment":{"type":"boolean"},"can_create_standing_order":{"type":"boolean"},"can_see_other_bank_routing_address":{"type":"boolean"},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"can_see_transaction_other_bank_account":{"type":"boolean"},"can_see_bank_account_number":{"type":"boolean"},"can_add_corporate_location":{"type":"boolean"},"alias":{"type":"string"},"can_add_url":{"type":"boolean"},"short_name":{"type":"string"},"can_delete_where_tag":{"type":"boolean"},"is_public":{"type":"boolean"},"can_see_owner_comment":{"type":"boolean"},"can_see_transaction_finish_date":{"type":"boolean"},"can_see_open_corporates_url":{"type":"boolean"},"can_add_physical_location":{"type":"boolean"},"can_see_bank_account_iban":{"type":"boolean"},"can_see_other_account_national_identifier":{"type":"boolean"},"can_see_bank_routing_address":{"type":"boolean"},"can_delete_image":{"type":"boolean"},"can_add_transaction_request_to_any_account":{"type":"boolean"},"can_add_tag":{"type":"boolean"},"id":{"type":"string"},"can_see_other_account_routing_scheme":{"type":"boolean"},"can_add_open_corporates_url":{"type":"boolean"},"can_delete_tag":{"type":"boolean"},"can_see_transaction_description":{"type":"boolean"},"can_see_bank_account_national_identifier":{"type":"boolean"},"can_see_other_account_number":{"type":"boolean"},"can_see_bank_account_bank_name":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/customers/{customerid}/kyc_check/{kyccheckid}":{"put":{"tags":["KYC","Customer"],"summary":"Add KYC Check","description":"<p>Add a KYC check for the customer specified by CUSTOMER_ID. KYC Checks store details of checks on a customer made by the KYC team, their comments and a satisfied status</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#kyc_check_id\">KYC_CHECK_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#comments\"><strong>comments</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#how\"><strong>how</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#satisfied\"><strong>satisfied</strong></a>: false</p>\n<p><a href=\"/glossary#staff_name\"><strong>staff_name</strong></a>:</p>\n<p><a href=\"/glossary#staff_user_id\"><strong>staff_user_id</strong></a>:</p>\n","operationId":"OBPv2.0.0-addKycCheck","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"kyccheckid","in":"path","description":"The KYCCHECKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_number","date","staff_user_id","staff_name","comments","how","satisfied"],"properties":{"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"how":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"satisfied":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"staff_user_id":{"type":"string"},"staff_name":{"type":"string"},"comments":{"type":"string"},"how":{"type":"string"},"satisfied":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["comments","customer_id","staff_user_id","bank_id","customer_number","date","id","satisfied","how","staff_name"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"how":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"satisfied":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"comments":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"comments":{"type":"string"},"customer_id":{"type":"string"},"staff_user_id":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"id":{"type":"string"},"satisfied":{"type":"boolean"},"how":{"type":"string"},"staff_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/account-access-requests/{accountaccessrequestid}":{"get":{"tags":["Account-Access-Request"],"summary":"Get Account Access Request by Id","description":"<p>Get a single Account Access Request by its ID.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ACCOUNT_ACCESS_REQUEST_ID</a>: ACCOUNT_ACCESS_REQUEST_ID</p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access_request_id</strong></a>: account_access_request_id</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>checker_comment</strong></a>: checker_comment</p>\n<p><a href=\"/glossary#\"><strong>checker_user_id</strong></a>: checker_user_id</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>requestor_user_id</strong></a>: requestor_user_id</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>updated</strong></a>: updated</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv6.0.0-getAccountAccessRequestById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"accountaccessrequestid","in":"path","description":"The ACCOUNTACCESSREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["requestor_user_id","created","account_access_request_id","is_system_view","business_justification","bank_id","view_id","target_user_id","checker_user_id","status","updated","account_id","checker_comment"],"properties":{"requestor_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"checker_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"checker_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"requestor_user_id":{"type":"string"},"created":{"type":"string","format":"date-time"},"account_access_request_id":{"type":"string"},"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"bank_id":{"type":"string"},"view_id":{"type":"string"},"target_user_id":{"type":"string"},"checker_user_id":{"type":"string"},"status":{"type":"string"},"updated":{"type":"string","format":"date-time"},"account_id":{"type":"string"},"checker_comment":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/card":{"get":{"tags":["Card","Card-Attribute","Attribute"],"summary":"Get Card Attribute Definition","description":"<p>Get Card Attribute Definition</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-getCardAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","category","bank_id","name","type","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"category":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"alias":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Card","Card-Attribute","Attribute"],"summary":"Create or Update Card Attribute Definition","description":"<p>Create or Update Card Attribute Definition</p>\n<p>The category field must be Card</p>\n<p>The type field must be one of; DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateCardAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","category","name","type","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"category":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","category","bank_id","name","type","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"category":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/regulated-entities/{regulatedentityid}/attributes":{"get":{"tags":["Directory","API"],"summary":"Get All Regulated Entity Attributes","description":"<p>Get all attributes for the specified Regulated Entity.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_attribute_id</strong></a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_id</strong></a>: regulated_entity_id</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-getAllRegulatedEntityAttributes","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["regulated_entity_attribute_id","name","attribute_type","value","regulated_entity_id","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"regulated_entity_attribute_id":{"type":"string"},"name":{"type":"string"},"attribute_type":{"type":"string"},"value":{"type":"string"},"regulated_entity_id":{"type":"string"},"is_active":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Directory","API"],"summary":"Create Regulated Entity Attribute","description":"<p>Create a new Regulated Entity Attribute for a given REGULATED_ENTITY_ID.</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or &quot;DATE_WITH_DAY&quot;.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">REGULATED_ENTITY_ID</a>: REGULATED_ENTITY_ID</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>attribute_type</strong></a>: STRING</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_attribute_id</strong></a>: attrafa-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>regulated_entity_id</strong></a>: regulated_entity_id</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-createRegulatedEntityAttribute","parameters":[{"name":"regulatedentityid","in":"path","description":"The REGULATEDENTITYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attribute_type","value","is_active","name"],"properties":{"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"attribute_type":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["regulated_entity_attribute_id","name","attribute_type","value","regulated_entity_id","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"regulated_entity_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"regulated_entity_attribute_id":{"type":"string"},"name":{"type":"string"},"attribute_type":{"type":"string"},"value":{"type":"string"},"regulated_entity_id":{"type":"string"},"is_active":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/atms":{"get":{"tags":["ATM"],"summary":"Get Bank ATMS","description":"<p>Returns information about ATMs for a single bank specified by BANK_ID including:</p>\n<ul>\n<li>Address</li>\n<li>Geo Location</li>\n<li>License the data under this endpoint is released under</li>\n</ul>\n<p>Pagination:</p>\n<p>By default, 100 records are returned.</p>\n<p>You can use the url query parameters <em>limit</em> and <em>offset</em> for pagination</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>atm_type</strong></a>:</p>\n<p><a href=\"/glossary#atms\"><strong>atms</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>balance_inquiry_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_identification</strong></a>: branch_identification</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_international_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_national_fee</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>has_deposit_capability</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>located_at</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>minimum_withdrawal</strong></a>: minimum_withdrawal</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>site_identification</strong></a>: site_identification</p>\n<p><a href=\"/glossary#\"><strong>site_name</strong></a>: site_name</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-getAtms","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["atms"],"properties":{"atms":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","id","is_accessible","site_identification","atm_type","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","phone","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","attributes","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"atms":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"atm_type":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"phone":{"type":"string"},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"post":{"tags":["ATM"],"summary":"Create ATM","description":"<p>Create ATM.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>atm_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>balance_inquiry_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_identification</strong></a>: branch_identification</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_international_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_national_fee</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>has_deposit_capability</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>located_at</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>minimum_withdrawal</strong></a>: minimum_withdrawal</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>site_identification</strong></a>: site_identification</p>\n<p><a href=\"/glossary#\"><strong>site_name</strong></a>: site_name</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>atm_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>balance_inquiry_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_identification</strong></a>: branch_identification</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_international_fee</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>cash_withdrawal_national_fee</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>has_deposit_capability</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>located_at</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>location_categories</strong></a>: location_categories</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>minimum_withdrawal</strong></a>: minimum_withdrawal</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone\"><strong>phone</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n<p><a href=\"/glossary#\"><strong>site_identification</strong></a>: site_identification</p>\n<p><a href=\"/glossary#\"><strong>site_name</strong></a>: site_name</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#supported_currencies\"><strong>supported_currencies</strong></a>: [&quot;EUR&quot;,&quot;MXN&quot;,&quot;USD&quot;]</p>\n<p><a href=\"/glossary#supported_languages\"><strong>supported_languages</strong></a>: [&quot;es&quot;,&quot;fr&quot;,&quot;de&quot;]</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-createAtm","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","id","is_accessible","site_identification","atm_type","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","phone","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"atm_type":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"phone":{"type":"string"},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","site_name","friday","id","is_accessible","site_identification","atm_type","accessibility_features","supported_currencies","bank_id","monday","cash_withdrawal_international_fee","has_deposit_capability","supported_languages","balance_inquiry_fee","meta","notes","saturday","thursday","tuesday","wednesday","phone","sunday","located_at","more_info","address","minimum_withdrawal","branch_identification","attributes","location","services","cash_withdrawal_national_fee","location_categories"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_international_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location_categories":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"site_identification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"has_deposit_capability":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance_inquiry_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"site_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"supported_languages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"supported_currencies":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","postcode","line_1","line_2","line_3","state","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cash_withdrawal_national_fee":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"located_at":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minimum_withdrawal":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"site_name":{"type":"string"},"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"site_identification":{"type":"string"},"atm_type":{"type":"string"},"accessibility_features":{"type":"array","items":{"type":"string"}},"supported_currencies":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"cash_withdrawal_international_fee":{"type":"string"},"has_deposit_capability":{"type":"string"},"supported_languages":{"type":"array","items":{"type":"string"}},"balance_inquiry_fee":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"notes":{"type":"array","items":{"type":"string"}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"phone":{"type":"string"},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"located_at":{"type":"string"},"more_info":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"},"county":{"type":"string"}}},"minimum_withdrawal":{"type":"string"},"branch_identification":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}},"location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}},"services":{"type":"array","items":{"type":"string"}},"cash_withdrawal_national_fee":{"type":"string"},"location_categories":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/Odometer/{odometerid}":{"get":{"tags":["_Odometer(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get Odometer by id","description":"<p>Get Odometer by id.</p>\n<p>Verify odometer information for flexible contracts.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;Odometer&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleOdometer_gh.29.uk","parameters":[{"name":"odometerid","in":"path","description":"The ODOMETERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","odometer"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"odometer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["odometer_id","name","number"],"properties":{"odometer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"odometer":{"type":"object","properties":{"odometer_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_Odometer(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Update Odometer","description":"<p>Update Odometer.</p>\n<p>Verify odometer information for flexible contracts.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;Odometer&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateOdometer_gh.29.uk","parameters":[{"name":"odometerid","in":"path","description":"The ODOMETERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","odometer"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"odometer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["odometer_id","name","number"],"properties":{"odometer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"odometer":{"type":"object","properties":{"odometer_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_Odometer(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Delete Odometer by id","description":"<p>Delete Odometer by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;Odometer&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteOdometer_gh.29.uk","parameters":[{"name":"odometerid","in":"path","description":"The ODOMETERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","odometer"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"odometer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["odometer_id","name","number"],"properties":{"odometer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"odometer":{"type":"object","properties":{"odometer_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/customers":{"get":{"tags":["Customer","User"],"summary":"Get Customers at All Banks","description":"<p>Get Customers at All Banks.</p>\n<p>Returns a list of all customers across all banks.</p>\n<p><strong>Date Format:</strong><br />\nIn v6.0.0, date_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong> (e.g., &quot;1990-05-15&quot;, &quot;2010-03-20&quot;).</p>\n<p><strong>Query Parameters:</strong><br />\n- limit: Maximum number of customers to return (optional)<br />\n- offset: Number of customers to skip for pagination (optional)<br />\n- sort_direction: Sort direction - ASC or DESC (optional)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#97;i&#108;&#x74;&#x6f;&#58;&#x66;&#x65;&#x6c;&#105;&#x78;s&#109;&#105;&#116;&#104;&#x40;e&#x78;&#x61;&#109;&#112;&#x6c;&#x65;&#x2e;&#99;&#x6f;&#x6d;\">&#102;&#101;&#x6c;&#x69;&#120;&#115;&#x6d;&#x69;&#116;&#104;&#64;&#101;&#x78;&#x61;&#109;&#x70;&#x6c;&#101;.&#99;&#111;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCustomersAtAllBanks","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/retail-customers":{"get":{"tags":["Retail-Customer","Customer"],"summary":"Get Retail Customers at Bank","description":"<p>Get Retail (Individual) Customers at Bank.</p>\n<p>Returns a list of customers with customer_type INDIVIDUAL at the specified bank.</p>\n<p><strong>Date Format:</strong><br />\ndate_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong></p>\n<p><strong>Query Parameters:</strong><br />\n- limit: Maximum number of customers to return (optional)<br />\n- offset: Number of customers to skip for pagination (optional)<br />\n- sort_direction: Sort direction - ASC or DESC (optional)</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#x69;lt&#111;&#58;&#102;&#101;li&#x78;sm&#x69;&#116;&#104;&#64;&#x65;&#x78;&#x61;&#109;&#112;&#108;&#101;&#46;&#x63;o&#109;\">&#102;e&#x6c;&#x69;&#120;s&#x6d;&#105;&#x74;&#104;&#x40;&#x65;&#120;&#97;&#x6d;&#x70;&#108;&#101;&#46;c&#111;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getRetailCustomersAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Retail-Customer","Customer"],"summary":"Create Retail Customer","description":"<p>Create a retail (individual) customer.</p>\n<p>This endpoint is specifically for creating individual/retail customers.<br />\nThe customer_type will be automatically set to INDIVIDUAL.</p>\n<p><strong>Required Fields:</strong><br />\n- legal_name: The customer's full legal name<br />\n- mobile_phone_number: The customer's mobile phone number</p>\n<p><strong>Optional Fields:</strong><br />\n- customer_number: If not provided, a random number will be generated<br />\n- email, face_image, date_of_birth, relationship_status, dependants, dob_of_dependants<br />\n- credit_rating, credit_limit, highest_education_attained, employment_status<br />\n- kyc_status, last_ok_date, title, branch_id, name_suffix</p>\n<p><strong>Date Format:</strong><br />\ndate_of_birth and dob_of_dependants must be in ISO 8601 date format: <strong>YYYY-MM-DD</strong></p>\n<p><strong>Validations:</strong><br />\n- customer_number cannot contain <code>::::</code> characters<br />\n- customer_number must be unique for the bank<br />\n- The number of dependants must equal the length of the dob_of_dependants array</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\">branch_id</a>: DERBY6</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n<p><a href=\"/glossary#\">customer_number</a>: 5987953</p>\n<p><a href=\"/glossary#\">date_of_birth</a>: 2018-03-09</p>\n<p><a href=\"/glossary#\">dependants</a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\">dob_of_dependants</a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#x6d;&#x61;i&#x6c;&#x74;&#x6f;:&#x66;&#x65;&#108;i&#120;&#x73;m&#105;&#116;&#x68;@&#101;&#120;&#x61;m&#x70;&#x6c;&#101;&#46;&#99;&#x6f;&#x6d;\">f&#x65;&#108;&#x69;&#x78;s&#x6d;&#105;&#x74;&#104;&#x40;&#101;&#x78;a&#109;&#x70;&#x6c;&#x65;.co&#x6d;</a></p>\n<p><a href=\"/glossary#\">employment_status</a>: worker</p>\n<p><a href=\"/glossary#face_image\">face_image</a>:</p>\n<p><a href=\"/glossary#\">highest_education_attained</a>: Master</p>\n<p><a href=\"/glossary#\">kyc_status</a>: false</p>\n<p><a href=\"/glossary#last_ok_date\">last_ok_date</a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\">name_suffix</a>: Sr</p>\n<p><a href=\"/glossary#\">relationship_status</a>: single</p>\n<p><a href=\"/glossary#\">title</a>: Dr.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#97;&#105;&#x6c;&#116;&#111;&#58;&#102;&#x65;&#108;&#x69;&#x78;&#115;&#109;&#105;&#116;&#104;&#x40;&#x65;&#120;&#97;&#109;&#112;&#x6c;e.&#99;&#x6f;m\">&#x66;&#101;&#x6c;&#105;x&#x73;&#x6d;it&#x68;@&#101;&#x78;&#97;&#x6d;&#x70;l&#101;.&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-createRetailCustomer","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["relationship_status","name_suffix","highest_education_attained","credit_limit","date_of_birth","title","face_image","dob_of_dependants","credit_rating","email","customer_number","kyc_status","legal_name","branch_id","employment_status","mobile_phone_number","dependants","last_ok_date"],"properties":{"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"relationship_status":{"type":"string"},"name_suffix":{"type":"string"},"highest_education_attained":{"type":"string"},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"date_of_birth":{"type":"string","format":"date-time"},"title":{"type":"string"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"email":{"type":"string"},"customer_number":{"type":"string"},"kyc_status":{"type":"boolean"},"legal_name":{"type":"string"},"branch_id":{"type":"string"},"employment_status":{"type":"string"},"mobile_phone_number":{"type":"string"},"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/customers/{customerid}/messages":{"get":{"tags":["Customer-Message","Customer"],"summary":"Get Customer Messages for a Customer","description":"<p>Get messages for the customer specified by CUSTOMER_ID<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#from_department\"><strong>from_department</strong></a>: Open Bank</p>\n<p><a href=\"/glossary#from_person\"><strong>from_person</strong></a>: Tom</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#messages\"><strong>messages</strong></a>:</p>\n<p><a href=\"/glossary#transport\"><strong>transport</strong></a>: SMS</p>\n","operationId":"OBPv4.0.0-getCustomerMessages","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["messages"],"properties":{"messages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message","transport","id","date","from_person","from_department"],"properties":{"from_person":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transport":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"from_department":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"messages":{"type":"array","items":{"type":"object","properties":{"message":{"type":"string"},"transport":{"type":"string"},"id":{"type":"string"},"date":{"type":"string","format":"date-time"},"from_person":{"type":"string"},"from_department":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Customer-Message","Customer","Person"],"summary":"Create Customer Message","description":"<p>Create a message for the customer specified by CUSTOMER_ID<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#from_department\"><strong>from_department</strong></a>: Open Bank</p>\n<p><a href=\"/glossary#from_person\"><strong>from_person</strong></a>: Tom</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#transport\"><strong>transport</strong></a>: SMS</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv4.0.0-createCustomerMessage","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["message","transport","from_person","from_department"],"properties":{"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transport":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_person":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_department":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"message":{"type":"string"},"transport":{"type":"string"},"from_person":{"type":"string"},"from_department":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-rules/{abacruleid}/execute":{"post":{"tags":["ABAC"],"summary":"Execute ABAC Rule","description":"<p>Execute an ABAC rule to test access control.</p>\n<p>This endpoint allows you to test an ABAC rule with specific context (authenticated user, bank, account, transaction, customer, etc.).</p>\n<p><strong>Documentation:</strong><br />\n- <a href=\"/glossary#ABAC_Simple_Guide\">here</a> - Getting started with ABAC rules<br />\n- <a href=\"/glossary#ABAC_Parameters_Summary\">here</a> - Complete list of all 18 parameters<br />\n- <a href=\"/glossary#ABAC_Object_Properties_Reference\">here</a> - Detailed property reference<br />\n- <a href=\"/glossary#ABAC_Testing_Examples\">here</a> - Testing examples and patterns</p>\n<p>You can provide optional IDs in the request body to test the rule with specific context.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ABAC_RULE_ID</a>: ABAC_RULE_ID</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\">account_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">authenticated_user_id</a>: authenticated_user_id</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">customer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">on_behalf_of_user_id</a>: on_behalf_of_user_id</p>\n<p><a href=\"/glossary#\">transaction_id</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#\">transaction_request_id</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><a href=\"/glossary#\">user_id</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\">view_id</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#result\"><strong>result</strong></a>:</p>\n","operationId":"OBPv6.0.0-executeAbacRule","parameters":[{"name":"abacruleid","in":"path","description":"The ABACRULEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","bank_id","authenticated_user_id","transaction_id","view_id","on_behalf_of_user_id","user_id","account_id","transaction_request_id"],"properties":{"transaction_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"on_behalf_of_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"authenticated_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_id":{"type":"string"},"bank_id":{"type":"string"},"authenticated_user_id":{"type":"string"},"transaction_id":{"type":"string"},"view_id":{"type":"string"},"on_behalf_of_user_id":{"type":"string"},"user_id":{"type":"string"},"account_id":{"type":"string"},"transaction_request_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["result"],"properties":{"result":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"result":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/groups/{groupid}":{"get":{"tags":["Group"],"summary":"Get Group","description":"<p>Get a group by its ID.</p>\n<p>Requires either:<br />\n- CanGetGroupsAtAllBanks (for any group)<br />\n- CanGetGroupsAtOneBank (for groups at specific bank)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">GROUP_ID</a>: GROUP_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_description</strong></a>: group_description</p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>is_enabled</strong></a>: is_enabled</p>\n<p><a href=\"/glossary#\"><strong>list_of_roles</strong></a>: list_of_roles</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-getGroup","parameters":[{"name":"groupid","in":"path","description":"The GROUPID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_id","group_description","bank_id","is_enabled","list_of_roles"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"list_of_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"group_name":{"type":"string"},"group_id":{"type":"string"},"group_description":{"type":"string"},"bank_id":{"type":"string"},"is_enabled":{"type":"boolean"},"list_of_roles":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Group"],"summary":"Update Group","description":"<p>Update a group. All fields are optional.</p>\n<p>Requires either:<br />\n- CanUpdateGroupAtAllBanks (for any group)<br />\n- CanUpdateGroupAtOneBank (for groups at specific bank)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">GROUP_ID</a>: GROUP_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>group_description</strong></a>: group_description</p>\n<p><a href=\"/glossary#\"><strong>group_id</strong></a>: group_id</p>\n<p><a href=\"/glossary#\"><strong>group_name</strong></a>: group_name</p>\n<p><a href=\"/glossary#\"><strong>is_enabled</strong></a>: is_enabled</p>\n<p><a href=\"/glossary#\"><strong>list_of_roles</strong></a>: list_of_roles</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-updateGroup","parameters":[{"name":"groupid","in":"path","description":"The GROUPID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_name","group_description","list_of_roles","is_enabled"],"properties":{"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"list_of_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"group_name":{"type":"string"},"group_description":{"type":"string"},"list_of_roles":{"type":"array","items":{"type":"string"}},"is_enabled":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["group_id","list_of_roles","bank_id","is_enabled","group_name","group_description"],"properties":{"group_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"list_of_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"group_description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"group_id":{"type":"string"},"list_of_roles":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"is_enabled":{"type":"boolean"},"group_name":{"type":"string"},"group_description":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Group"],"summary":"Delete Group","description":"<p>Delete a Group.</p>\n<p>Requires either:<br />\n- CanDeleteGroupAtAllBanks (for any group)<br />\n- CanDeleteGroupAtOneBank (for groups at specific bank)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">GROUP_ID</a>: GROUP_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteGroup","parameters":[{"name":"groupid","in":"path","description":"The GROUPID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/consumers/{consumerid}":{"put":{"tags":["Consumer"],"summary":"Enable or Disable Consumers","description":"<p>Enable/Disable a Consumer specified by CONSUMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n","operationId":"OBPv3.1.0-enableDisableConsumers","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled"],"properties":{"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled"],"properties":{"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/meetings":{"get":{"tags":["Customer-Meeting","Customer","Experimental"],"summary":"Get Meetings","description":"<p>Meetings contain meta data about, and are used to facilitate, video conferences / chats etc.</p>\n<p>The actual conference/chats are handled by external services.</p>\n<p>Login is required.</p>\n<p>This call is <strong>experimental</strong> and will require further authorisation in the future.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#contact_details\"><strong>contact_details</strong></a>:</p>\n<p><a href=\"/glossary#creator\"><strong>creator</strong></a>:</p>\n<p><a href=\"/glossary#customer_token\"><strong>customer_token</strong></a>:</p>\n<p><a href=\"/glossary#customer_user_id\"><strong>customer_user_id</strong></a>:</p>\n<p><a href=\"/glossary#email_address\"><strong>email_address</strong></a>:</p>\n<p><a href=\"/glossary#invitees\"><strong>invitees</strong></a>:</p>\n<p><a href=\"/glossary#keys\"><strong>keys</strong></a>:</p>\n<p><a href=\"/glossary#meeting_id\"><strong>meeting_id</strong></a>:</p>\n<p><a href=\"/glossary#meetings\"><strong>meetings</strong></a>:</p>\n<p><a href=\"/glossary#mobile_phone\"><strong>mobile_phone</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#present\"><strong>present</strong></a>:</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#purpose_id\"><strong>purpose_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>session_id</strong></a>: b4e0352a-9a0f-4bfa-b30b-9003aa467f50</p>\n<p><a href=\"/glossary#staff_token\"><strong>staff_token</strong></a>:</p>\n<p><a href=\"/glossary#staff_user_id\"><strong>staff_user_id</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n","operationId":"OBPv3.1.0-getMeetings","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["meetings"],"properties":{"meetings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["present","invitees","bank_id","when","provider_id","purpose_id","keys","creator","meeting_id"],"properties":{"present":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["staff_user_id","customer_user_id"],"properties":{"staff_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"creator":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"invitees":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","contact_details"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contact_details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"meeting_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"keys":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_token","session_id","staff_token"],"properties":{"customer_token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"session_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"meetings":{"type":"array","items":{"type":"object","properties":{"present":{"type":"object","properties":{"staff_user_id":{"type":"string"},"customer_user_id":{"type":"string"}}},"invitees":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"contact_details":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}}}}},"bank_id":{"type":"string"},"when":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"purpose_id":{"type":"string"},"keys":{"type":"object","properties":{"customer_token":{"type":"string"},"session_id":{"type":"string"},"staff_token":{"type":"string"}}},"creator":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}},"meeting_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Customer-Meeting","Customer","Experimental"],"summary":"Create Meeting (video conference/call)","description":"<p>Create Meeting: Initiate a video conference/call with the bank.</p>\n<p>The Meetings resource contains meta data about video/other conference sessions</p>\n<p>provider_id determines the provider of the meeting / video chat service. MUST be url friendly (no spaces).</p>\n<p>purpose_id explains the purpose of the chat. onboarding | mortgage | complaint etc. MUST be url friendly (no spaces).</p>\n<p>Login is required.</p>\n<p>This call is <strong>experimental</strong>. Currently staff_user_id is not set. Further calls will be needed to correctly set this.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#contact_details\"><strong>contact_details</strong></a>:</p>\n<p><a href=\"/glossary#creator\"><strong>creator</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#email_address\"><strong>email_address</strong></a>:</p>\n<p><a href=\"/glossary#invitees\"><strong>invitees</strong></a>:</p>\n<p><a href=\"/glossary#mobile_phone\"><strong>mobile_phone</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#purpose_id\"><strong>purpose_id</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#contact_details\"><strong>contact_details</strong></a>:</p>\n<p><a href=\"/glossary#creator\"><strong>creator</strong></a>:</p>\n<p><a href=\"/glossary#customer_token\"><strong>customer_token</strong></a>:</p>\n<p><a href=\"/glossary#customer_user_id\"><strong>customer_user_id</strong></a>:</p>\n<p><a href=\"/glossary#email_address\"><strong>email_address</strong></a>:</p>\n<p><a href=\"/glossary#invitees\"><strong>invitees</strong></a>:</p>\n<p><a href=\"/glossary#keys\"><strong>keys</strong></a>:</p>\n<p><a href=\"/glossary#meeting_id\"><strong>meeting_id</strong></a>:</p>\n<p><a href=\"/glossary#mobile_phone\"><strong>mobile_phone</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#present\"><strong>present</strong></a>:</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#purpose_id\"><strong>purpose_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>session_id</strong></a>: b4e0352a-9a0f-4bfa-b30b-9003aa467f50</p>\n<p><a href=\"/glossary#staff_token\"><strong>staff_token</strong></a>:</p>\n<p><a href=\"/glossary#staff_user_id\"><strong>staff_user_id</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#when\"><strong>when</strong></a>: 2020-01-27</p>\n","operationId":"OBPv3.1.0-createMeeting","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["invitees","provider_id","purpose_id","creator","date"],"properties":{"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"creator":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"invitees":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","contact_details"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contact_details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"purpose_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"invitees":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"contact_details":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}}}}},"provider_id":{"type":"string"},"purpose_id":{"type":"string"},"creator":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}},"date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["present","invitees","bank_id","when","provider_id","purpose_id","keys","creator","meeting_id"],"properties":{"present":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["staff_user_id","customer_user_id"],"properties":{"staff_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"creator":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"invitees":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","contact_details"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contact_details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","mobile_phone","email_address"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"when":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"meeting_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"keys":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_token","session_id","staff_token"],"properties":{"customer_token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"session_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"staff_token":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"present":{"type":"object","properties":{"staff_user_id":{"type":"string"},"customer_user_id":{"type":"string"}}},"invitees":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"contact_details":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}}}}},"bank_id":{"type":"string"},"when":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"purpose_id":{"type":"string"},"keys":{"type":"object","properties":{"customer_token":{"type":"string"},"session_id":{"type":"string"},"staff_token":{"type":"string"}}},"creator":{"type":"object","properties":{"name":{"type":"string"},"mobile_phone":{"type":"string"},"email_address":{"type":"string"}}},"meeting_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/dynamic-endpoints/{dynamicendpointid}":{"delete":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":"Delete My Dynamic Endpoint","description":"<p>Delete a DynamicEndpoint specified by DYNAMIC_ENDPOINT_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-deleteMyDynamicEndpoint","parameters":[{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/api-collections/featured":{"get":{"tags":["Api-Collection"],"summary":"Get Featured Api Collections","description":"<p>Get Featured Api Collections.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#\"><strong>api_collections</strong></a>: api_collections</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getFeaturedApiCollections","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collections"],"properties":{"api_collections":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collections":{"type":"array","items":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/counterparties":{"get":{"tags":["Counterparty","Payment Initiation Service (PIS)","PSD2","Account"],"summary":"Get Counterparties (Explicit)","description":"<p>Get the Counterparties that have been explicitly created on the specified Account / View.</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#Counterparties\"><strong>counterparties</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getExplicitCounterpartiesForAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparties"],"properties":{"counterparties":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"counterparties":{"type":"array","items":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty","Account"],"summary":"Create Counterparty (Explicit)","description":"<p>This endpoint creates an (Explicit) Counterparty for an Account.</p>\n<p>For an introduction to Counterparties in OBP see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_url</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-createCounterparty","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","other_account_routing_address","name","other_bank_routing_scheme","currency","other_account_secondary_routing_address","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","metadata","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["private_alias","physical_location","url","public_alias","open_corporates_url","more_info","corporate_location","image_url"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"metadata":{"type":"object","properties":{"private_alias":{"type":"string"},"physical_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"url":{"type":"string"},"public_alias":{"type":"string"},"open_corporates_url":{"type":"string"},"more_info":{"type":"string"},"corporate_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"image_url":{"type":"string"}}},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/my/accounts":{"get":{"tags":["Account","Account Information Service (AIS)","PrivateData","PSD2"],"summary":"Get Accounts at all Banks (private)","description":"<p>Returns the list of accounts containing private views for the user.<br />\nEach account lists the views available to the user.</p>\n<p>optional request parameters:</p>\n<ul>\n<li>account_type_filter: one or many accountType value, split by comma</li>\n<li>account_type_filter_operation: the filter type of account_type_filter, value must be INCLUDE or EXCLUDE</li>\n</ul>\n<p>whole url example:<br />\n/my/accounts?account_type_filter=330,CURRENT+PLUS&amp;account_type_filter_operation=INCLUDE</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_type</strong></a>: AC</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#views\"><strong>views</strong></a>:</p>\n","operationId":"OBPv3.0.0-corePrivateAccountsAllBanks","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","account_type","bank_id","id","views","label"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","is_public","short_name","id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"account_type":{"type":"string"},"bank_id":{"type":"string"},"id":{"type":"string"},"views":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"is_public":{"type":"boolean"},"short_name":{"type":"string"},"id":{"type":"string"}}}},"label":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/mobile-number":{"put":{"tags":["Customer"],"summary":"Update the mobile number of a Customer","description":"<p>Update the mobile number of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#105;&#108;t&#111;&#x3a;f&#x65;&#108;&#105;&#120;s&#x6d;&#105;&#116;&#x68;@e&#120;a&#109;p&#108;e.&#99;&#x6f;&#109;\">&#102;&#x65;&#x6c;&#x69;&#120;&#x73;&#109;&#105;t&#x68;&#64;&#x65;&#120;&#97;&#x6d;&#x70;&#x6c;&#x65;&#x2e;c&#111;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerMobileNumber","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/api-collections":{"get":{"tags":["Api-Collection"],"summary":"Get All API Collections","description":"<p>Get All API Collections.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#\"><strong>api_collections</strong></a>: api_collections</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv5.1.0-getAllApiCollections","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collections"],"properties":{"api_collections":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"api_collections":{"type":"array","items":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/SimonCovid":{"get":{"tags":["_SimonCovid","Dynamic-Entity","Dynamic"],"summary":"Get SimonCovid List","description":"<p>Get SimonCovid List.</p>\n<p>Let's put Covid99 stuff here</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;SimonCovid&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /SimonCovid?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSimonCovidList_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid_list"],"properties":{"simon_covid_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid_id","name","number"],"properties":{"simon_covid_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"simon_covid_list":{"type":"array","items":{"type":"object","properties":{"simon_covid_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_SimonCovid","Dynamic-Entity","Dynamic"],"summary":"Create new SimonCovid","description":"<p>Create new SimonCovid.</p>\n<p>Let's put Covid99 stuff here</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;SimonCovid&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createSimonCovid_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid"],"properties":{"simon_covid":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["simon_covid_id","name","number"],"properties":{"simon_covid_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"simon_covid":{"type":"object","properties":{"simon_covid_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/dynamic-endpoints":{"get":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":"Get My Dynamic Endpoints","description":"<p>Get My Dynamic Endpoints.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-getMyDynamicEndpoints","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_endpoints"],"properties":{"dynamic_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_endpoints":{"type":"array","items":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/atms/{atmid}/services":{"put":{"tags":["ATM"],"summary":"Update ATM Services","description":"<p>Update ATM Services.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#services\"><strong>services</strong></a>: [{&quot;CY&quot;:[&quot;PS_010&quot;,&quot;PS_020&quot;,&quot;PS_03C&quot;,&quot;PS_04C&quot;]}]</p>\n","operationId":"OBPv4.0.0-updateAtmServices","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["services"],"properties":{"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"services":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["atm_id","services"],"properties":{"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"services":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"atm_id":{"type":"string"},"services":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/metrics/top-apis":{"get":{"tags":["Metric","API"],"summary":"Get Top APIs","description":"<p>Get metrics about the most popular APIs. e.g.: total count, response time (in ms), etc.</p>\n<p>This v6.0.0 version includes the <strong>operation_id</strong> field which uniquely identifies each API endpoint<br />\nacross different API standards (OBP, Berlin Group, UK Open Banking, etc.).</p>\n<p>Should be able to filter on the following fields:</p>\n<p>eg: /management/metrics/top-apis?from_date=1970-01-01T00:00:00.000Z&amp;to_date=2026-02-25T15:15:28.475Z&amp;consumer_id=5<br />\n&amp;user_id=66214b8e-259e-44ad-8868-3eb47be70646&amp;implemented_by_partial_function=getTransactionsForBankAccount<br />\n&amp;implemented_in_version=v3.0.0&amp;url=/obp/v3.0.0/banks/gh.29.uk/accounts/8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0/owner/transactions<br />\n&amp;verb=GET&amp;anon=false&amp;app_name=MapperPostman<br />\n&amp;exclude_app_names=API-EXPLORER,API-Manager,SOFI,null</p>\n<p>1 from_date (defaults to one year ago): eg:from_date=1970-01-01T00:00:00.000Z</p>\n<p>2 to_date (defaults to the current date) eg:to_date=2026-02-25T15:15:28.476Z</p>\n<p>3 consumer_id (if null ignore)</p>\n<p>4 user_id (if null ignore)</p>\n<p>5 anon (if null ignore) only support two values: true (return where user_id is null) or false (return where user_id is not null)</p>\n<p>6 url (if null ignore), note: can not contain '&amp;'.</p>\n<p>7 app_name (if null ignore)</p>\n<p>8 implemented_by_partial_function (if null ignore)</p>\n<p>9 implemented_in_version (if null ignore)</p>\n<p>10 verb (if null ignore)</p>\n<p>11 correlation_id (if null ignore)</p>\n<p>12 duration (if null ignore) non digit chars will be silently omitted</p>\n<p>13 exclude_app_names (if null ignore). eg: &amp;exclude_app_names=API-EXPLORER,API-Manager,SOFI,null</p>\n<p>14 exclude_url_patterns (if null ignore). You can design your own SQL NOT LIKE pattern. eg: &amp;exclude_url_patterns=%management/metrics%,%management/aggregate-metrics%</p>\n<p>15 exclude_implemented_by_partial_functions (if null ignore). eg: &amp;exclude_implemented_by_partial_functions=getMetrics,getConnectorMetrics,getAggregateMetrics</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanReadMetrics entitlement is required.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#count\"><strong>count</strong></a>:</p>\n<p><a href=\"/glossary#implemented_by_partial_function\"><strong>implemented_by_partial_function</strong></a>:</p>\n<p><a href=\"/glossary#implemented_in_version\"><strong>implemented_in_version</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>operation_id</strong></a>: OBPv6.0.0-getBanks</p>\n<p><a href=\"/glossary#top_apis\"><strong>top_apis</strong></a>:</p>\n","operationId":"OBPv6.0.0-getTopAPIs","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["top_apis"],"properties":{"top_apis":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","implemented_by_partial_function","count","implemented_in_version"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"implemented_by_partial_function":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"implemented_in_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"top_apis":{"type":"array","items":{"type":"object","properties":{"operation_id":{"type":"string"},"implemented_by_partial_function":{"type":"string"},"count":{"type":"integer"},"implemented_in_version":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/D-Entity1":{"get":{"tags":["_D-Entity1(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get D-Entity1 List","description":"<p>Get D-Entity1 List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;D-Entity1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /D-Entity1?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getD-Entity1List_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","d-entity1_list"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"d-entity1_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["d-entity1_id","name","number"],"properties":{"d-entity1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"d-entity1_list":{"type":"array","items":{"type":"object","properties":{"d-entity1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_D-Entity1(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Create new D-Entity1","description":"<p>Create new D-Entity1.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;D-Entity1&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createD-Entity1_gh.29.uk","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","d-entity1"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"d-entity1":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["d-entity1_id","name","number"],"properties":{"d-entity1_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"d-entity1":{"type":"object","properties":{"d-entity1_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/dynamic-endpoints":{"get":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":"Get Bank Level Dynamic Endpoints","description":"<p>Get Bank Level Dynamic Endpoints.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-getBankLevelDynamicEndpoints","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_endpoints"],"properties":{"dynamic_endpoints":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"dynamic_endpoints":{"type":"array","items":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":"Create Bank Level Dynamic Endpoint","description":"<p>Create dynamic endpoints.</p>\n<p>Create dynamic endpoints with one json format swagger content.</p>\n<p>If the host of swagger is <code>dynamic_entity</code>, then you need link the swagger fields to the dynamic entity fields,<br />\nplease check <code>Endpoint Mapping</code> endpoints.</p>\n<p>If the host of swagger is <code>obp_mock</code>, every dynamic endpoint will return example response of swagger,</p>\n<p>when create MethodRouting for given dynamic endpoint, it will be routed to given url.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-createBankLevelDynamicEndpoint","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/consumer/consent-requests":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent Request","description":"<p>Client Authentication (mandatory)</p>\n<p>It is used when applications request an access token to access their own resources, not on behalf of a user.</p>\n<p>The client needs to authenticate themselves for this request.<br />\nIn case of public client we use client_id and private key to obtain access token, otherwise we use client_id and client_secret.<br />\nThe obtained access token is used in the HTTP Bearer auth header of our request.</p>\n<p>Example:<br />\nAuthorization: Bearer eXtneO-THbQtn3zvK_kQtXXfvOZyZFdBCItlPDbR2Bk.dOWqtXCtFX-tqGTVR0YrIjvAolPIVg7GZ-jz83y6nA0</p>\n<p>After successfully creating the VRP consent request, you need to call the <code>Create Consent By CONSENT_REQUEST_ID</code> endpoint to finalize the consent.</p>\n<p>Application Access is Required. The Application must be authenticated.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access</strong></a>: account_access</p>\n<p><a href=\"/glossary#account_routing\"><strong>account_routing</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#everything\"><strong>everything</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">consumer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;:&#102;&#101;&#108;i&#120;&#x73;&#109;&#x69;&#116;&#104;&#64;&#101;x&#x61;&#109;&#x70;&#108;e&#x2e;c&#x6f;&#109;\">&#x66;&#x65;&#x6c;&#105;&#120;&#x73;m&#x69;t&#x68;&#64;&#101;&#120;&#x61;&#x6d;&#112;&#x6c;&#101;&#x2e;&#x63;o&#109;</a></p>\n<p><a href=\"/glossary#entitlements\">entitlements</a>:</p>\n<p><a href=\"/glossary#phone_number\">phone_number</a>:</p>\n<p><a href=\"/glossary#time_to_live\">time_to_live</a>:</p>\n<p><a href=\"/glossary#valid_from\">valid_from</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_request_id\"><strong>consent_request_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#payload\"><strong>payload</strong></a>: payload</p>\n","operationId":"OBPv5.0.0-createConsentRequest","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlements","account_access","everything","phone_number","email","valid_from","consumer_id","time_to_live"],"properties":{"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["view_id","account_routing"],"properties":{"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"entitlements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"entitlements":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"account_access":{"type":"array","items":{"type":"object","properties":{"view_id":{"type":"string"},"account_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}}},"everything":{"type":"boolean"},"phone_number":{"type":"string"},"email":{"type":"string"},"valid_from":{"type":"string","format":"date-time"},"consumer_id":{"type":"string"},"time_to_live":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumer_id","consent_request_id","payload"],"properties":{"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"payload":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["phone_number","everything","account_access","valid_from","time_to_live"],"properties":{"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"time_to_live":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routing","view_id"],"properties":{"account_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"everything":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"valid_from":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"consumer_id":{"type":"string"},"consent_request_id":{"type":"string"},"payload":{"type":"object","properties":{"phone_number":{"type":"string"},"everything":{"type":"boolean"},"account_access":{"type":"array","items":{"type":"object","properties":{"account_routing":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}},"view_id":{"type":"string"}}}},"valid_from":{"type":"string"},"time_to_live":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v5.1.0/system/log-cache/debug":{"get":{"tags":["System","API","Log-Cache"],"summary":"Get Debug Level Log Cache","description":"<p>Returns DEBUG level logs from the system log cache.</p>\n<p>This endpoint supports pagination via the following optional query parameters:<br />\n* limit - Maximum number of log entries to return<br />\n* offset - Number of log entries to skip (for pagination)</p>\n<p>Example: GET /system/log-cache/debug?limit=50&amp;offset=100</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-logCacheDebugEndpoint","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/InsurancePolicy":{"get":{"tags":["_InsurancePolicy(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get InsurancePolicy List","description":"<p>Get InsurancePolicy List.</p>\n<p>Which insurance policies the customer already has.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePolicy&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /InsurancePolicy?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getInsurancePolicyList_gh.29.uk","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_policy_list"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_policy_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_policy_id","name","number"],"properties":{"insurance_policy_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_policy_list":{"type":"array","items":{"type":"object","properties":{"insurance_policy_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_InsurancePolicy(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Create new InsurancePolicy","description":"<p>Create new InsurancePolicy.</p>\n<p>Which insurance policies the customer already has.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePolicy&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createInsurancePolicy_gh.29.uk","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_policy"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_policy":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_policy_id","name","number"],"properties":{"insurance_policy_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_policy":{"type":"object","properties":{"insurance_policy_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types":{"get":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Get Transaction Request Types for Account","description":"<p>Returns the Transaction Request Types that the account specified by ACCOUNT_ID and view specified by VIEW_ID has access to.</p>\n<p>These are the ways this API Server can create a Transaction via a Transaction Request<br />\n(as opposed to Transaction Types which include external types too e.g. for Transactions created by core banking etc.)</p>\n<p>A Transaction Request Type internally determines:</p>\n<ul>\n<li>the required Transaction Request 'body' i.e. fields that define the 'what' and 'to' of a Transaction Request,</li>\n<li>the type of security challenge that may be be raised before the Transaction Request proceeds, and</li>\n<li>the threshold of that challenge.</li>\n</ul>\n<p>For instance in a 'SANDBOX_TAN' Transaction Request, for amounts over 1000 currency units, the user must supply a positive integer to complete the Transaction Request and create a Transaction.</p>\n<p>This approach aims to provide only one endpoint for initiating transactions, and one that handles challenges, whilst still allowing flexibility with the payload and internal logic.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#transaction_request_types\"><strong>transaction_request_types</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv1.4.0-getTransactionRequestTypes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["transaction_request_types"],"properties":{"transaction_request_types":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["charge","value"],"properties":{"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","summary"],"properties":{"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"transaction_request_types":{"type":"array","items":{"type":"object","properties":{"charge":{"type":"object","properties":{"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"summary":{"type":"string"}}},"value":{"type":"string"}}}}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/cascading/banks/{bankid}/products/{productcode}":{"delete":{"tags":["Product"],"summary":"Delete Product Cascade","description":"<p>Delete a Product Cascade specified by PRODUCT_CODE.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteProductCascade","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/user_id/{userid}":{"get":{"tags":["User"],"summary":"Get User by USER_ID","description":"<p>Get user by USER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.<br />\nCanGetAnyUser entitlement is required,</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#97;&#x69;l&#x74;o&#58;&#102;&#x65;l&#x69;x&#115;&#109;&#105;&#x74;h&#x40;&#x65;&#x78;&#97;&#109;&#x70;&#x6c;&#x65;&#x2e;&#x63;&#x6f;&#x6d;\">&#102;&#x65;&#x6c;&#105;x&#x73;&#x6d;&#105;&#x74;h&#x40;&#101;&#120;&#97;&#109;&#112;&#x6c;&#x65;&#x2e;&#x63;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#entitlement_id\"><strong>entitlement_id</strong></a>:</p>\n<p><a href=\"/glossary#entitlements\"><strong>entitlements</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_deleted</strong></a>: is_deleted</p>\n<p><a href=\"/glossary#\"><strong>is_locked</strong></a>: is_locked</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#text\"><strong>text</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">agreements</a>: agreements</p>\n<p><a href=\"/glossary#\">last_marketing_agreement_signed_date</a>: last_marketing_agreement_signed_date</p>\n<p><a href=\"/glossary#views\">views</a>:</p>\n","operationId":"OBPv4.0.0-getUserByUserId","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","last_marketing_agreement_signed_date","provider_id","agreements","entitlements","is_deleted","is_locked","username","views","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"views":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"is_locked":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlements":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["role_name","bank_id","entitlement_id"],"properties":{"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entitlement_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"last_marketing_agreement_signed_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"agreements":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","text"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"text":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"last_marketing_agreement_signed_date":{"type":"string","format":"date-time"},"provider_id":{"type":"string"},"agreements":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}}}},"entitlements":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"role_name":{"type":"string"},"bank_id":{"type":"string"},"entitlement_id":{"type":"string"}}}}}},"is_deleted":{"type":"boolean"},"is_locked":{"type":"boolean"},"username":{"type":"string"},"views":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products/{productcode}/fees":{"get":{"tags":["Product"],"summary":"Get Product Fees","description":"<p>Get Product Fees</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#frequency\"><strong>frequency</strong></a>: DAILY</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#product_fee_id\"><strong>product_fee_id</strong></a>: 696hlAHLFKUHE37469287634</p>\n<p><a href=\"/glossary#\"><strong>product_fees</strong></a>: product_fees</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getProductFees","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_fees"],"properties":{"product_fees":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","is_active","bank_id","name","more_info","value","product_fee_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_fee_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","currency","frequency","amount"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"frequency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"product_fees":{"type":"array","items":{"type":"object","properties":{"product_code":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"more_info":{"type":"string"},"value":{"type":"object","properties":{"type":{"type":"string"},"currency":{"type":"string"},"frequency":{"type":"string"},"amount":{"type":"number"}}},"product_fee_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v3.1.0/banks/{bankid}/accounts/{accountid}/products/{productcode}/attribute":{"post":{"tags":["Account","Account-Attribute","Attribute"],"summary":"Create Account Attribute","description":"<p>Create Account Attribute</p>\n<p>Account Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Account Attribute is linked to its Account by ACCOUNT_ID</p>\n<p>Typical account attributes might be:</p>\n<p>ISIN (for International bonds)<br />\nVKN (for German bonds)<br />\nREDCODE (markit short code for credit derivative)<br />\nLOAN_ID (e.g. used for Anacredit reporting)</p>\n<p>ISSUE_DATE (When the bond was issued in the market)<br />\nMATURITY_DATE (End of life time of a product)<br />\nTRADABLE</p>\n<p>See <a href=\"http://www.fpml.org/\">FPML</a> for more examples.</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv3.1.0-createAccountAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_instance_code","type","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/customers/legal-name":{"post":{"tags":["Customer","KYC"],"summary":"Get Customers by Legal Name","description":"<p>Gets the Customers specified by Legal Name.</p>\n<p>Returns a list of customers that match the provided legal name.</p>\n<p><strong>Date Format:</strong><br />\nIn v6.0.0, date_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong> (e.g., &quot;1990-05-15&quot;, &quot;2010-03-20&quot;).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"ma&#105;&#108;&#x74;&#x6f;&#58;&#x66;&#x65;l&#x69;&#x78;&#115;&#109;&#105;&#x74;&#104;&#64;e&#120;&#x61;&#x6d;&#x70;&#x6c;e&#x2e;&#99;&#x6f;&#109;\">&#x66;&#101;&#x6c;&#x69;&#120;&#115;m&#105;&#116;&#x68;&#x40;ex&#x61;&#109;p&#x6c;e&#46;&#99;&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCustomersByLegalName","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["legal_name"],"properties":{"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"legal_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system/connectors/stored_procedure_vDec2019/health":{"get":{"tags":["Connector","System","API"],"summary":"Get Stored Procedure Connector Health","description":"<p>Returns health status of the stored procedure connector including:</p>\n<ul>\n<li>Connection status (ok/error)</li>\n<li>Database server name: identifies which backend node handled the request (useful for load balancer diagnostics)</li>\n<li>Server IP address</li>\n<li>Database name</li>\n<li>Response time in milliseconds</li>\n<li>Error message (if any)</li>\n</ul>\n<p>Supports database-specific queries for: SQL Server, PostgreSQL, Oracle, and MySQL/MariaDB.</p>\n<p>This endpoint is useful for diagnosing connectivity issues, especially when the database is behind a load balancer<br />\nand you need to identify which node is responding or experiencing SSL certificate issues.</p>\n<p>Note: This endpoint may take a long time to respond if the database connection is slow or experiencing issues.<br />\nThe response time depends on the connection pool timeout and JDBC driver settings.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>response_time_ms</strong></a>: response_time_ms</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\">database_name</a>: database_name</p>\n<p><a href=\"/glossary#\">error_message</a>: error_message</p>\n<p><a href=\"/glossary#\">server_ip</a>: server_ip</p>\n<p><a href=\"/glossary#\">server_name</a>: server_name</p>\n","operationId":"OBPv6.0.0-getStoredProcedureConnectorHealth","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["server_ip","server_name","status","database_name","response_time_ms"],"properties":{"server_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"server_ip":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"database_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"response_time_ms":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"server_ip":{"type":"string"},"server_name":{"type":"string"},"status":{"type":"string"},"database_name":{"type":"string"},"response_time_ms":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks":{"get":{"tags":["Bank","Account Information Service (AIS)","PSD2"],"summary":"Get Banks","description":"<p>Get banks on this API instance<br />\nReturns a list of banks supported on this server:</p>\n<ul>\n<li>bank_id used as parameter in URLs</li>\n<li>Short and full name of bank</li>\n<li>Logo URL</li>\n<li>Website</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#bank_routings\"><strong>bank_routings</strong></a>: bank routing in form of (scheme, address)</p>\n<p><a href=\"/glossary#banks\"><strong>banks</strong></a>:</p>\n<p><a href=\"/glossary#full_name\"><strong>full_name</strong></a>: full name string</p>\n<p><a href=\"/glossary#logo\"><strong>logo</strong></a>: logo url</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#website\"><strong>website</strong></a>: <a href=\"http://www.openbankproject.com\">www.openbankproject.com</a></p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv6.0.0-getBanks","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["banks"],"properties":{"banks":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routings","website","logo","bank_id","attributes","bank_code","full_name"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"banks":{"type":"array","items":{"type":"object","properties":{"bank_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"website":{"type":"string"},"logo":{"type":"string"},"bank_id":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"bank_code":{"type":"string"},"full_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Bank"],"summary":"Create Bank","description":"<p>Create a new bank (Authenticated access).</p>\n<p>The user creating this will be automatically assigned the Role CanCreateEntitlementAtOneBank.<br />\nThus the User can manage the bank they create and assign Roles to other Users.</p>\n<pre><code>     Only SANDBOX mode (i.e. when connector=mapped in properties file)\n</code></pre>\n<p>The settlement accounts are automatically created by the system when the bank is created.<br />\nName and account id are created in accordance to the next rules:<br />\n- Incoming account (name: Default incoming settlement account, Account ID: OBP_DEFAULT_INCOMING_ACCOUNT_ID, currency: EUR)<br />\n- Outgoing account (name: Default outgoing settlement account, Account ID: OBP_DEFAULT_OUTGOING_ACCOUNT_ID, currency: EUR)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#bank_routings\">bank_routings</a>: bank routing in form of (scheme, address)</p>\n<p><a href=\"/glossary#full_name\">full_name</a>: full name string</p>\n<p><a href=\"/glossary#logo\">logo</a>: logo url</p>\n<p><a href=\"/glossary#website\">website</a>: <a href=\"http://www.openbankproject.com\">www.openbankproject.com</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#bank_routings\"><strong>bank_routings</strong></a>: bank routing in form of (scheme, address)</p>\n<p><a href=\"/glossary#full_name\"><strong>full_name</strong></a>: full name string</p>\n<p><a href=\"/glossary#logo\"><strong>logo</strong></a>: logo url</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#website\"><strong>website</strong></a>: <a href=\"http://www.openbankproject.com\">www.openbankproject.com</a></p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n","operationId":"OBPv6.0.0-createBank","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","full_name","logo","bank_code","website","bank_routings"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"full_name":{"type":"string"},"logo":{"type":"string"},"bank_code":{"type":"string"},"website":{"type":"string"},"bank_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_routings","website","attributes","bank_id","logo","bank_code","full_name"],"properties":{"bank_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"website":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"full_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"logo":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"website":{"type":"string"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"bank_id":{"type":"string"},"logo":{"type":"string"},"bank_code":{"type":"string"},"full_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/search/warehouse/statistics/{index}/{field}":{"post":{"tags":["Data-Warehouse"],"summary":"Data Warehouse Statistics","description":"<p>Search the data warehouse and get statistical aggregations over a warehouse field</p>\n<p>Does a stats aggregation over some numeric field:</p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-stats-aggregation.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-stats-aggregation.html</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>CanSearchWarehouseStats Role is required. You can request this below.</p>\n<p>Elastic (search) is used in the background. See links below for syntax.</p>\n<p>Examples of usage:</p>\n<p>POST /search/warehouse/statistics/INDEX/FIELD</p>\n<p>POST /search/warehouse/statistics/ALL/FIELD</p>\n<p>{ Any valid elasticsearch query DSL in the body }</p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">Elasticsearch query DSL</a></p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-request-body.html\">Elastic simple query</a></p>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/6.2/search-aggregations.html\">Elastic aggregations</a></p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#field\">FIELD</a>:</p>\n<p><a href=\"/glossary#index\">INDEX</a>:</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#match_all\"><strong>match_all</strong></a>:</p>\n<p><a href=\"/glossary#query\"><strong>query</strong></a>:</p>\n<p><a href=\"/glossary#none\">none</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#none\">none</a>:</p>\n","operationId":"OBPv3.0.0-dataWarehouseStatistics","parameters":[{"name":"index","in":"path","description":"The INDEX identifier","required":true,"schema":{"type":"string"}},{"name":"field","in":"path","description":"The FIELD identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["query"],"properties":{"query":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["match_all"],"properties":{"match_all":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}}}}}}}}}},"example":{"type":"object","properties":{"query":{"type":"object","properties":{"match_all":{"type":"object","properties":{}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"example":{"type":"object","properties":{}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/my/api-collections/name/{apicollectionname}":{"get":{"tags":["Api-Collection"],"summary":"Get My Api Collection By Name","description":"<p>Get Api Collection By API_COLLECTION_NAME.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_NAME</a>: Favourites</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getMyApiCollectionByName","parameters":[{"name":"apicollectionname","in":"path","description":"The APICOLLECTIONNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/web-hooks/account/notifications/on-create-transaction":{"post":{"tags":["Webhook","Bank"],"summary":"Create bank level Account Notification Webhook","description":"<p>Create a notification Webhook that will fire for all accounts on the specified Bank.</p>\n<p>Webhooks are used to call external web services when certain events happen.</p>\n<p>For instance, a webhook can be used to notify an external service if a transaction is created on an account.</p>\n<p>When an account notification webhook fires it will POST to the URL you specify during the creation of the webhook.</p>\n<p>Inside the payload you will find account_id and transaction_id and also user_ids and customer_ids of the Users / Customers linked to the Account.</p>\n<p>The webhook will POST the following structure to your service:</p>\n<p>{<br />\n&quot;event_name&quot;: &quot;OnCreateTransaction&quot;,<br />\n&quot;event_id&quot;: &quot;9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;bank_id&quot;: &quot;gh.29.uk&quot;,<br />\n&quot;account_id&quot;: &quot;8ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;transaction_id&quot;: &quot;7ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;related_entities&quot;: [<br />\n{<br />\n&quot;user_id&quot;: &quot;8ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;,<br />\n&quot;customer_ids&quot;: [&quot;3ca9a7e4-6d02-40e3-a129-0b2bf89de9b1&quot;]<br />\n}<br />\n]<br />\n}</p>\n<p>Thus, your service should accept the above POST body structure.</p>\n<p>In this way, your web service can be informed about an event on an account and act accordingly.</p>\n<p>Further information about the account, transaction or related entities can then be retrieved using the standard REST APIs.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#http_method\"><strong>http_method</strong></a>: GET</p>\n<p><a href=\"/glossary#http_protocol\"><strong>http_protocol</strong></a>:</p>\n<p><a href=\"/glossary#trigger_name\"><strong>trigger_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>webhook_id</strong></a>: webhook_id</p>\n","operationId":"OBPv4.0.0-createBankAccountNotificationWebhook","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["http_method","http_protocol","url"],"properties":{"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"http_method":{"type":"string"},"http_protocol":{"type":"string"},"url":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","http_method","webhook_id","bank_id","http_protocol","trigger_name","url"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"trigger_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_protocol":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"http_method":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"webhook_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"http_method":{"type":"string"},"webhook_id":{"type":"string"},"bank_id":{"type":"string"},"http_protocol":{"type":"string"},"trigger_name":{"type":"string"},"url":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/system-views/{viewid}":{"put":{"tags":["View-System","View-Custom"],"summary":"Update System View","description":"<p>Update an existing system view.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The JSON sent is the same as during view creation, with one difference: the 'name' field<br />\nof a view is not editable (it is only set when a view is created).</p>\n<p>The response contains the updated view with an <code>allowed_actions</code> array.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#allowed_actions\"><strong>allowed_actions</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>can_grant_access_to_views</strong></a>: can_grant_access_to_views</p>\n<p><a href=\"/glossary#\"><strong>can_revoke_access_to_views</strong></a>: can_revoke_access_to_views</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>is_system</strong></a>: true</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#short_name\"><strong>short_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#is_firehose\">is_firehose</a>:</p>\n","operationId":"OBPv6.0.0-updateSystemView","parameters":[{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_firehose","which_alias_to_use","hide_metadata_if_alias_used","allowed_actions","can_grant_access_to_views","is_public","metadata_view","description","can_revoke_access_to_views"],"properties":{"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_firehose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"is_firehose":{"type":"boolean"},"which_alias_to_use":{"type":"string"},"hide_metadata_if_alias_used":{"type":"boolean"},"allowed_actions":{"type":"array","items":{"type":"string"}},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"description":{"type":"string"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["short_name","is_firehose","hide_metadata_if_alias_used","is_system","allowed_actions","is_public","metadata_view","can_revoke_access_to_views","view_id","description","alias","can_grant_access_to_views"],"properties":{"can_grant_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_system":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_revoke_access_to_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"short_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_firehose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_actions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"short_name":{"type":"string"},"is_firehose":{"type":"boolean"},"hide_metadata_if_alias_used":{"type":"boolean"},"is_system":{"type":"boolean"},"allowed_actions":{"type":"array","items":{"type":"string"}},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"can_revoke_access_to_views":{"type":"array","items":{"type":"string"}},"view_id":{"type":"string"},"description":{"type":"string"},"alias":{"type":"string"},"can_grant_access_to_views":{"type":"array","items":{"type":"string"}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/banks/{bankid}/crm-events":{"get":{"tags":["Customer"],"summary":"Get CRM Events","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#actual_date\"><strong>actual_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#channel\"><strong>channel</strong></a>:</p>\n<p><a href=\"/glossary#crm_events\"><strong>crm_events</strong></a>:</p>\n<p><a href=\"/glossary#customer_name\"><strong>customer_name</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#detail\"><strong>detail</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#result\"><strong>result</strong></a>:</p>\n<p><a href=\"/glossary#scheduled_date\"><strong>scheduled_date</strong></a>: 2020-01-27</p>\n","operationId":"OBPv1.4.0-getCrmEvents","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["crm_events"],"properties":{"crm_events":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheduled_date","bank_id","customer_number","id","result","customer_name","category","actual_date","detail","channel"],"properties":{"channel":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"result":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheduled_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"detail":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"actual_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"crm_events":{"type":"array","items":{"type":"object","properties":{"scheduled_date":{"type":"string","format":"date-time"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"id":{"type":"string"},"result":{"type":"string"},"customer_name":{"type":"string"},"category":{"type":"string"},"actual_date":{"type":"string","format":"date-time"},"detail":{"type":"string"},"channel":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/users/{userid}/auth-context":{"get":{"tags":["User"],"summary":"Get User Auth Contexts","description":"<p>Get User Auth Contexts for a User.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#\"><strong>time_stamp</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#user_auth_context_id\"><strong>user_auth_context_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv5.0.0-getUserAuthContexts","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumer_id","time_stamp","key","user_auth_context_id","value","user_id"],"properties":{"time_stamp":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_auth_context_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consumer_id":{"type":"string"},"time_stamp":{"type":"string","format":"date-time"},"key":{"type":"string"},"user_auth_context_id":{"type":"string"},"value":{"type":"string"},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["User"],"summary":"Create User Auth Context","description":"<p>Create User Auth Context. These key value pairs will be propagated over connector to adapter. Normally used for mapping OBP user and<br />\nBank User/Customer.<br />\nUser Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#\"><strong>time_stamp</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#user_auth_context_id\"><strong>user_auth_context_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv5.0.0-createUserAuthContext","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["key","value"],"properties":{"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consumer_id","time_stamp","key","user_auth_context_id","value","user_id"],"properties":{"time_stamp":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_auth_context_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"consumer_id":{"type":"string"},"time_stamp":{"type":"string","format":"date-time"},"key":{"type":"string"},"user_auth_context_id":{"type":"string"},"value":{"type":"string"},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.4.0/banks/{bankid}/resource-docs/{apiversion}/obp":{"get":{"tags":["Documentation","API"],"summary":"Get Bank Level Dynamic Resource Docs","description":"<p>Get documentation about the RESTful resources on this server including example bodies for POST and PUT requests.</p>\n<p>This is the native data format used to document OBP endpoints. Each endpoint has a Resource Doc (a Scala case class) defined in the source code.</p>\n<p>This endpoint is used by OBP API Explorer to display and work with the API documentation.</p>\n<p>Most (but not all) fields are also available in swagger format. (The Swagger endpoint is built from Resource Docs.)</p>\n<p>API_VERSION is the version you want documentation about e.g. v3.0.0</p>\n<p>You may filter this endpoint with tags parameter e.g. ?tags=Account,Bank</p>\n<p>You may filter this endpoint with functions parameter e.g. ?functions=enableDisableConsumers,getConnectorMetrics</p>\n<p>For possible function values, see implemented_by.function in the JSON returned by this endpoint or the OBP source code or the footer of the API Explorer which produces a comma separated list of functions that reflect the server or filtering by API Explorer based on tags etc.</p>\n<p>You may filter this endpoint using the 'content' url parameter, e.g. ?content=dynamic<br />\nif set content=dynamic, only show dynamic endpoints, if content=static, only show the static endpoints. if omit this parameter, we will show all the endpoints.</p>\n<p>You may need some other language resource docs, now we support en_GB and es_ES at the moment.</p>\n<p>You can filter with api-collection-id, but api-collection-id can not be used with others together. If api-collection-id is used in URL, it will ignore all other parameters.</p>\n<p>See the Resource Doc endpoint for more information.</p>\n<p>Note: Dynamic Resource Docs are cached, TTL is 3600 seconds<br />\nStatic Resource Docs are cached, TTL is 3600 seconds</p>\n<p>Following are more examples:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp\">https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?tags=Account,Bank\">https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?tags=Account,Bank</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?functions=getBanks,bankById\">https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?functions=getBanks,bankById</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?locale=es_ES\">https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?locale=es_ES</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?content=static,dynamic,all\">https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?content=static,dynamic,all</a><br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221\">https://apisandbox.openbankproject.com/obp/v4.0.0/banks/BANK_ID/resource-docs/v4.0.0/obp?api-collection-id=4e866c86-60c3-4268-a221-cb0bbf1ad221</a></p>\n<ul>\n<li> operation_id is concatenation of \"v\", version and function and should be unique (used for DOM element IDs etc. maybe used to link to source code) </li>\n<li> version references the version that the API call is defined in.</li>\n<li> function is the (scala) partial function that implements this endpoint. It is unique per version of the API.</li>\n<li> request_url is empty for the root call, else the path. It contains the standard prefix (e.g. /obp) and the implemented version (the version where this endpoint was defined) e.g. /obp/v1.2.0/resource</li>\n<li> specified_url (recommended to use) is empty for the root call, else the path. It contains the standard prefix (e.g. /obp) and the version specified in the call e.g. /obp/v3.1.0/resource. In OBP, endpoints are first made available at the request_url, but the same resource (function call) is often made available under later versions (specified_url). To access the latest version of all endpoints use the latest version available on your OBP instance e.g. /obp/v3.1.0 - To get the original version use the request_url. We recommend to use the specified_url since non semantic improvements are more likely to be applied to later implementations of the call.</li>\n<li> summary is a short description inline with the swagger terminology. </li>\n<li> description may contain html markup (generated from markdown on the server).</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#api_version\">API_VERSION</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.4.0-getBankLevelDynamicResourceDocsObp","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiversion","in":"path","description":"The APIVERSION identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/user/current/consents/{consentid}":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get Consent By Consent Id via User","description":"<p>This endpoint gets the Consent By consent id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#consent_request_id\">consent_request_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#scopes\">scopes</a>:</p>\n","operationId":"OBPv5.1.0-getConsentByConsentId","parameters":[{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scopes","consumer_id","consent_request_id","consent_id","status","jwt"],"properties":{"scopes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"scopes":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}},"consumer_id":{"type":"string"},"consent_request_id":{"type":"string"},"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}":{"get":{"tags":["Counterparty","Account"],"summary":"Get Other Account by Id","description":"<p>Returns data about the Other Account that has shared at least one transaction with ACCOUNT_ID at BANK_ID.<br />\nUser Authentication is Optional. The User need not be logged in.</p>\n<p>Authentication is required if the view is not public.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>URL</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#bank_routing\"><strong>bank_routing</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#holder\"><strong>holder</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_URL</strong></a>:</p>\n<p><a href=\"/glossary#is_alias\"><strong>is_alias</strong></a>:</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_URL</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n","operationId":"OBPv3.0.0-getOtherAccountByIdForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","metadata","bank_routing","holder","id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"holder":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_alias","name"],"properties":{"is_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["image_URL","corporate_location","URL","open_corporates_URL","physical_location","public_alias","private_alias","more_info"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"image_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"open_corporates_URL":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"metadata":{"type":"object","properties":{"image_URL":{"type":"string"},"corporate_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"URL":{"type":"string"},"open_corporates_URL":{"type":"string"},"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}},"public_alias":{"type":"string"},"private_alias":{"type":"string"},"more_info":{"type":"string"}}},"bank_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"holder":{"type":"object","properties":{"is_alias":{"type":"boolean"},"name":{"type":"string"}}},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/banks/gh.29.uk/InsurancePremium/{insurancepremiumid}":{"get":{"tags":["_InsurancePremium(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Get InsurancePremium by id","description":"<p>Get InsurancePremium by id.</p>\n<p>Retrive the premium for the customer.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePremium&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getSingleInsurancePremium_gh.29.uk","parameters":[{"name":"insurancepremiumid","in":"path","description":"The INSURANCEPREMIUMID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_premium"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_premium":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_premium_id","name","number"],"properties":{"insurance_premium_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_premium":{"type":"object","properties":{"insurance_premium_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["_InsurancePremium(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Update InsurancePremium","description":"<p>Update InsurancePremium.</p>\n<p>Retrive the premium for the customer.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePremium&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_updateInsurancePremium_gh.29.uk","parameters":[{"name":"insurancepremiumid","in":"path","description":"The INSURANCEPREMIUMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_premium"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_premium":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_premium_id","name","number"],"properties":{"insurance_premium_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_premium":{"type":"object","properties":{"insurance_premium_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["_InsurancePremium(gh.29.uk)","Dynamic-Entity","Dynamic"],"summary":"Delete InsurancePremium by id","description":"<p>Delete InsurancePremium by id</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;InsurancePremium&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_deleteInsurancePremium_gh.29.uk","parameters":[{"name":"insurancepremiumid","in":"path","description":"The INSURANCEPREMIUMID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank-id","insurance_premium"],"properties":{"bank-id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insurance_premium":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["insurance_premium_id","name","number"],"properties":{"insurance_premium_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"bank-id":{"type":"string"},"insurance_premium":{"type":"object","properties":{"insurance_premium_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/consumers/{consumerid}/active-rate-limits":{"get":{"tags":["Consumer"],"summary":"Get Active Rate Limits (Current)","description":"<p>Get the active rate limits for a consumer at the current date/time. Returns the aggregated rate limits from all active records at this moment.</p>\n<p>This is a convenience endpoint that uses the current date/time automatically.</p>\n<p>See [here](/glossary#Rate Limiting) for more details on how rate limiting works.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>active_at_date</strong></a>: active_at_date</p>\n<p><a href=\"/glossary#\"><strong>active_per_day_rate_limit</strong></a>: active_per_day_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_hour_rate_limit</strong></a>: active_per_hour_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_minute_rate_limit</strong></a>: active_per_minute_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_month_rate_limit</strong></a>: active_per_month_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_second_rate_limit</strong></a>: active_per_second_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>active_per_week_rate_limit</strong></a>: active_per_week_rate_limit</p>\n<p><a href=\"/glossary#\"><strong>considered_rate_limit_ids</strong></a>: considered_rate_limit_ids</p>\n","operationId":"OBPv6.0.0-getActiveRateLimitsNow","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["active_per_minute_rate_limit","active_per_hour_rate_limit","active_per_day_rate_limit","active_per_second_rate_limit","considered_rate_limit_ids","active_at_date","active_per_week_rate_limit","active_per_month_rate_limit"],"properties":{"active_at_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"active_per_second_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_day_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_week_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"considered_rate_limit_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"active_per_minute_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_month_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active_per_hour_rate_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"active_per_minute_rate_limit":{"type":"integer"},"active_per_hour_rate_limit":{"type":"integer"},"active_per_day_rate_limit":{"type":"integer"},"active_per_second_rate_limit":{"type":"integer"},"considered_rate_limit_ids":{"type":"array","items":{"type":"string"}},"active_at_date":{"type":"string","format":"date-time"},"active_per_week_rate_limit":{"type":"integer"},"active_per_month_rate_limit":{"type":"integer"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/system-dynamic-entities/{dynamicentityid}/backup":{"post":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Backup System Level Dynamic Entity","description":"<p>Create a backup copy of a system level DynamicEntity specified by DYNAMIC_ENTITY_ID.</p>\n<p>This endpoint creates a backup of the dynamic entity definition and all its data records.<br />\nThe backup entity will be named with a _BAK suffix (e.g. my_entity_BAK).<br />\nIf a backup with that name already exists, _BAK2, _BAK3 etc. will be used.</p>\n<p>The calling user will be granted CanGetDynamicEntity_<code>&lt;BackupEntityName&gt;</code> on the newly created backup entity.</p>\n<p>For more information see <a href=\"/glossary#Dynamic-Entities\">here</a></p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-backupSystemDynamicEntity","parameters":[{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dynamic_entity_id","has_community_access","entity_name","personal_requires_role","user_id","has_public_access","schema","has_personal_entity"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"entity_name":{"type":"string"},"personal_requires_role":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"},"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}}}}}},"has_personal_entity":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/banks/{bankid}/customers/{customerid}/kyc_media/{kycmediaid}":{"put":{"tags":["KYC","Customer"],"summary":"Add KYC Media","description":"<p>Add some KYC media for the customer specified by CUSTOMER_ID. KYC Media resources relate to KYC Documents and KYC Checks and contain media urls for scans of passports, utility bills etc</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#kyc_media_id\">KYC_MEDIA_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#relates_to_kyc_check_id\"><strong>relates_to_kyc_check_id</strong></a>:</p>\n<p><a href=\"/glossary#relates_to_kyc_document_id\"><strong>relates_to_kyc_document_id</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n","operationId":"OBPv2.0.0-addKycMedia","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}},{"name":"kycmediaid","in":"path","description":"The KYCMEDIAID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","customer_number","relates_to_kyc_check_id","date","relates_to_kyc_document_id","type"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"relates_to_kyc_document_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relates_to_kyc_check_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"url":{"type":"string"},"customer_number":{"type":"string"},"relates_to_kyc_check_id":{"type":"string"},"date":{"type":"string","format":"date-time"},"relates_to_kyc_document_id":{"type":"string"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","type","bank_id","customer_number","date","relates_to_kyc_document_id","id","relates_to_kyc_check_id","url"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"relates_to_kyc_document_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relates_to_kyc_check_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_id":{"type":"string"},"type":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"relates_to_kyc_document_id":{"type":"string"},"id":{"type":"string"},"relates_to_kyc_check_id":{"type":"string"},"url":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/banks/{bankid}/accounts/{accountid}/account":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Account by Id (Core)","description":"<p>Information returned about the account specified by ACCOUNT_ID:</p>\n<ul>\n<li>Number - The human readable account number given by the bank that identifies the account.</li>\n<li>Label - A label given by the owner of the account</li>\n<li>Owners - Users that own this account</li>\n<li>Type - The type of account</li>\n<li>Balance - Currency and Value</li>\n<li>Account Routings - A list that might include IBAN or national account identifiers</li>\n<li>Account Rules - A list that might include Overdraft and other bank specific rules</li>\n<li>Tags - A list of Tags assigned to this account</li>\n</ul>\n<p>This call returns the owner view and requires access to that view.</p>\n<p>This v6.0.0 version returns <code>account_id</code> instead of <code>id</code> for consistency with other v6.0.0 endpoints.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#views_basic\"><strong>views_basic</strong></a>:</p>\n","operationId":"OBPv6.0.0-getCoreAccountByIdV600","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["views_basic","product_code","bank_id","label","number","account_routings","account_id","balance"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["amount","currency"],"properties":{"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"views_basic":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"views_basic":{"type":"array","items":{"type":"string"}},"product_code":{"type":"string"},"bank_id":{"type":"string"},"label":{"type":"string"},"number":{"type":"string"},"account_routings":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}},"account_id":{"type":"string"},"balance":{"type":"object","properties":{"amount":{"type":"string"},"currency":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/users/current/logout-link":{"get":{"tags":["User"],"summary":"Get Logout Link","description":"<p>Get the Logout Link</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n","operationId":"OBPv4.0.0-getLogoutLink","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["link"],"properties":{"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"link":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user_customer_links/{usercustomerlinkid}":{"delete":{"tags":["Customer"],"summary":"Delete User Customer Link","description":"<p>Delete User Customer Link by USER_CUSTOMER_LINK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#user_customer_link_id\">USER_CUSTOMER_LINK_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteUserCustomerLink","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"usercustomerlinkid","in":"path","description":"The USERCUSTOMERLINKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/owner/transaction-request-types/{hold}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (HOLD)","description":"<p>Create a transaction request to move funds from the account to its Holding Account.<br />\nIf the Holding Account does not exist, it will be created automatically.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">HOLD</a>: HOLD</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv6.0.0-createTransactionRequestHold","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"hold","in":"path","description":"The HOLD identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","description"],"properties":{"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"description":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/customers":{"get":{"tags":["Customer","User"],"summary":"Get Customers at Bank","description":"<p>Get Customers at Bank.</p>\n<p>Returns a list of all customers at the specified bank.</p>\n<p><strong>Date Format:</strong><br />\nIn v6.0.0, date_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong> (e.g., &quot;1990-05-15&quot;, &quot;2010-03-20&quot;).</p>\n<p><strong>Query Parameters:</strong><br />\n- limit: Maximum number of customers to return (optional)<br />\n- offset: Number of customers to skip for pagination (optional)<br />\n- sort_direction: Sort direction - ASC or DESC (optional)</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#97;&#105;&#x6c;&#116;&#x6f;:f&#x65;l&#105;&#x78;&#x73;&#109;&#105;&#x74;&#x68;&#64;&#101;&#x78;&#x61;&#109;&#112;l&#101;&#x2e;&#99;&#x6f;&#109;\">&#102;&#101;&#108;&#x69;&#x78;sm&#x69;th&#x40;&#x65;xa&#109;&#112;&#x6c;e&#46;co&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCustomersAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Customer","Person"],"summary":"Create Customer","description":"<p>The Customer resource stores the customer number, legal name, email, phone number, date of birth, relationship status,<br />\neducation attained, a url for a profile image, KYC status, credit rating, credit limit, and other customer information.</p>\n<p><strong>Required Fields:</strong><br />\n- legal_name: The customer's full legal name<br />\n- mobile_phone_number: The customer's mobile phone number</p>\n<p><strong>Optional Fields:</strong><br />\n- customer_number: If not provided, a random number will be generated<br />\n- email: Customer's email address<br />\n- face_image: Customer's face image (url and date)<br />\n- date_of_birth: Customer's date of birth in YYYY-MM-DD format<br />\n- relationship_status: Customer's relationship status<br />\n- dependants: Number of dependants (must match the length of dob_of_dependants array)<br />\n- dob_of_dependants: Array of dependant birth dates in YYYY-MM-DD format<br />\n- credit_rating: Customer's credit rating (rating and source)<br />\n- credit_limit: Customer's credit limit (currency and amount)<br />\n- highest_education_attained: Customer's highest education level<br />\n- employment_status: Customer's employment status<br />\n- kyc_status: Know Your Customer verification status (true/false). Default: false<br />\n- last_ok_date: Last verification date<br />\n- title: Customer's title (e.g., Mr., Mrs., Dr.)<br />\n- branch_id: Associated branch identifier<br />\n- name_suffix: Customer's name suffix (e.g., Jr., Sr.)<br />\n- customer_type: Type of customer - INDIVIDUAL (default), CORPORATE, or SUBSIDIARY<br />\n- parent_customer_id: For SUBSIDIARY customers, the customer_id of the parent CORPORATE customer</p>\n<p><strong>Date Format:</strong><br />\nIn v6.0.0, date_of_birth and dob_of_dependants must be provided in ISO 8601 date format: <strong>YYYY-MM-DD</strong> (e.g., &quot;1990-05-15&quot;, &quot;2010-03-20&quot;).<br />\nThe dates are strictly validated and must be valid calendar dates.<br />\nDates are stored with time set to midnight (00:00:00) UTC for consistency.</p>\n<p><strong>Validations:</strong><br />\n- customer_number cannot contain <code>::::</code> characters<br />\n- customer_number must be unique for the bank<br />\n- The number of dependants must equal the length of the dob_of_dependants array<br />\n- date_of_birth must be in valid YYYY-MM-DD format if provided<br />\n- Each date in dob_of_dependants must be in valid YYYY-MM-DD format</p>\n<p>Note: If you need to set a specific customer number, use the Update Customer Number endpoint after this call.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\">branch_id</a>: DERBY6</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n<p><a href=\"/glossary#\">customer_number</a>: 5987953</p>\n<p><a href=\"/glossary#\">customer_type</a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\">date_of_birth</a>: 2018-03-09</p>\n<p><a href=\"/glossary#\">dependants</a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\">dob_of_dependants</a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\">email</a>: <a href=\"&#109;ai&#108;t&#111;:&#x66;&#x65;l&#x69;x&#115;&#x6d;&#x69;&#x74;&#104;&#x40;e&#x78;&#x61;&#109;&#x70;&#108;e&#x2e;&#99;&#x6f;m\">&#102;&#x65;l&#105;&#x78;&#x73;&#109;&#x69;t&#x68;&#x40;e&#120;a&#109;&#112;&#108;&#x65;&#46;&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\">employment_status</a>: worker</p>\n<p><a href=\"/glossary#face_image\">face_image</a>:</p>\n<p><a href=\"/glossary#\">highest_education_attained</a>: Master</p>\n<p><a href=\"/glossary#\">kyc_status</a>: false</p>\n<p><a href=\"/glossary#last_ok_date\">last_ok_date</a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\">name_suffix</a>: Sr</p>\n<p><a href=\"/glossary#\">parent_customer_id</a>:</p>\n<p><a href=\"/glossary#\">relationship_status</a>: single</p>\n<p><a href=\"/glossary#\">title</a>: Dr.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;ilt&#111;&#58;&#x66;&#101;&#108;&#x69;&#x78;s&#x6d;it&#x68;&#64;&#101;&#120;&#97;&#109;p&#108;&#x65;&#x2e;c&#x6f;&#109;\">&#x66;e&#108;&#105;&#120;&#115;&#x6d;&#105;&#x74;h&#x40;&#x65;&#x78;&#97;&#x6d;&#112;&#x6c;&#101;&#x2e;&#99;o&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-createCustomer","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["relationship_status","name_suffix","highest_education_attained","credit_limit","date_of_birth","title","last_ok_date","face_image","dob_of_dependants","credit_rating","email","customer_number","kyc_status","customer_type","legal_name","branch_id","employment_status","mobile_phone_number","dependants"],"properties":{"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"relationship_status":{"type":"string"},"name_suffix":{"type":"string"},"highest_education_attained":{"type":"string"},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"date_of_birth":{"type":"string","format":"date-time"},"title":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"email":{"type":"string"},"customer_number":{"type":"string"},"kyc_status":{"type":"boolean"},"customer_type":{"type":"string"},"legal_name":{"type":"string"},"branch_id":{"type":"string"},"employment_status":{"type":"string"},"mobile_phone_number":{"type":"string"},"dependants":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user-invitations/{secretlink}":{"get":{"tags":["User-Invitation"],"summary":"Get User Invitation","description":"<p>Get User Invitation</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">SECRET_LINK</a>: SECRET_LINK</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#country\"><strong>country</strong></a>: Germany</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;a&#105;&#108;&#116;&#111;&#58;&#102;&#101;&#x6c;ix&#115;&#109;&#105;&#x74;&#104;&#64;e&#x78;&#x61;&#109;&#x70;&#x6c;&#x65;.&#x63;&#111;m\">&#x66;&#101;&#x6c;&#x69;&#x78;&#x73;&#x6d;&#x69;&#x74;&#x68;&#x40;&#x65;&#120;&#97;&#x6d;&#112;&#x6c;&#101;&#x2e;&#x63;&#111;m</a></p>\n<p><a href=\"/glossary#first_name\"><strong>first_name</strong></a>: Tom</p>\n<p><a href=\"/glossary#last_name\"><strong>last_name</strong></a>: Smith</p>\n<p><a href=\"/glossary#purpose\"><strong>purpose</strong></a>: DEVELOPER</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-getUserInvitation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"secretlink","in":"path","description":"The SECRETLINK identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["email","purpose","first_name","country","status","company","last_name"],"properties":{"first_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"purpose":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"email":{"type":"string"},"purpose":{"type":"string"},"first_name":{"type":"string"},"country":{"type":"string"},"status":{"type":"string"},"company":{"type":"string"},"last_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/atms/{atmid}/accessibility-features":{"put":{"tags":["ATM"],"summary":"Update ATM Accessibility Features","description":"<p>Update ATM Accessibility Features.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessibility_features\"><strong>accessibility_features</strong></a>: [&quot;ATAC&quot;,&quot;ATAD&quot;]</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n","operationId":"OBPv4.0.0-updateAtmAccessibilityFeatures","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accessibility_features"],"properties":{"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"accessibility_features":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accessibility_features","atm_id"],"properties":{"accessibility_features":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"accessibility_features":{"type":"array","items":{"type":"string"}},"atm_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/customers/{customerid}/kyc_media":{"get":{"tags":["KYC","Customer"],"summary":"Get KYC Media for a customer","description":"<p>Get KYC media (scans, pictures, videos) that affirms the identity of the customer.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#medias\"><strong>medias</strong></a>:</p>\n<p><a href=\"/glossary#relates_to_kyc_check_id\"><strong>relates_to_kyc_check_id</strong></a>:</p>\n<p><a href=\"/glossary#relates_to_kyc_document_id\"><strong>relates_to_kyc_document_id</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n","operationId":"OBPv2.0.0-getKycMedia","parameters":[{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["medias"],"properties":{"medias":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_id","type","bank_id","customer_number","date","relates_to_kyc_document_id","id","relates_to_kyc_check_id","url"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"relates_to_kyc_document_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relates_to_kyc_check_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"medias":{"type":"array","items":{"type":"object","properties":{"customer_id":{"type":"string"},"type":{"type":"string"},"bank_id":{"type":"string"},"customer_number":{"type":"string"},"date":{"type":"string","format":"date-time"},"relates_to_kyc_document_id":{"type":"string"},"id":{"type":"string"},"relates_to_kyc_check_id":{"type":"string"},"url":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/api-collections/featured/{apicollectionid}":{"put":{"tags":["Api-Collection","API"],"summary":"Update Featured Api Collection","description":"<p>Update the sort order of a featured API collection.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>featured_api_collection_id</strong></a>: 9uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>sort_order</strong></a>: 1</p>\n","operationId":"OBPv6.0.0-updateFeaturedApiCollection","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sort_order"],"properties":{"sort_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"sort_order":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["featured_api_collection_id","api_collection_id","sort_order"],"properties":{"featured_api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"sort_order":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"featured_api_collection_id":{"type":"string"},"api_collection_id":{"type":"string"},"sort_order":{"type":"integer"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Api-Collection","API"],"summary":"Delete Featured Api Collection","description":"<p>Remove an API Collection from the featured list.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteFeaturedApiCollection","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"},"403":{"description":"Forbidden"},"200":{"description":"Successful operation"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/views/{viewid}/balances":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Account Balances by BANK_ID through the VIEW_ID","description":"<p>Get the Balances for the Account specified by BANK_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>balances</strong></a>: balances</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv5.1.0-getBankAccountsBalancesThroughView","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","label","balances","account_routings","account_id"],"properties":{"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","address"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balances":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","amount","currency"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"label":{"type":"string"},"balances":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"amount":{"type":"string"},"currency":{"type":"string"}}}},"account_routings":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"address":{"type":"string"}}}},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/oidc/clients/verify":{"post":{"tags":["OIDC","Consumer","OAuth"],"summary":"Verify OIDC Client","description":"<p>Verifies an OIDC/OAuth2 client's credentials.</p>\n<p>Returns <code>valid: true</code> if the client_id and client_secret match an active consumer.<br />\nAlso returns the consumer_id and redirect_uris for use by the OIDC provider.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>client_id</strong></a>: client_id</p>\n<p><a href=\"/glossary#\"><strong>client_secret</strong></a>: client_secret</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>valid</strong></a>: valid</p>\n<p><a href=\"/glossary#\">client_id</a>: client_id</p>\n<p><a href=\"/glossary#\">consumer_id</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\">redirect_uris</a>: redirect_uris</p>\n","operationId":"OBPv6.0.0-verifyOidcClient","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["client_id","client_secret"],"properties":{"client_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"client_secret":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["client_id","redirect_uris","valid","consumer_id"],"properties":{"client_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redirect_uris":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"valid":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"client_id":{"type":"string"},"redirect_uris":{"type":"array","items":{"type":"string"}},"valid":{"type":"boolean"},"consumer_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/accounts/{accountid}":{"get":{"tags":["Bank Accounts (Dynamic Endpoint)","Dynamic-Endpoint","Dynamic"],"summary":"Get Bank Account By Id","description":"<p>Get Bank Account</p>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEndpointProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;url_pattern&quot;,\n        &quot;value&quot;:&quot;http://obp_mock//accounts/{account_id}&quot;\n    },\n    {\n        &quot;key&quot;:&quot;http_method&quot;,\n        &quot;value&quot;:&quot;GET&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEndpoint_GET_accounts_ACCOUNT_ID","parameters":[{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"balance":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/dynamic-registration/consumers":{"post":{"tags":["Directory","Consumer"],"summary":"Create a Consumer(Dynamic Registration)","description":"<p>Create a Consumer with full certificate validation (mTLS access) - <strong>Recommended for PSD2/Berlin Group compliance</strong>.</p>\n<p>This endpoint provides <strong>secure, validated consumer registration</strong> unlike the standard <code>/management/consumers</code> endpoint.</p>\n<p><strong>How it works (for comprehension flow):</strong></p>\n<ol>\n<li><strong>Extract JWT from request</strong>: Parse the signed JWT from the request body</li>\n<li><strong>Extract certificate</strong>: Get certificate from <code>PSD2-CERT</code> header in PEM format</li>\n<li><strong>Verify JWT signature</strong>: Validate JWT is signed with the certificate's private key (proves possession)</li>\n<li><strong>Parse JWT payload</strong>: Extract consumer details (description, app_name, app_type, developer_email, redirect_url)</li>\n<li><strong>Extract certificate info</strong>: Parse certificate to get Common Name, Email, Organization</li>\n<li><strong>Validate against Regulated Entity</strong>: Check certificate exists in Regulated Entity registry (PSD2 requirement)</li>\n<li><strong>Create consumer</strong>: Generate credentials and create consumer record with validated certificate</li>\n<li><strong>Return consumer with certificate info</strong>: Returns consumer details including parsed certificate information</li>\n</ol>\n<p><strong>Certificate Validation (CRITICAL SECURITY DIFFERENCE from regular creation):</strong></p>\n<p>[YES] <strong>JWT Signature Verification</strong>: JWT must be signed with certificate's private key - proves TPP owns the certificate<br />\n[YES] <strong>Regulated Entity Check</strong>: Certificate must match a pre-registered Regulated Entity in the database<br />\n[YES] <strong>Certificate Binding</strong>: Certificate is permanently bound to the consumer at creation time<br />\n[YES] <strong>CA Validation</strong>: Certificate chain can be validated against trusted root CAs during API requests<br />\n[YES] <strong>PSD2 Compliance</strong>: Meets EU regulatory requirements for TPP registration</p>\n<p><strong>Security benefits vs regular consumer creation:</strong></p>\n<table>\n<thead>\n<tr><th>Feature </th><th> Regular Creation </th><th> Dynamic Registration </th></tr>\n</thead>\n<tbody>\n<tr><td>Certificate validation </td><td> [NO] None </td><td> [YES] Full validation </td></tr>\n<tr><td>Regulated Entity check </td><td> [NO] Not required </td><td> [YES] Required </td></tr>\n<tr><td>JWT signature proof </td><td> [NO] Not required </td><td> [YES] Required (proves private key possession) </td></tr>\n<tr><td>Self-signed certs </td><td> [YES] Accepted </td><td> [NO] Rejected </td></tr>\n<tr><td>PSD2 compliant </td><td> [NO] No </td><td> [YES] Yes </td></tr>\n<tr><td>Rogue TPP prevention </td><td> [NO] No </td><td> [YES] Yes </td></tr>\n</tbody>\n</table>\n<p><strong>Prerequisites:</strong><br />\n1. TPP must be registered as a Regulated Entity with their certificate<br />\n2. Certificate must be provided in <code>PSD2-CERT</code> request header (PEM format)<br />\n3. JWT must be signed with the private key corresponding to the certificate<br />\n4. Trust store must be configured with trusted root CAs</p>\n<p><strong>JWT Payload Structure:</strong></p>\n<p>Minimal:</p>\n<pre><code class=\"language-json\">{ &quot;description&quot;:&quot;TPP Application Description&quot; }\n</code></pre>\n<p>Full:</p>\n<pre><code class=\"language-json\">{\n  &quot;description&quot;: &quot;Payment Initiation Service&quot;,\n  &quot;app_name&quot;: &quot;Tesobe GmbH&quot;,\n  &quot;app_type&quot;: &quot;Confidential&quot;,\n  &quot;developer_email&quot;: &quot;contact@tesobe.com&quot;,\n  &quot;redirect_url&quot;: &quot;https://tpp.example.com/callback&quot;\n}\n</code></pre>\n<p><strong>Note:</strong> JWT must be signed with the private key that corresponds to the public key in the certificate sent via <code>PSD2-CERT</code> header.</p>\n<p><strong>Certificate Information Extraction:</strong></p>\n<p>The endpoint automatically extracts information from the certificate:<br />\n- Common Name (CN) → used as app_name if not provided in JWT<br />\n- Email Address → used as developer_email if not provided<br />\n- Organization (O) → used as company<br />\n- Certificate validity period<br />\n- Issuer information</p>\n<p><strong>Configuration Required:</strong><br />\n- <code>truststore.path.tpp_signature</code> - Path to trust store for CA validation<br />\n- <code>truststore.password.tpp_signature</code> - Trust store password<br />\n- Regulated Entity must be pre-registered with certificate public key</p>\n<p><strong>Error Scenarios:</strong><br />\n- JWT signature invalid → <code>PostJsonIsNotSigned</code> (400)<br />\n- Certificate not in Regulated Entity registry → <code>RegulatedEntityNotFoundByCertificate</code> (400)<br />\n- Invalid JWT format → <code>InvalidJsonFormat</code> (400)<br />\n- Missing PSD2-CERT header → Signature verification fails</p>\n<p><strong>This is the SECURE way to register consumers for production PSD2/Berlin Group implementations.</strong></p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#x6d;&#x61;&#x69;&#108;&#x74;&#x6f;:&#102;&#101;&#108;&#105;&#x78;&#115;&#x6d;&#x69;&#116;&#104;&#64;&#x65;&#120;a&#109;&#112;&#x6c;e.c&#111;&#x6d;\">&#x66;&#x65;l&#x69;&#x78;&#115;m&#x69;&#116;h&#x40;&#x65;x&#x61;&#109;&#112;&#x6c;&#x65;&#x2e;&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-createConsumerDynamicRegistration","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["jwt"],"properties":{"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"jwt":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/accounts/{accountid}/direct-debit":{"post":{"tags":["Direct-Debit","Account"],"summary":"Create Direct Debit (management)","description":"<p>Create direct debit for an account.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\">date_expires</a>: 2021-01-27</p>\n<p><a href=\"/glossary#\">date_signed</a>: 2020-01-27</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#active\"><strong>active</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>date_cancelled</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_expires</strong></a>: 2021-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_signed</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_starts</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#direct_debit_id\"><strong>direct_debit_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-createDirectDebitManagement","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_expires","date_starts","customer_id","counterparty_id","date_signed","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_expires":{"type":"string","format":"date-time"},"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"counterparty_id":{"type":"string"},"date_signed":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_starts","customer_id","active","bank_id","counterparty_id","date_signed","direct_debit_id","date_expires","date_cancelled","account_id","user_id"],"properties":{"date_starts":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_cancelled":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"date_signed":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_expires":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"direct_debit_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date_starts":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"active":{"type":"boolean"},"bank_id":{"type":"string"},"counterparty_id":{"type":"string"},"date_signed":{"type":"string","format":"date-time"},"direct_debit_id":{"type":"string"},"date_expires":{"type":"string","format":"date-time"},"date_cancelled":{"type":"string","format":"date-time"},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/customer-account-links/{customeraccountlinkid}":{"get":{"tags":["Customer"],"summary":"Get Customer Account Link by Id","description":"<p>Get Customer Account Link by CUSTOMER_ACCOUNT_LINK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CUSTOMER_ACCOUNT_LINK_ID</a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_account_link_id</strong></a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>relationship_type</strong></a>: Owner</p>\n","operationId":"OBPv5.0.0-getCustomerAccountLinkById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customeraccountlinkid","in":"path","description":"The CUSTOMERACCOUNTLINKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_account_link_id","customer_id","bank_id","account_id","relationship_type"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_account_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_account_link_id":{"type":"string"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"},"relationship_type":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Customer"],"summary":"Update Customer Account Link by Id","description":"<p>Update Customer Account Link by CUSTOMER_ACCOUNT_LINK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CUSTOMER_ACCOUNT_LINK_ID</a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>customer_account_link_id</strong></a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>relationship_type</strong></a>: Owner</p>\n","operationId":"OBPv5.0.0-updateCustomerAccountLinkById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customeraccountlinkid","in":"path","description":"The CUSTOMERACCOUNTLINKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["relationship_type"],"properties":{"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"relationship_type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_account_link_id","customer_id","bank_id","account_id","relationship_type"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_account_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_account_link_id":{"type":"string"},"customer_id":{"type":"string"},"bank_id":{"type":"string"},"account_id":{"type":"string"},"relationship_type":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Customer"],"summary":"Delete Customer Account Link","description":"<p>Delete Customer Account Link by CUSTOMER_ACCOUNT_LINK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">CUSTOMER_ACCOUNT_LINK_ID</a>: xyz8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.0.0-deleteCustomerAccountLinkById","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customeraccountlinkid","in":"path","description":"The CUSTOMERACCOUNTLINKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/atms/{atmid}/attributes":{"get":{"tags":["ATM","ATM-Attribute","Attribute"],"summary":"Get ATM Attributes","description":"<p>Get ATM Attributes</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>atm_attributes</strong></a>: atm_attributes</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-getAtmAttributes","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["atm_attributes"],"properties":{"atm_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"atm_attributes":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["ATM","ATM-Attribute","Attribute"],"summary":"Create ATM Attribute","description":"<p>Create ATM Attribute</p>\n<p>The type field must be one of &quot;STRING&quot;, &quot;INTEGER&quot;, &quot;DOUBLE&quot; or DATE_WITH_DAY&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#atm_id\">ATM_ID</a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>atm_attribute_id</strong></a>: xxaf2a-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#atm_id\"><strong>atm_id</strong></a>: atme-9a0f-4bfa-b30b-9003aa467f51</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv5.1.0-createAtmAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"atmid","in":"path","description":"The ATMID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value","is_active","type"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"type":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","bank_id","name","atm_attribute_id","value","is_active","atm_id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"atm_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"bank_id":{"type":"string"},"name":{"type":"string"},"atm_attribute_id":{"type":"string"},"value":{"type":"string"},"is_active":{"type":"boolean"},"atm_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/transaction-request-types/{card}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (CARD)","description":"<p>When using CARD, the payee is set in the request body .</p>\n<p>Money goes into the Counterparty in the request body.</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CARD</a>: CARD</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>brand</strong></a>: Visa</p>\n<p><a href=\"/glossary#\"><strong>card</strong></a>: card</p>\n<p><a href=\"/glossary#\"><strong>card_number</strong></a>: 364435172576215</p>\n<p><a href=\"/glossary#\"><strong>card_type</strong></a>: Credit</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>cvv</strong></a>: 123</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>expiry_month</strong></a>: 01</p>\n<p><a href=\"/glossary#\"><strong>expiry_year</strong></a>: 2023</p>\n<p><a href=\"/glossary#\"><strong>name_on_card</strong></a>: SusanSmith</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestCard","parameters":[{"name":"card","in":"path","description":"The CARD identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","value","card","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"card":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["card_number","cvv","card_type","name_on_card","brand","expiry_month","expiry_year"],"properties":{"expiry_year":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"cvv":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"expiry_month":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"brand":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_on_card":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"card_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"card":{"type":"object","properties":{"card_number":{"type":"string"},"cvv":{"type":"string"},"card_type":{"type":"string"},"name_on_card":{"type":"string"},"brand":{"type":"string"},"expiry_month":{"type":"string"},"expiry_year":{"type":"string"}}},"to":{"type":"object","properties":{"counterparty_id":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/dynamic-entities/{dynamicentityid}":{"put":{"tags":["Dynamic-Entity-Manage","API"],"summary":"Update My Dynamic Entity","description":"<p>Update a Dynamic Entity that I created.</p>\n<p>This v6.0.0 endpoint accepts and returns snake_case field names with an explicit <code>entity_name</code> field.</p>\n<p><strong>Request format:</strong></p>\n<pre><code class=\"language-json\">{\n  &quot;entity_name&quot;: &quot;customer_preferences&quot;,\n  &quot;has_personal_entity&quot;: true,\n  &quot;has_public_access&quot;: false,\n  &quot;has_community_access&quot;: false,\n  &quot;personal_requires_role&quot;: false,\n  &quot;schema&quot;: {\n    &quot;description&quot;: &quot;User preferences updated&quot;,\n    &quot;required&quot;: [&quot;theme&quot;],\n    &quot;properties&quot;: {\n      &quot;theme&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 1, &quot;maxLength&quot;: 20, &quot;example&quot;: &quot;dark&quot;, &quot;description&quot;: &quot;The UI theme preference&quot;},\n      &quot;language&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;minLength&quot;: 2, &quot;maxLength&quot;: 5, &quot;example&quot;: &quot;en&quot;, &quot;description&quot;: &quot;ISO language code&quot;},\n      &quot;notifications_enabled&quot;: {&quot;type&quot;: &quot;boolean&quot;, &quot;example&quot;: &quot;true&quot;, &quot;description&quot;: &quot;Whether to send notifications&quot;}\n    }\n  }\n}\n</code></pre>\n<p><strong>Note:</strong><br />\n* The <code>entity_name</code> must be lowercase with underscores (snake_case), e.g. <code>customer_preferences</code>. No uppercase letters or spaces allowed.<br />\n* Each property can optionally include <code>description</code> (markdown text), and for string types: <code>minLength</code> and <code>maxLength</code>.<br />\n* Set <code>has_public_access</code> to <code>true</code> to generate read-only public endpoints (GET only, no authentication required) under <code>/public/</code>.<br />\n* Set <code>has_community_access</code> to <code>true</code> to generate read-only community endpoints (GET only, authentication required + CanGet role) under <code>/community/</code>. Community endpoints return ALL records (personal + non-personal from all users).<br />\n* Set <code>personal_requires_role</code> to <code>true</code> to require the corresponding role (e.g. CanCreateDynamicEntity_, CanGetDynamicEntity_) for <code>/my/</code> personal entity endpoints. Default is <code>false</code> (any authenticated user can use <code>/my/</code> endpoints).</p>\n<p>For more information see <a href=\"/glossary#My-Dynamic-Entities\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv6.0.0-updateMyDynamicEntity","parameters":[{"name":"dynamicentityid","in":"path","description":"The DYNAMICENTITYID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","has_personal_entity","entity_name","has_public_access"],"properties":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language","notifications_enabled"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notifications_enabled":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example","description"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}},"notifications_enabled":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"},"description":{"type":"string"}}}}}}},"has_personal_entity":{"type":"boolean"},"entity_name":{"type":"string"},"has_public_access":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["schema","dynamic_entity_id","has_community_access","personal_requires_role","entity_name","has_personal_entity","user_id","has_public_access"],"properties":{"personal_requires_role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"entity_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_entity_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","required","properties"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["theme","language","notifications_enabled"],"properties":{"theme":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","maxLength","example"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"language":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["minLength","description","type","example","maxLength"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"minLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"maxLength":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"notifications_enabled":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example","description"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"has_public_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_community_access":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"has_personal_entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"schema":{"type":"object","properties":{"description":{"type":"string"},"required":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"properties":{"type":"object","properties":{"theme":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"maxLength":{"type":"integer"},"example":{"type":"string"}}},"language":{"type":"object","properties":{"minLength":{"type":"integer"},"description":{"type":"string"},"type":{"type":"string"},"example":{"type":"string"},"maxLength":{"type":"integer"}}},"notifications_enabled":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"},"description":{"type":"string"}}}}}}},"dynamic_entity_id":{"type":"string"},"has_community_access":{"type":"boolean"},"personal_requires_role":{"type":"boolean"},"entity_name":{"type":"string"},"has_personal_entity":{"type":"boolean"},"user_id":{"type":"string"},"has_public_access":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/banks/{bankid}/consents/{consentid}/account-access":{"put":{"tags":["Consent","Account Information Service (AIS)"],"summary":"Update Consent Account Access by CONSENT_ID","description":"<p>This endpoint is used to update the Account Access of Consent.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-updateConsentAccountAccessByConsentId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["access"],"properties":{"access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"access":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"iban":{"type":"string"}}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/management/method_routings/{methodroutingid}":{"put":{"tags":["Method-Routing","API"],"summary":"Update MethodRouting","description":"<p>Update a MethodRouting.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Explaination of Fields:</p>\n<ul>\n<li>method_name is required String value, current supported value: [mapped]</li>\n<li>connector_name is required String value</li>\n<li>is_bank_id_exact_match is required boolean value, if bank_id_pattern is exact bank_id value, this value is true; if bank_id_pattern is null or a regex, this value is false</li>\n<li>bank_id_pattern is optional String value, it can be null, a exact bank_id or a regex</li>\n<li>parameters is optional array of key value pairs. You can set some paremeters for this method<br />\nnote:</li>\n<li>\n<p>if bank_id_pattern is regex, special characters need to do escape, for example: bank_id_pattern = &quot;some-id_pattern_\\d+&quot;</p>\n</li>\n</ul>\n<p>If connector name start with rest, parameters can contain &quot;outBoundMapping&quot; and &quot;inBoundMapping&quot;, to convert OutBound and InBound json structure.<br />\nfor example:<br />\noutBoundMapping example, convert json from source to target:<br />\n<img src=\"https://user-images.githubusercontent.com/2577334/75248007-33332e00-580e-11ea-8d2a-d1856035fa24.png\" alt=\"Snipaste_outBoundMapping\" /><br />\nBuild OutBound json value rules:<br />\n1 set cId value with: outboundAdapterCallContext.correlationId value<br />\n2 set bankId value with: concat bankId.value value with  string helloworld<br />\n3 set originalJson value with: whole source json, note: the field value expression is $root</p>\n<p>inBoundMapping example, convert json from source to target:<br />\n<img src=\"https://user-images.githubusercontent.com/2577334/75248199-a9d02b80-580e-11ea-9238-e073264e9170.png\" alt=\"inBoundMapping\" /><br />\nBuild InBound json value rules:<br />\n1 and 2 set inboundAdapterCallContext and status value: because field name ends with &quot;$default&quot;, remove &quot;$default&quot; from field name, not change the value<br />\n3 set fullName value with: concat string full: with result.name value<br />\n4 set bankRoutingScheme value: because source value is Array, but target value is not Array, the mapping field name must ends with [0].</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#method_routing_id\">METHOD_ROUTING_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#parameters\"><strong>parameters</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv3.1.0-updateMethodRouting","parameters":[{"name":"methodroutingid","in":"path","description":"The METHODROUTINGID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_bank_id_exact_match","method_name","parameters","bank_id_pattern","connector_name"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id_pattern":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_bank_id_exact_match":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parameters":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"is_bank_id_exact_match":{"type":"boolean"},"method_name":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"bank_id_pattern":{"type":"string"},"connector_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["is_bank_id_exact_match","method_name","parameters","bank_id_pattern","method_routing_id","connector_name"],"properties":{"connector_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id_pattern":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_bank_id_exact_match":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"method_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parameters":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"method_routing_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"is_bank_id_exact_match":{"type":"boolean"},"method_name":{"type":"string"},"parameters":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"bank_id_pattern":{"type":"string"},"method_routing_id":{"type":"string"},"connector_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Method-Routing","API"],"summary":"Delete MethodRouting","description":"<p>Delete a MethodRouting specified by METHOD_ROUTING_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#method_routing_id\">METHOD_ROUTING_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteMethodRouting","parameters":[{"name":"methodroutingid","in":"path","description":"The METHODROUTINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/user_customer_links/users/{userid}":{"get":{"tags":["Customer"],"summary":"Get User Customer Links by User","description":"<p>Get User Customer Links by USER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#date_inserted\"><strong>date_inserted</strong></a>:</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#user_customer_link_id\"><strong>user_customer_link_id</strong></a>:</p>\n<p><a href=\"/glossary#user_customer_links\"><strong>user_customer_links</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv4.0.0-getUserCustomerLinksByUserId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_customer_links"],"properties":{"user_customer_links":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_customer_link_id","customer_id","is_active","date_inserted","user_id"],"properties":{"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_inserted":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"user_customer_link_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"user_customer_links":{"type":"array","items":{"type":"object","properties":{"user_customer_link_id":{"type":"string"},"customer_id":{"type":"string"},"is_active":{"type":"boolean"},"date_inserted":{"type":"string","format":"date-time"},"user_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products":{"get":{"tags":["Product"],"summary":"Get Products","description":"<p>Returns information about the financial products offered by a bank specified by BANK_ID including:</p>\n<ul>\n<li>Name</li>\n<li>Code</li>\n<li>Parent Product Code</li>\n<li>More info URL</li>\n<li>Terms And Conditions URL</li>\n<li>Description</li>\n<li>Terms and Conditions</li>\n<li>License the data under this endpoint is released under</li>\n</ul>\n<p>The combination of bank_id and product_code is unique.</p>\n<p>Can filter with attributes name and values.<br />\nURL params example: /banks/some-bank-id/products?&amp;limit=50&amp;offset=1</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#more_info_url\"><strong>more_info_url</strong></a>: <a href=\"http://www.example.com/abc\">www.example.com/abc</a></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#parent_product_code\"><strong>parent_product_code</strong></a>: 787LOW</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#products\"><strong>products</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>terms_and_conditions_url</strong></a>: <a href=\"http://www.example.com/xyz\">www.example.com/xyz</a></p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">fees</a>: fees</p>\n","operationId":"OBPv4.0.0-getProducts","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["products"],"properties":{"products":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["product_code","bank_id","meta","more_info_url","parent_product_code","description","name","terms_and_conditions_url"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"terms_and_conditions_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"parent_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"products":{"type":"array","items":{"type":"object","properties":{"product_code":{"type":"string"},"bank_id":{"type":"string"},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"more_info_url":{"type":"string"},"parent_product_code":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"},"terms_and_conditions_url":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/banks/{bankid}/accounts":{"post":{"tags":["Account"],"summary":"Create Account (POST)","description":"<p>Create Account at bank specified by BANK_ID.</p>\n<p>The User can create an Account for themself  - or -  the User that has the USER_ID specified in the POST body.</p>\n<p>If the POST body USER_ID <em>is</em> specified, the logged in user must have the Role CanCreateAccount. Once created, the Account will be owned by the User specified by USER_ID.</p>\n<p>If the POST body USER_ID is <em>not</em> specified, the account will be owned by the logged in User.</p>\n<p>The 'product_code' field SHOULD be a product_code from Product.<br />\nIf the product_code matches a product_code from Product, account attributes will be created that match the Product Attributes.</p>\n<p>Note: The Amount MUST be zero.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv4.0.0-addAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","label","balance","branch_id","user_id"],"properties":{"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"branch_id":{"type":"string"},"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","label","balance","account_attributes","branch_id","account_id","user_id"],"properties":{"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"branch_id":{"type":"string"},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/customers/{customerid}":{"get":{"tags":["Customer"],"summary":"Get Customer by CUSTOMER_ID","description":"<p>Gets the Customer specified by CUSTOMER_ID.</p>\n<p><strong>Date Format:</strong><br />\nIn v6.0.0, date_of_birth and dob_of_dependants are returned in ISO 8601 date format: <strong>YYYY-MM-DD</strong> (e.g., &quot;1990-05-15&quot;, &quot;2010-03-20&quot;).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#x69;l&#116;&#x6f;&#x3a;&#x66;e&#108;&#105;&#120;&#x73;&#109;i&#116;&#104;&#64;&#x65;&#x78;&#x61;mp&#x6c;&#101;&#x2e;&#x63;&#x6f;m\">&#102;&#x65;&#x6c;&#x69;&#x78;&#115;mi&#116;h@&#x65;&#x78;&#97;&#109;p&#x6c;&#x65;&#x2e;&#99;&#111;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCustomerByCustomerId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","date_of_birth","customer_attributes","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status","last_ok_date"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"date_of_birth":{"type":"string","format":"date-time"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"},"last_ok_date":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/account-applications/{accountapplicationid}":{"get":{"tags":["Account-Application","Account"],"summary":"Get Account Application by Id","description":"<p>Get the Account Application.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#account_application_id\">ACCOUNT_APPLICATION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_application_id\"><strong>account_application_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#date_of_application\"><strong>date_of_application</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"ma&#105;&#108;&#x74;o&#58;f&#101;&#x6c;i&#120;&#x73;&#x6d;&#105;&#116;&#x68;&#x40;exa&#109;&#x70;&#x6c;&#x65;&#46;&#x63;&#111;m\">f&#x65;&#x6c;&#105;&#120;&#x73;&#109;&#105;&#116;&#x68;@&#x65;&#120;&#x61;&#x6d;&#x70;&#108;&#x65;&#46;c&#x6f;m</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-getAccountApplication","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountapplicationid","in":"path","description":"The ACCOUNTAPPLICATIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","product_code","status","customer","date_of_application","account_application_id"],"properties":{"date_of_application":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"account_application_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"product_code":{"type":"string"},"status":{"type":"string"},"customer":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}},"date_of_application":{"type":"string","format":"date-time"},"account_application_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Account-Application","Account"],"summary":"Update Account Application Status","description":"<p>Update an Account Application status</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#account_application_id\">ACCOUNT_APPLICATION_ID</a>:</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_application_id\"><strong>account_application_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#Customer\"><strong>customer</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#date_of_application\"><strong>date_of_application</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;&#x69;&#108;&#x74;&#x6f;:&#x66;&#101;&#x6c;&#105;&#x78;&#x73;m&#x69;&#116;h&#64;&#x65;xa&#x6d;p&#108;&#101;&#x2e;&#99;&#111;m\">&#x66;&#101;&#108;&#x69;&#120;&#x73;&#x6d;it&#104;&#x40;&#101;x&#x61;&#109;p&#x6c;&#x65;&#x2e;&#99;&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateAccountApplicationStatus","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountapplicationid","in":"path","description":"The ACCOUNTAPPLICATIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","product_code","status","customer","date_of_application","account_application_id"],"properties":{"date_of_application":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"account_application_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"product_code":{"type":"string"},"status":{"type":"string"},"customer":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}},"date_of_application":{"type":"string","format":"date-time"},"account_application_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/consumers/{consumerid}/scope/{scopeid}":{"delete":{"tags":["Scope","Consumer"],"summary":"Delete Consumer Scope","description":"<p>Delete Consumer Scope specified by SCOPE_ID for an consumer specified by CONSUMER_ID</p>\n<p>Authentication is required and the user needs to be a Super Admin.<br />\nSuper Admins are listed in the Props file.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#scope_id\">SCOPE_ID</a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.0.0-deleteScope","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}},{"name":"scopeid","in":"path","description":"The SCOPEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}/target-views/{targetviewid}":{"get":{"tags":["View-Custom","Account"],"summary":"Get Custom View","description":"<h1><a href=\"#views\" id=\"views\">Views</a></h1>\n<p>Views in Open Bank Project provide a mechanism for fine grained access control and delegation to Accounts and Transactions. Account holders use the 'owner' view by default. Delegated access is made through other views for example 'accountants', 'share-holders' or 'tagging-application'. Views can be created via the API and each view has a list of entitlements.</p>\n<p>Views on accounts and transactions filter the underlying data to redact certain fields for certain users. For instance the balance on an account may be hidden from the public. The way to know what is possible on a view is determined in the following JSON.</p>\n<p><strong>Data:</strong> When a view moderates a set of data, some fields my contain the value <code>null</code> rather than the original value. This indicates either that the user is not allowed to see the original data or the field is empty.</p>\n<p>There is currently one exception to this rule; the 'holder' field in the JSON contains always a value which is either an alias or the real name - indicated by the 'is_alias' field.</p>\n<p><strong>Action:</strong> When a user performs an action like trying to post a comment (with POST API call), if he is not allowed, the body response will contain an error message.</p>\n<p><strong>Metadata:</strong><br />\nTransaction metadata (like images, tags, comments, etc.) will appears <em>ONLY</em> on the view where they have been created e.g. comments posted to the public view only appear on the public view.</p>\n<p>The other account metadata fields (like image_URL, more_info, etc.) are unique through all the views. Example, if a user edits the 'more_info' field in the 'team' view, then the view 'authorities' will show the new value (if it is allowed to do it).</p>\n<h1><a href=\"#all\" id=\"all\">All</a></h1>\n<p><em>Optional</em></p>\n<p>Returns the list of the views created for account ACCOUNT_ID at BANK_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the owner view.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TARGET_VIEW_ID</a>: TARGET_VIEW_ID</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>allowed_permissions</strong></a>: allowed_permissions</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv5.1.0-getCustomView","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"targetviewid","in":"path","description":"The TARGETVIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["allowed_permissions","hide_metadata_if_alias_used","description","is_public","metadata_view","name","alias","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"allowed_permissions":{"type":"array","items":{"type":"string"}},"hide_metadata_if_alias_used":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"name":{"type":"string"},"alias":{"type":"string"},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["View-Custom","Account"],"summary":"Update Custom View","description":"<p>Update an existing custom view on a bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated. and the user needs to have access to the owner view.</p>\n<p>The json sent is the same as during view creation (above), with one difference: the 'name' field<br />\nof a view is not editable (it is only set when a view is created)</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TARGET_VIEW_ID</a>: TARGET_VIEW_ID</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>allowed_permissions</strong></a>: allowed_permissions</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#hide_metadata_if_alias_used\"><strong>hide_metadata_if_alias_used</strong></a>: false</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#is_public\"><strong>is_public</strong></a>: false</p>\n<p><a href=\"/glossary#metadata_view\"><strong>metadata_view</strong></a>:</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv5.1.0-updateCustomView","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"targetviewid","in":"path","description":"The TARGETVIEWID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["allowed_permissions","hide_metadata_if_alias_used","description","is_public","metadata_view","which_alias_to_use"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"which_alias_to_use":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"allowed_permissions":{"type":"array","items":{"type":"string"}},"hide_metadata_if_alias_used":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"which_alias_to_use":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["allowed_permissions","hide_metadata_if_alias_used","description","is_public","metadata_view","name","alias","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_permissions":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"is_public":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"hide_metadata_if_alias_used":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"allowed_permissions":{"type":"array","items":{"type":"string"}},"hide_metadata_if_alias_used":{"type":"boolean"},"description":{"type":"string"},"is_public":{"type":"boolean"},"metadata_view":{"type":"string"},"name":{"type":"string"},"alias":{"type":"string"},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["View-Custom","Account"],"summary":"Delete Custom View","description":"<p>Deletes the custom view specified by VIEW_ID on the bank account specified by ACCOUNT_ID at bank BANK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TARGET_VIEW_ID</a>: TARGET_VIEW_ID</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-deleteCustomView","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"targetviewid","in":"path","description":"The TARGETVIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/message-docs/{connector}/json-schema":{"get":{"tags":["Message-Doc","Documentation","API"],"summary":"Get Message Docs as JSON Schema","description":"<p>Returns message documentation as JSON Schema format for code generation in any language.</p>\n<p>This endpoint provides machine-readable schemas instead of just examples, making it ideal for:<br />\n- AI-powered code generation<br />\n- Automatic adapter creation in multiple languages<br />\n- Type-safe client generation with tools like quicktype</p>\n<p><strong>Supported Connectors:</strong><br />\n- rabbitmq_vOct2024 - RabbitMQ connector message schemas<br />\n- rest_vMar2019 - REST connector message schemas<br />\n- akka_vDec2018 - Akka connector message schemas<br />\n- kafka_vMay2019 - Kafka connector message schemas (if available)</p>\n<p><strong>Code Generation Examples:</strong></p>\n<p>Generate Scala code with Circe:</p>\n<pre><code class=\"language-bash\">curl https://api.../message-docs/rabbitmq_vOct2024/json-schema &gt; schemas.json\nquicktype -s schema schemas.json -o Messages.scala --framework circe\n</code></pre>\n<p>Generate Python code:</p>\n<pre><code class=\"language-bash\">quicktype -s schema schemas.json -o messages.py --lang python\n</code></pre>\n<p>Generate TypeScript code:</p>\n<pre><code class=\"language-bash\">quicktype -s schema schemas.json -o messages.ts --lang typescript\n</code></pre>\n<p><strong>Schema Structure:</strong><br />\nEach message includes:<br />\n- <code>process</code> - The connector method name (e.g., &quot;obp.getAdapterInfo&quot;)<br />\n- <code>description</code> - Human-readable description of what the message does<br />\n- <code>outbound_schema</code> - JSON Schema for request messages (OBP-API -&gt; Adapter)<br />\n- <code>inbound_schema</code> - JSON Schema for response messages (Adapter -&gt; OBP-API)</p>\n<p>All nested type definitions are included in the <code>definitions</code> section for reuse.</p>\n<p><strong>Authentication:</strong><br />\nThis endpoint is publicly accessible (no authentication required) to facilitate adapter development.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Connector\">CONNECTOR</a>: CONNECTOR</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-getMessageDocsJsonSchema","parameters":[{"name":"connector","in":"path","description":"The CONNECTOR identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}}}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/addresses":{"get":{"tags":["Customer","KYC"],"summary":"Get Customer Addresses","description":"<p>Get the Addresses of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#addresses\"><strong>addresses</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#customer_address_id\"><strong>customer_address_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>insert_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#tags\"><strong>tags</strong></a>: Create-My-User</p>\n","operationId":"OBPv3.1.0-getCustomerAddresses","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["addresses"],"properties":{"addresses":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","customer_id","tags","postcode","line_1","line_2","line_3","customer_address_id","state","status","insert_date","country_code","county"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"insert_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"tags":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"customer_address_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"addresses":{"type":"array","items":{"type":"object","properties":{"city":{"type":"string"},"customer_id":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"customer_address_id":{"type":"string"},"state":{"type":"string"},"status":{"type":"string"},"insert_date":{"type":"string","format":"date-time"},"country_code":{"type":"string"},"county":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/transactions/{transactionid}/metadata/where":{"get":{"tags":["Transaction-Metadata","Transaction"],"summary":"Get a Transaction where Tag","description":"<p>Returns the &quot;where&quot; Geo tag added to the transaction TRANSACTION_ID made on a <a href=\"#1_2_1-getViewsForBankAccount\">view</a> (VIEW_ID).<br />\nIt represents the location where the transaction has been initiated.</p>\n<p>Authentication via OAuth is required if the view is not public.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#where\"><strong>where</strong></a>:</p>\n","operationId":"OBPv1.2.1-getWhereTagForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["where"],"properties":{"where":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","date","latitude","user"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"where":{"type":"object","properties":{"longitude":{"type":"number"},"date":{"type":"string","format":"date-time"},"latitude":{"type":"number"},"user":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"put":{"tags":["Transaction-Metadata","Transaction"],"summary":"Update a Transaction where Tag","description":"<p>Updates the &quot;where&quot; Geo tag on a transaction TRANSACTION_ID in a <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The geo tag is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateWhereTagForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["where"],"properties":{"where":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"where":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Transaction-Metadata","Transaction"],"summary":"Add a Transaction where Tag","description":"<p>Creates a &quot;where&quot; Geo tag on a transaction TRANSACTION_ID in a <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The geo tag is linked with the user.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#where\"><strong>where</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addWhereTagForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["where"],"properties":{"where":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"where":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Transaction-Metadata","Transaction"],"summary":"Delete a Transaction Tag","description":"<p>Deletes the where tag of the transaction TRANSACTION_ID made on <a href=\"#1_2_1-getViewsForBankAccount\">view</a>.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The user must either have owner privileges for this account, or must be the user that posted the geo tag.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#transaction_ids\">TRANSACTION_ID</a>: 2fg8a7e4-6d02-40e3-a129-0b2bf89de8ub</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteWhereTagForViewOnTransaction","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionid","in":"path","description":"The TRANSACTIONID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.1.0/banks/{bankid}/transaction-types":{"put":{"tags":["Bank"],"summary":"Create Transaction Type at bank","description":"<p>Create Transaction Types for the bank specified by BANK_ID:</p>\n<ul>\n<li>id : Unique transaction type id across the API instance. SHOULD be a UUID. MUST be unique.</li>\n<li>bank_id : The bank that supports this TransactionType</li>\n<li>short_code : A short code (SHOULD have no-spaces) which MUST be unique across the bank. May be stored with Transactions to link here</li>\n<li>summary : A succinct summary</li>\n<li>description : A longer description</li>\n<li>charge : The charge to the customer for each one of these</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bankid\"><strong>bankId</strong></a>:</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#shortcode\"><strong>shortCode</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv2.1.0-createTransactionType","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","short_code","bank_id","summary","charge","id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"short_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"short_code":{"type":"string"},"bank_id":{"type":"string"},"summary":{"type":"string"},"charge":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"id":{"type":"object","properties":{"value":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bankId","charge","summary","shortCode","description","id"],"properties":{"shortCode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bankId":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bankId":{"type":"object","properties":{"value":{"type":"string"}}},"charge":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"summary":{"type":"string"},"shortCode":{"type":"string"},"description":{"type":"string"},"id":{"type":"object","properties":{"value":{"type":"string"}}}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/api-products/{apiproductcode}/attributes/{apiproductattributeid}":{"get":{"tags":["API","Api-Product-Attribute"],"summary":"Get Api Product Attribute","description":"<p>Get an Api Product Attribute by API_PRODUCT_ATTRIBUTE_ID.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_ATTRIBUTE_ID</a>: API_PRODUCT_ATTRIBUTE_ID</p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-getApiProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductattributeid","in":"path","description":"The APIPRODUCTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"put":{"tags":["API","Api-Product-Attribute"],"summary":"Update Api Product Attribute","description":"<p>Update an Api Product Attribute.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_ATTRIBUTE_ID</a>: API_PRODUCT_ATTRIBUTE_ID</p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_product_attribute_id</strong></a>: api_product_attribute_id</p>\n<p><a href=\"/glossary#\"><strong>api_product_code</strong></a>: api_product_code</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv6.0.0-updateApiProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductattributeid","in":"path","description":"The APIPRODUCTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","is_active","name"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","api_product_attribute_id","bank_id","type","is_active","name","api_product_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"api_product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"api_product_code":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["API","Api-Product-Attribute"],"summary":"Delete Api Product Attribute","description":"<p>Delete an Api Product Attribute by API_PRODUCT_ATTRIBUTE_ID.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_PRODUCT_ATTRIBUTE_ID</a>: API_PRODUCT_ATTRIBUTE_ID</p>\n<p><a href=\"/glossary#\">API_PRODUCT_CODE</a>: API_PRODUCT_CODE</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteApiProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductcode","in":"path","description":"The APIPRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"apiproductattributeid","in":"path","description":"The APIPRODUCTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/waiting-for-godot":{"get":{"tags":["API"],"summary":"Waiting For Godot","description":"<p>Waiting For Godot</p>\n<p>Uses query parameter &quot;sleep&quot; in milliseconds.<br />\nFor instance: .../waiting-for-godot?sleep=50 means postpone response in 50 milliseconds.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>sleep_in_milliseconds</strong></a>: sleep_in_milliseconds</p>\n","operationId":"OBPv5.1.0-waitingForGodot","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["sleep_in_milliseconds"],"properties":{"sleep_in_milliseconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"sleep_in_milliseconds":{"type":"integer"}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}":{"post":{"tags":["Account"],"summary":"Update Account Label","description":"<p>Update the label for the account. The label is how the account is known to the account owner e.g. 'My savings account'</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv4.0.0-updateAccountLabel","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["label"],"properties":{"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"label":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/corporate-customers/{customerid}/subsidiaries":{"get":{"tags":["Corporate-Customer","Customer"],"summary":"Get Corporate Customer Subsidiaries","description":"<p>Get the subsidiary customers of a corporate customer.</p>\n<p>Returns a list of customers whose parent_customer_id matches the specified CUSTOMER_ID.<br />\nThe specified customer must be of type CORPORATE or SUBSIDIARY.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>customer_type</strong></a>: INDIVIDUAL</p>\n<p><a href=\"/glossary#customers\"><strong>customers</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;i&#108;&#116;&#111;&#58;&#x66;&#x65;&#108;&#105;&#x78;s&#x6d;&#x69;&#116;&#x68;&#x40;&#101;&#x78;a&#109;&#112;&#x6c;&#x65;&#x2e;&#x63;&#111;&#109;\">&#102;&#101;&#108;&#105;&#120;&#115;&#x6d;&#x69;&#116;&#104;&#64;&#x65;&#120;&#97;&#109;&#x70;&#x6c;e&#x2e;co&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>parent_customer_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv6.0.0-getCorporateCustomerSubsidiaries","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customers"],"properties":{"customers":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","last_ok_date","date_of_birth","face_image","credit_limit","employment_status","email","customer_id","relationship_status","dob_of_dependants","bank_id","highest_education_attained","customer_number","customer_type","credit_rating","name_suffix","legal_name","title","branch_id","parent_customer_id","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"parent_customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"customers":{"type":"array","items":{"type":"object","properties":{"dependants":{"type":"integer"},"last_ok_date":{"type":"string","format":"date-time"},"date_of_birth":{"type":"string","format":"date-time"},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"dob_of_dependants":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"customer_type":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"parent_customer_id":{"type":"string"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/accounts/{accountid}/views/{viewid}":{"get":{"tags":["Account","Account Information Service (AIS)","PSD2"],"summary":"Get Account by Id (Core) through the VIEW_ID","description":"<p>Information returned about the account through VIEW_ID :</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#views_basic\"><strong>views_basic</strong></a>:</p>\n","operationId":"OBPv5.1.0-getCoreAccountByIdThroughView","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","views_basic","bank_id","label","balance","product_code","id","number"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"views_basic":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"views_basic":{"type":"array","items":{"type":"string"}},"bank_id":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"product_code":{"type":"string"},"id":{"type":"string"},"number":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/banks/{bankid}/accounts/{accountid}/account-access-requests/{accountaccessrequestid}/approval":{"post":{"tags":["Account-Access-Request"],"summary":"Approve Account Access Request","description":"<p>Approve an Account Access Request (checker step in maker/checker workflow).</p>\n<p>The checker must be a different user than the maker (requestor). This enforces dual control / maker-checker separation.</p>\n<p>Only requests with status INITIATED can be approved.</p>\n<p>On approval, the system automatically grants the target user access to the specified view.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ACCOUNT_ACCESS_REQUEST_ID</a>: ACCOUNT_ACCESS_REQUEST_ID</p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\">comment</a>: comment</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access_request_id</strong></a>: account_access_request_id</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>checker_comment</strong></a>: checker_comment</p>\n<p><a href=\"/glossary#\"><strong>checker_user_id</strong></a>: checker_user_id</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>requestor_user_id</strong></a>: requestor_user_id</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>updated</strong></a>: updated</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv6.0.0-approveAccountAccessRequest","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"accountaccessrequestid","in":"path","description":"The ACCOUNTACCESSREQUESTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["comment"],"properties":{"comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"comment":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["requestor_user_id","checker_user_id","created","account_access_request_id","is_system_view","business_justification","bank_id","view_id","checker_comment","status","target_user_id","updated","account_id"],"properties":{"requestor_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"checker_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"checker_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"requestor_user_id":{"type":"string"},"checker_user_id":{"type":"string"},"created":{"type":"string","format":"date-time"},"account_access_request_id":{"type":"string"},"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"bank_id":{"type":"string"},"view_id":{"type":"string"},"checker_comment":{"type":"string"},"status":{"type":"string"},"target_user_id":{"type":"string"},"updated":{"type":"string","format":"date-time"},"account_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/{viewid}/other_accounts/{otheraccountid}/metadata/physical_location":{"put":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Update Counterparty Physical Location","description":"<p>Update geocoordinates of the counterparty's main location</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-updateCounterpartyPhysicalLocation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["physical_location"],"properties":{"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Add physical location to other bank account","description":"<p>Add geocoordinates of the counterparty's main location</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#success\"><strong>success</strong></a>:</p>\n","operationId":"OBPv1.2.1-addCounterpartyPhysicalLocation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["physical_location"],"properties":{"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["longitude","latitude"],"properties":{"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"physical_location":{"type":"object","properties":{"longitude":{"type":"number"},"latitude":{"type":"number"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["success"],"properties":{"success":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"success":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty-Metadata","Counterparty"],"summary":"Delete Counterparty Physical Location","description":"<p>Delete physical location of other bank account</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#other_account_id\">OTHER_ACCOUNT_ID</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteCounterpartyPhysicalLocation","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"otheraccountid","in":"path","description":"The OTHERACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/my/consent-infos":{"get":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Get My Consents Info At Bank","description":"<p>This endpoint gets the Consents that the current User created at bank.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_standard</strong></a>: api_standard</p>\n<p><a href=\"/glossary#api_version\"><strong>api_version</strong></a>:</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#consents\"><strong>consents</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>last_action_date</strong></a>: last_action_date</p>\n<p><a href=\"/glossary#\"><strong>last_usage_date</strong></a>: last_usage_date</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv4.0.0-getConsentInfosByBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["consents"],"properties":{"consents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["created_by_user_id","api_standard","consumer_id","last_usage_date","last_action_date","consent_id","status","api_version"],"properties":{"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_usage_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_standard":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"last_action_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"consents":{"type":"array","items":{"type":"object","properties":{"created_by_user_id":{"type":"string"},"api_standard":{"type":"string"},"consumer_id":{"type":"string"},"last_usage_date":{"type":"string","format":"date-time"},"last_action_date":{"type":"string","format":"date-time"},"consent_id":{"type":"string"},"status":{"type":"string"},"api_version":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/api/popular-endpoints":{"get":{"tags":["Metric","API"],"summary":"Get Popular Endpoints","description":"<p>Returns the operation IDs of the 50 most popular endpoints based on usage metrics.</p>\n<p>This endpoint is public and does not require authentication.</p>\n<p>The response contains a simple list of operation_id strings, ordered by popularity (most called first).</p>\n<p>This includes endpoints from all API standards: OBP, Berlin Group, UK Open Banking, STET, Polish API, etc.</p>\n<p>Example operation_id formats:<br />\n* OBP: OBPv4.0.0-getBanks<br />\n* Berlin Group: BGv1.3-getAccountList<br />\n* UK Open Banking: UKv3.1-getAccounts</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>operation_ids</strong></a>: operation_ids</p>\n","operationId":"OBPv6.0.0-getPopularApis","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_ids"],"properties":{"operation_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"operation_ids":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}}}},"/obp/v1.2.1/banks/{bankid}/accounts/{accountid}/views/{viewid}":{"delete":{"tags":["View-Custom","Account"],"summary":"Delete Custom View","description":"<p>Deletes the custom view specified by VIEW_ID on the bank account specified by ACCOUNT_ID at bank BANK_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv1.2.1-deleteViewForBankAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/customers/{customerid}/accounts-minimal":{"get":{"tags":["Account"],"summary":"Get Accounts Minimal for a Customer","description":"<p>Get Accounts Minimal by CUSTOMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv4.0.0-getAccountsMinimalByCustomerId","parameters":[{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","view_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/my/test_daniel707":{"get":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Get My test_daniel707 List","description":"<p>Get My test_daniel707 List.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Can do filter on the fields<br />\ne.g: /test_daniel707?name=James%20Brown&amp;number=123.456&amp;number=11.11<br />\nWill do filter by this rule: name == &quot;James Brown&quot; &amp;&amp; (number==123.456 || number=11.11)</p>\n","operationId":"OBPv4.0.0-dynamicEntity_getMytest_daniel707List_","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_list"],"properties":{"test_daniel707_list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707_list":{"type":"array","items":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["_Test_daniel707","Dynamic-Entity","Dynamic"],"summary":"Create new My test_daniel707","description":"<p>Create new My test_daniel707.</p>\n<p>Description of this entity, can be markdown text.</p>\n<p><strong>Property List:</strong></p>\n<ul>\n<li>name: description of <strong>name</strong> field, can be markdown text.</li>\n<li>number: description of <strong>number</strong> field, can be markdown text.</li>\n</ul>\n<p>MethodRouting settings example:</p>\n<details>\n<pre><code>{\n  &quot;is_bank_id_exact_match&quot;:false,\n  &quot;method_name&quot;:&quot;dynamicEntityProcess&quot;,\n  &quot;connector_name&quot;:&quot;rest_vMar2019&quot;,\n  &quot;bank_id_pattern&quot;:&quot;.*&quot;,\n  &quot;parameters&quot;:[\n    {\n        &quot;key&quot;:&quot;entityName&quot;,\n        &quot;value&quot;:&quot;test_daniel707&quot;\n    }\n    {\n        &quot;key&quot;:&quot;url&quot;,\n        &quot;value&quot;:&quot;http://mydomain.com/xxx&quot;\n    }\n  ]\n}\n</code></pre>\n</details>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-dynamicEntity_createMytest_daniel707_","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"integer"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707"],"properties":{"test_daniel707":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["test_daniel707_id","name","number"],"properties":{"test_daniel707_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"test_daniel707":{"type":"object","properties":{"test_daniel707_id":{"type":"string"},"name":{"type":"string"},"number":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/users/{userid}/auth-context":{"delete":{"tags":["User"],"summary":"Delete User's Auth Contexts","description":"<p>Delete the Auth Contexts of a User specified by USER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#User.user_id\">USER_ID</a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-deleteUserAuthContexts","parameters":[{"name":"userid","in":"path","description":"The USERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/message-docs/{connector}/swagger2.0":{"get":{"tags":["Message-Doc","Documentation","API"],"summary":"Get Message Docs Swagger","description":"<p>This endpoint provides example message docs in swagger format.<br />\nIt is only relavent for REST Connectors.</p>\n<p>This endpoint can be used by the developer building a REST Adapter that connects to the Core Banking System (CBS).<br />\nThat is, the Adapter developer can use the Swagger surfaced here to build the REST APIs that the OBP REST connector will call to consume CBS services.</p>\n<p>i.e.:</p>\n<p>OBP API (Core OBP API code) -&gt; OBP REST Connector (OBP REST Connector code) -&gt; OBP REST Adapter (Adapter developer code) -&gt; CBS (Main Frame)</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Connector\">CONNECTOR</a>: CONNECTOR</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv3.1.0-getMessageDocsSwagger","parameters":[{"name":"connector","in":"path","description":"The CONNECTOR identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}}}},"/obp/v6.0.0/management/consumers/{consumerid}/call-counters":{"get":{"tags":["Consumer"],"summary":"Get Call Counts for Consumer","description":"<p>Get the call counters (current usage) for a specific consumer. Shows how many API calls have been made and when the counters reset.</p>\n<p>This endpoint returns the current state of API rate limits across all time periods (per second, per minute, per hour, per day, per week, per month).</p>\n<p><strong>Response Structure:</strong><br />\nThe response always contains a consistent structure with all six time periods, regardless of whether rate limits are configured or active.</p>\n<p>Each time period contains:<br />\n- <code>calls_made</code>: Number of API calls made in the current period (null if no data available)<br />\n- <code>reset_in_seconds</code>: Seconds until the counter resets (null if no data available)<br />\n- <code>status</code>: Current state of the rate limit for this period</p>\n<p><strong>Status Values:</strong><br />\n- <code>ACTIVE</code>: Rate limit counter is active and tracking calls. Both <code>calls_made</code> and <code>reset_in_seconds</code> will have numeric values.<br />\n- <code>NO_COUNTER</code>: Key does not exist - the consumer has not made any API calls in this time period yet.<br />\n- <code>EXPIRED</code>: The rate limit counter has expired (TTL reached 0). The counter will be recreated on the next API call.<br />\n- <code>REDIS_UNAVAILABLE</code>: Cannot retrieve data from Redis. This indicates a system connectivity issue.<br />\n- <code>DATA_MISSING</code>: Unexpected error - period data is missing from the response. This should not occur under normal circumstances.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#per_day\"><strong>per_day</strong></a>: 4000</p>\n<p><a href=\"/glossary#per_hour\"><strong>per_hour</strong></a>:</p>\n<p><a href=\"/glossary#per_minute\"><strong>per_minute</strong></a>:</p>\n<p><a href=\"/glossary#per_month\"><strong>per_month</strong></a>: 500</p>\n<p><a href=\"/glossary#per_second\"><strong>per_second</strong></a>: 1000</p>\n<p><a href=\"/glossary#per_week\"><strong>per_week</strong></a>: 50000</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#calls_made\">calls_made</a>: 50</p>\n<p><a href=\"/glossary#reset_in_seconds\">reset_in_seconds</a>:</p>\n","operationId":"OBPv6.0.0-getConsumerCallCounters","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["per_month","per_hour","per_week","per_second","per_minute","per_day"],"properties":{"per_week":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_second":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_month":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_day":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_minute":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"per_hour":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["calls_made","reset_in_seconds","status"],"properties":{"calls_made":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"reset_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"per_month":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_hour":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_week":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_second":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_minute":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}},"per_day":{"type":"object","properties":{"calls_made":{"type":"integer"},"reset_in_seconds":{"type":"integer"},"status":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/endpoint-mappings/{endpointmappingid}":{"get":{"tags":["Endpoint-Mapping"],"summary":"Get Endpoint Mapping by Id","description":"<p>Get an Endpoint Mapping by ENDPOINT_MAPPING_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ENDPOINT_MAPPING_ID</a>: ENDPOINT_MAPPING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-getEndpointMapping","parameters":[{"name":"endpointmappingid","in":"path","description":"The ENDPOINTMAPPINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Endpoint-Mapping"],"summary":"Update Endpoint Mapping","description":"<p>Update an Endpoint Mapping.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ENDPOINT_MAPPING_ID</a>: ENDPOINT_MAPPING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n","operationId":"OBPv4.0.0-updateEndpointMapping","parameters":[{"name":"endpointmappingid","in":"path","description":"The ENDPOINTMAPPINGID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["operation_id","request_mapping","response_mapping","endpoint_mapping_id"],"properties":{"operation_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"request_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"response_mapping":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entity","field","query"],"properties":{"entity":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"field":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"query":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"endpoint_mapping_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"operation_id":{"type":"string"},"request_mapping":{"type":"object","properties":{}},"response_mapping":{"type":"object","properties":{"name":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}},"balance":{"type":"object","properties":{"entity":{"type":"string"},"field":{"type":"string"},"query":{"type":"string"}}}}},"endpoint_mapping_id":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Endpoint-Mapping"],"summary":"Delete Endpoint Mapping","description":"<p>Delete a Endpoint Mapping.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">ENDPOINT_MAPPING_ID</a>: ENDPOINT_MAPPING_ID</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteEndpointMapping","parameters":[{"name":"endpointmappingid","in":"path","description":"The ENDPOINTMAPPINGID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/consumers/{consumerid}/consumer/rate-limits":{"post":{"tags":["Consumer"],"summary":"Create Rate Limits for a Consumer","description":"<p>Create Rate Limits for a Consumer</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#from_date\"><strong>from_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#to_date\"><strong>to_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#\">api_name</a>: api_name</p>\n<p><a href=\"/glossary#api_version\">api_version</a>:</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>created_at</strong></a>: created_at</p>\n<p><a href=\"/glossary#from_date\"><strong>from_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#per_day_call_limit\"><strong>per_day_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_hour_call_limit\"><strong>per_hour_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_minute_call_limit\"><strong>per_minute_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_month_call_limit\"><strong>per_month_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#per_second_call_limit\"><strong>per_second_call_limit</strong></a>: 10</p>\n<p><a href=\"/glossary#per_week_call_limit\"><strong>per_week_call_limit</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>rate_limiting_id</strong></a>: rate_limiting_id</p>\n<p><a href=\"/glossary#to_date\"><strong>to_date</strong></a>: 1100-01-01T01:01:01.000Z</p>\n<p><a href=\"/glossary#\"><strong>updated_at</strong></a>: updated_at</p>\n<p><a href=\"/glossary#\">api_name</a>: api_name</p>\n<p><a href=\"/glossary#api_version\">api_version</a>:</p>\n<p><a href=\"/glossary#\">bank_id</a>: gh.29.uk</p>\n","operationId":"OBPv6.0.0-createCallLimits","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","per_second_call_limit","api_name","per_minute_call_limit","per_week_call_limit","per_day_call_limit","api_version","per_month_call_limit","per_hour_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"api_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"per_second_call_limit":{"type":"string"},"api_name":{"type":"string"},"per_minute_call_limit":{"type":"string"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"api_version":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_date","updated_at","rate_limiting_id","created_at","per_second_call_limit","api_name","per_minute_call_limit","per_week_call_limit","per_day_call_limit","api_version","per_month_call_limit","per_hour_call_limit","from_date"],"properties":{"per_month_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"rate_limiting_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_week_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_hour_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_second_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_at":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"from_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"api_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated_at":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"per_minute_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"per_day_call_limit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"to_date":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"rate_limiting_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"per_second_call_limit":{"type":"string"},"api_name":{"type":"string"},"per_minute_call_limit":{"type":"string"},"per_week_call_limit":{"type":"string"},"per_day_call_limit":{"type":"string"},"api_version":{"type":"string"},"per_month_call_limit":{"type":"string"},"per_hour_call_limit":{"type":"string"},"from_date":{"type":"string","format":"date-time"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/branches/{branchid}":{"get":{"tags":["Branch","Bank"],"summary":"Get Branch","description":"<p>Returns information about a single Branch specified by BANK_ID and BRANCH_ID including:</p>\n<ul>\n<li>Name</li>\n<li>Address</li>\n<li>Geo Location</li>\n<li>License the data under this endpoint is released under.</li>\n</ul>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">BRANCH_ID</a>: DERBY6</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#accessiblefeatures\"><strong>accessibleFeatures</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_routing\"><strong>branch_routing</strong></a>:</p>\n<p><a href=\"/glossary#branch_type\"><strong>branch_type</strong></a>:</p>\n<p><a href=\"/glossary#city\"><strong>city</strong></a>:</p>\n<p><a href=\"/glossary#closing_time\"><strong>closing_time</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#country_code\"><strong>country_code</strong></a>: 1254</p>\n<p><a href=\"/glossary#county\"><strong>county</strong></a>:</p>\n<p><a href=\"/glossary#drive_up\"><strong>drive_up</strong></a>:</p>\n<p><a href=\"/glossary#friday\"><strong>friday</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>is_accessible</strong></a>: false</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#license\"><strong>license</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_1</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_2</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>line_3</strong></a>:</p>\n<p><a href=\"/glossary#lobby\"><strong>lobby</strong></a>:</p>\n<p><a href=\"/glossary#location\"><strong>location</strong></a>:</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#meta\"><strong>meta</strong></a>:</p>\n<p><a href=\"/glossary#monday\"><strong>monday</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#opening_time\"><strong>opening_time</strong></a>:</p>\n<p><a href=\"/glossary#phone_number\"><strong>phone_number</strong></a>:</p>\n<p><a href=\"/glossary#postcode\"><strong>postcode</strong></a>:</p>\n<p><a href=\"/glossary#saturday\"><strong>saturday</strong></a>:</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#state\"><strong>state</strong></a>:</p>\n<p><a href=\"/glossary#sunday\"><strong>sunday</strong></a>:</p>\n<p><a href=\"/glossary#thursday\"><strong>thursday</strong></a>:</p>\n<p><a href=\"/glossary#tuesday\"><strong>tuesday</strong></a>:</p>\n<p><a href=\"/glossary#wednesday\"><strong>wednesday</strong></a>:</p>\n","operationId":"OBPv3.0.0-getBranch","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"branchid","in":"path","description":"The BRANCHID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accessibleFeatures","more_info","branch_type","name","bank_id","location","id","is_accessible","address","drive_up","branch_routing","meta","phone_number","lobby"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["latitude","longitude"],"properties":{"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"branch_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_routing":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"drive_up":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["friday","monday","saturday","thursday","tuesday","wednesday","sunday"],"properties":{"sunday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"tuesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"wednesday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"monday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"friday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"thursday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"saturday":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"meta":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["license"],"properties":{"license":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","id"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"lobby":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["saturday","tuesday","monday","friday","sunday","wednesday","thursday"],"properties":{"sunday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"tuesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"wednesday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"monday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"friday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"thursday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"saturday":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["closing_time","opening_time"],"properties":{"closing_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"opening_time":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"accessibleFeatures":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"address":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["city","county","postcode","line_1","line_2","line_3","state","country_code"],"properties":{"city":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_2":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"state":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"postcode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"county":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"country_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_3":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"line_1":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"is_accessible":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"accessibleFeatures":{"type":"string"},"more_info":{"type":"string"},"branch_type":{"type":"string"},"name":{"type":"string"},"bank_id":{"type":"string"},"location":{"type":"object","properties":{"latitude":{"type":"number"},"longitude":{"type":"number"}}},"id":{"type":"string"},"is_accessible":{"type":"string"},"address":{"type":"object","properties":{"city":{"type":"string"},"county":{"type":"string"},"postcode":{"type":"string"},"line_1":{"type":"string"},"line_2":{"type":"string"},"line_3":{"type":"string"},"state":{"type":"string"},"country_code":{"type":"string"}}},"drive_up":{"type":"object","properties":{"friday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"monday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"saturday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"thursday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"tuesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"wednesday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}},"sunday":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}},"branch_routing":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}},"meta":{"type":"object","properties":{"license":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"}}}}},"phone_number":{"type":"string"},"lobby":{"type":"object","properties":{"saturday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"tuesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"monday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"friday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"sunday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"wednesday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}},"thursday":{"type":"array","items":{"type":"object","properties":{"closing_time":{"type":"string"},"opening_time":{"type":"string"}}}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v5.1.0/my/consumers":{"post":{"tags":["Consumer"],"summary":"Create a Consumer","description":"<p>Create a Consumer (Authenticated access).</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\">client_certificate</a>: client_certificate</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#app_name\"><strong>app_name</strong></a>: appNameBank</p>\n<p><a href=\"/glossary#app_type\"><strong>app_type</strong></a>: Web</p>\n<p><a href=\"/glossary#\"><strong>certificate_pem</strong></a>: certificate_pem</p>\n<p><a href=\"/glossary#company\"><strong>company</strong></a>: Tesobe GmbH</p>\n<p><a href=\"/glossary#\"><strong>consumer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>consumer_key</strong></a>: bwf0ykmwoirip1yjxcn15wnhuyxcziwgtcoaildq</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#created_by_user\"><strong>created_by_user</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#developer_email\"><strong>developer_email</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#97;i&#108;&#x74;&#x6f;&#58;&#102;&#x65;&#x6c;&#x69;&#x78;&#115;&#109;&#105;&#116;&#104;&#x40;&#x65;&#120;&#x61;&#x6d;&#x70;&#x6c;&#x65;&#x2e;&#x63;o&#x6d;\">&#x66;&#x65;&#x6c;&#x69;x&#x73;&#109;&#x69;t&#x68;&#x40;&#101;&#120;&#x61;&#x6d;p&#x6c;&#x65;&#46;&#x63;o&#109;</a></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>issuer_domain_name</strong></a>: issuer_domain_name</p>\n<p><a href=\"/glossary#\"><strong>not_after</strong></a>: not_after</p>\n<p><a href=\"/glossary#\"><strong>not_before</strong></a>: not_before</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#provider_id\"><strong>provider_id</strong></a>:</p>\n<p><a href=\"/glossary#redirect_url\"><strong>redirect_url</strong></a>: <a href=\"https://apisandbox.openbankproject.com\">https://apisandbox.openbankproject.com</a></p>\n<p><a href=\"/glossary#\"><strong>subject_domain_name</strong></a>: subject_domain_name</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\">certificate_info</a>: certificate_info</p>\n<p><a href=\"/glossary#logo_url\">logo_url</a>: logo_url</p>\n<p><a href=\"/glossary#roles\">roles</a>: CanCreateMyUser</p>\n<p><a href=\"/glossary#\">roles_info</a>: roles_info</p>\n","operationId":"OBPv5.1.0-createMyConsumer","requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","logo_url","developer_email","client_certificate","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"client_certificate":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"client_certificate":{"type":"string"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","created_by_user","logo_url","developer_email","consumer_id","consumer_key","certificate_pem","certificate_info","created","company","redirect_url","description","app_type","app_name"],"properties":{"app_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_pem":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","email","provider_id","username","user_id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"provider_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"certificate_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles_info","subject_domain_name","not_before","issuer_domain_name","not_after"],"properties":{"subject_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_before":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"roles_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"issuer_domain_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"not_after":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"redirect_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"logo_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"company":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"developer_email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consumer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"app_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"created_by_user":{"type":"object","properties":{"provider":{"type":"string"},"email":{"type":"string"},"provider_id":{"type":"string"},"username":{"type":"string"},"user_id":{"type":"string"}}},"logo_url":{"type":"string"},"developer_email":{"type":"string"},"consumer_id":{"type":"string"},"consumer_key":{"type":"string"},"certificate_pem":{"type":"string"},"certificate_info":{"type":"object","properties":{"roles_info":{"type":"string"},"subject_domain_name":{"type":"string"},"not_before":{"type":"string"},"issuer_domain_name":{"type":"string"},"not_after":{"type":"string"}}},"created":{"type":"string","format":"date-time"},"company":{"type":"string"},"redirect_url":{"type":"string"},"description":{"type":"string"},"app_type":{"type":"string"},"app_name":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/webui_props/{webuipropname}":{"put":{"tags":["WebUi-Props"],"summary":"Create or Update WebUiProps","description":"<p>Create or Update a WebUiProps.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>This endpoint is idempotent - it will create the property if it doesn't exist, or update it if it does.<br />\nThe property is identified by WEBUI_PROP_NAME in the URL path.</p>\n<p>Explanation of Fields:</p>\n<ul>\n<li>WEBUI_PROP_NAME in URL path (must start with <code>webui_</code>, contain only alphanumeric characters, underscore, and dot, not exceed 255 characters, and will be converted to lowercase)</li>\n<li>value is required String value in request body</li>\n</ul>\n<p>The line break and double quotations should be escaped, example:</p>\n<pre><code>\n{&quot;name&quot;: &quot;webui_some&quot;, &quot;value&quot;: &quot;this value\nhave &quot;line break&quot; and double quotations.&quot;}\n\n</code></pre>\n<p>should be escaped like this:</p>\n<pre><code>\n{&quot;name&quot;: &quot;webui_some&quot;, &quot;value&quot;: &quot;this value\\nhave \\&quot;line break\\&quot; and double quotations.&quot;}\n\n</code></pre>\n<p>Insert image examples:</p>\n<pre><code>// set width=100 and height=50\n{&quot;name&quot;: &quot;webui_some_pic&quot;, &quot;value&quot;: &quot;here is a picture &lt;img alt=&quot;hello&quot; src=&quot;http://somedomain.com/images/pic.png&quot; width=&quot;100&quot; height=&quot;50&quot; /&gt;&quot;}\n\n// only set height=50\n{&quot;name&quot;: &quot;webui_some_pic&quot;, &quot;value&quot;: &quot;here is a picture &lt;img alt=&quot;hello&quot; src=&quot;http://somedomain.com/images/pic.png&quot; width=&quot;&quot; height=&quot;50&quot; /&gt;&quot;}\n\n// only width=20%\n{&quot;name&quot;: &quot;webui_some_pic&quot;, &quot;value&quot;: &quot;here is a picture &lt;img alt=&quot;hello&quot; src=&quot;http://somedomain.com/images/pic.png&quot; width=&quot;20%&quot; height=&quot;&quot; /&gt;&quot;}\n\n</code></pre>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">WEBUI_PROP_NAME</a>: WEBUI_PROP_NAME</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">source</a>:</p>\n","operationId":"OBPv6.0.0-createOrUpdateWebUiProps","parameters":[{"name":"webuipropname","in":"path","description":"The WEBUIPROPNAME identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["web_ui_props_id","name","value"],"properties":{"web_ui_props_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"web_ui_props_id":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["WebUi-Props"],"summary":"Delete WebUiProps","description":"<p>Delete a WebUiProps specified by WEBUI_PROP_NAME.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>The property name will be converted to lowercase before deletion.</p>\n<p>Returns 204 No Content on successful deletion.</p>\n<p>This endpoint is idempotent - if the property does not exist, it still returns 204 No Content.</p>\n<p>Requires the CanDeleteWebUiProps role.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">WEBUI_PROP_NAME</a>: WEBUI_PROP_NAME</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv6.0.0-deleteWebUiProps","parameters":[{"name":"webuipropname","in":"path","description":"The WEBUIPROPNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/rate-limiting":{"get":{"tags":["API","Rate-Limits"],"summary":"Get Rate Limiting Info","description":"<p>Get information about the Rate Limiting setup on this OBP Instance such as:</p>\n<p>Is rate limiting enabled and active?<br />\nWhat backend is used to keep track of the API calls (e.g. REDIS).</p>\n<p>Note: Rate limiting can be set at the Consumer level and also for anonymous calls.</p>\n<p>See the consumer rate limits / call limits endpoints.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#enabled\"><strong>enabled</strong></a>: false</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#service_available\"><strong>service_available</strong></a>:</p>\n<p><a href=\"/glossary#technology\"><strong>technology</strong></a>: technology1</p>\n","operationId":"OBPv3.1.0-getRateLimitingInfo","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["enabled","is_active","technology","service_available"],"properties":{"enabled":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"technology":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"service_available":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"enabled":{"type":"boolean"},"is_active":{"type":"boolean"},"technology":{"type":"string"},"service_available":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.0.0/banks/{bankid}/adapter":{"get":{"tags":["API"],"summary":"Get Adapter Info for a bank","description":"<p>Get basic information about the Adapter listening on behalf of this bank.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>git_commit</strong></a>: 59623811dd8a41f6ffe67be46954eee11913dc28</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#version\"><strong>version</strong></a>:</p>\n","operationId":"OBPv3.0.0-getAdapterInfoForBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date","git_commit","name","version"],"properties":{"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"git_commit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"date":{"type":"string","format":"date-time"},"git_commit":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/system/log-cache/trace":{"get":{"tags":["System","API","Log-Cache"],"summary":"Get Trace Level Log Cache","description":"<p>Returns TRACE level logs from the system log cache.</p>\n<p>This endpoint supports pagination via the following optional query parameters:<br />\n* limit - Maximum number of log entries to return<br />\n* offset - Number of log entries to skip (for pagination)</p>\n<p>Example: GET /system/log-cache/trace?limit=50&amp;offset=100</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv5.1.0-logCacheTraceEndpoint","responses":{"200":{"description":"Successful operation"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-endpoints/{dynamicendpointid}/host":{"put":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":" Update Dynamic Endpoint Host","description":"<p>Update dynamic endpoint Host.<br />\nThe value can be obp_mock, dynamic_entity, or some service url.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-updateDynamicEndpointHost","parameters":[{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"host":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"host":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/banks/{bankid}/accounts/{accountid}/{viewid}/counterparties/{counterpartyid}":{"get":{"tags":["Counterparty","Account"],"summary":"Get Counterparty by Id for any account (Explicit)","description":"<p>This is a management endpoint that gets information about any single explicitly created Counterparty on an Account / View specified by its COUNTERPARTY_ID&quot;,</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#bespoke\"><strong>bespoke</strong></a>:</p>\n<p><a href=\"/glossary#corporate_location\"><strong>corporate_location</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#created_by_user_id\"><strong>created_by_user_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#image_url\"><strong>image_url</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_beneficiary</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>key</strong></a>: CustomerNumber</p>\n<p><a href=\"/glossary#latitude\"><strong>latitude</strong></a>: 38.8951</p>\n<p><a href=\"/glossary#longitude\"><strong>longitude</strong></a>: -77.0364</p>\n<p><a href=\"/glossary#metadata\"><strong>metadata</strong></a>:</p>\n<p><a href=\"/glossary#more_info\"><strong>more_info</strong></a>: More information about this fee</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#open_corporates_url\"><strong>open_corporates_url</strong></a>:</p>\n<p><a href=\"/glossary#other_account_routing_address\"><strong>other_account_routing_address</strong></a>: DE89370400440532013000</p>\n<p><a href=\"/glossary#other_account_routing_scheme\"><strong>other_account_routing_scheme</strong></a>: IBAN</p>\n<p><a href=\"/glossary#other_account_secondary_routing_address\"><strong>other_account_secondary_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_account_secondary_routing_scheme\"><strong>other_account_secondary_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_address\"><strong>other_bank_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_bank_routing_scheme\"><strong>other_bank_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_address\"><strong>other_branch_routing_address</strong></a>:</p>\n<p><a href=\"/glossary#other_branch_routing_scheme\"><strong>other_branch_routing_scheme</strong></a>:</p>\n<p><a href=\"/glossary#physical_location\"><strong>physical_location</strong></a>:</p>\n<p><a href=\"/glossary#private_alias\"><strong>private_alias</strong></a>:</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#public_alias\"><strong>public_alias</strong></a>:</p>\n<p><a href=\"/glossary#this_account_id\"><strong>this_account_id</strong></a>:</p>\n<p><a href=\"/glossary#this_bank_id\"><strong>this_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#this_view_id\"><strong>this_view_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#User\"><strong>user</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>username</strong></a>: felixsmith</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n","operationId":"OBPv4.0.0-getCounterpartyByIdForAnyAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bespoke","created_by_user_id","other_account_routing_address","name","metadata","this_bank_id","other_bank_routing_scheme","currency","other_account_secondary_routing_address","counterparty_id","other_account_routing_scheme","description","other_bank_routing_address","other_branch_routing_scheme","this_account_id","other_account_secondary_routing_scheme","is_beneficiary","other_branch_routing_address","this_view_id"],"properties":{"other_account_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created_by_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_beneficiary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bespoke":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","key"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"key":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"other_bank_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_branch_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"metadata":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["private_alias","physical_location","url","public_alias","open_corporates_url","more_info","corporate_location","image_url"],"properties":{"public_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"physical_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"image_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"private_alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"more_info":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"corporate_location":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user","date","longitude","latitude"],"properties":{"user":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","id","username"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"username":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"longitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"latitude":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"open_corporates_url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"other_bank_routing_address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"this_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"other_account_secondary_routing_scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bespoke":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"key":{"type":"string"}}}},"created_by_user_id":{"type":"string"},"other_account_routing_address":{"type":"string"},"name":{"type":"string"},"metadata":{"type":"object","properties":{"private_alias":{"type":"string"},"physical_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"url":{"type":"string"},"public_alias":{"type":"string"},"open_corporates_url":{"type":"string"},"more_info":{"type":"string"},"corporate_location":{"type":"object","properties":{"user":{"type":"object","properties":{"provider":{"type":"string"},"id":{"type":"string"},"username":{"type":"string"}}},"date":{"type":"string","format":"date-time"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"image_url":{"type":"string"}}},"this_bank_id":{"type":"string"},"other_bank_routing_scheme":{"type":"string"},"currency":{"type":"string"},"other_account_secondary_routing_address":{"type":"string"},"counterparty_id":{"type":"string"},"other_account_routing_scheme":{"type":"string"},"description":{"type":"string"},"other_bank_routing_address":{"type":"string"},"other_branch_routing_scheme":{"type":"string"},"this_account_id":{"type":"string"},"other_account_secondary_routing_scheme":{"type":"string"},"is_beneficiary":{"type":"boolean"},"other_branch_routing_address":{"type":"string"},"this_view_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Counterparty","Account"],"summary":"Delete Counterparty for any account (Explicit)","description":"<p>This is a management endpoint that enables the deletion of any specified Counterparty along with any related Metadata of that Counterparty.</p>\n<p>For a general introduction to Counterparties in OBP, see <a href=\"/glossary#Counterparties\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">COUNTERPARTY_ID</a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n","operationId":"OBPv4.0.0-deleteCounterpartyForAnyAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"counterpartyid","in":"path","description":"The COUNTERPARTYID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/management/dynamic-endpoints/{dynamicendpointid}":{"get":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":"Get Dynamic Endpoint","description":"<p>Get a Dynamic Endpoint.</p>\n<p>Get one DynamicEndpoint,</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-getDynamicEndpoint","parameters":[{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","dynamic_endpoint_id","swagger_string"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dynamic_endpoint_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"swagger_string":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["swagger","paths","info","definitions","schemes","host"],"properties":{"host":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"paths":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["/accounts","/accounts/{account_id}"],"properties":{"/accounts":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["post"],"properties":{"post":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["responses","consumes","operationId","summary","description","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["201"],"properties":{"201":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}},"/accounts/{account_id}":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["get"],"properties":{"get":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","consumes","operationId","responses","summary","produces"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"operationId":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"produces":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"consumes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"responses":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","schema"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["$ref"],"properties":{"$ref":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}}}}}}}}}},"info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["title","version"],"properties":{"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"schemes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["s"],"properties":{"s":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"definitions":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["AccountName"],"properties":{"AccountName":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"properties":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","balance"],"properties":{"name":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","format","example"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"format":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"example":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"swagger":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"},"dynamic_endpoint_id":{"type":"string"},"swagger_string":{"type":"object","properties":{"swagger":{"type":"string"},"paths":{"type":"object","properties":{"/accounts":{"type":"object","properties":{"post":{"type":"object","properties":{"responses":{"type":"object","properties":{"201":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}},"/accounts/{account_id}":{"type":"object","properties":{"get":{"type":"object","properties":{"description":{"type":"string"},"consumes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"operationId":{"type":"string"},"responses":{"type":"object","properties":{"200":{"type":"object","properties":{"description":{"type":"string"},"schema":{"type":"object","properties":{"$ref":{"type":"string"}}}}}}},"summary":{"type":"string"},"produces":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}}}}}}}},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"definitions":{"type":"object","properties":{"AccountName":{"type":"object","properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{"name":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"string"}}},"balance":{"type":"object","properties":{"type":{"type":"string"},"format":{"type":"string"},"example":{"type":"number"}}}}}}}}},"schemes":{"type":"array","items":{"type":"object","properties":{"s":{"type":"string"}}}},"host":{"type":"string"}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"delete":{"tags":["Dynamic-Endpoint-Manage","API"],"summary":" Delete Dynamic Endpoint","description":"<p>Delete a DynamicEndpoint specified by DYNAMIC_ENDPOINT_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n","operationId":"OBPv4.0.0-deleteDynamicEndpoint","parameters":[{"name":"dynamicendpointid","in":"path","description":"The DYNAMICENDPOINTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/my/api-collections/{apicollectionid}":{"put":{"tags":["Api-Collection"],"summary":"Update My Api Collection By API_COLLECTION_ID","description":"<p>Update Api Collection for logged in user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">API_COLLECTION_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>api_collection_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>api_collection_name</strong></a>: Favourites</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>is_sharable</strong></a>: is_sharable</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n","operationId":"OBPv5.1.0-updateMyApiCollection","parameters":[{"name":"apicollectionid","in":"path","description":"The APICOLLECTIONID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","api_collection_name","is_sharable"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"description":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["api_collection_id","api_collection_name","is_sharable","description","user_id"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_sharable":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"api_collection_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"api_collection_id":{"type":"string"},"api_collection_name":{"type":"string"},"is_sharable":{"type":"boolean"},"description":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.2.0/banks/{bankid}/fx/{fromcurrencycode}/{tocurrencycode}":{"get":{"tags":["FX"],"summary":"Get Current FxRate","description":"<p>Get the latest FX rate specified by BANK_ID, FROM_CURRENCY_CODE and TO_CURRENCY_CODE</p>\n<p>OBP may try different sources of FX rate information depending on the Connector in operation.</p>\n<p>For example we want to convert EUR =&gt; USD:</p>\n<p>OBP will:<br />\n1st try - Connector (database, core banking system or external FX service)<br />\n2nd try part 1 - fallbackexchangerates/eur.json<br />\n2nd try part 2 - fallbackexchangerates/usd.json (the inverse rate is used)<br />\n3rd try - Hardcoded map of FX rates.</p>\n<p><img src=\"https://user-images.githubusercontent.com/485218/60005085-1eded600-966e-11e9-96fb-798b102d9ad0.png\" alt=\"FX Flow\" /></p>\n<p><strong>Public Access:</strong> This endpoint can be made publicly accessible (no authentication required) by setting the property <code>apiOptions.getCurrentFxRateIsPublic=true</code> in the props file.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#from_currency_code\">FROM_CURRENCY_CODE</a>:</p>\n<p><a href=\"/glossary#to_currency_code\">TO_CURRENCY_CODE</a>: EUR</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#conversion_value\"><strong>conversion_value</strong></a>: 100</p>\n<p><a href=\"/glossary#effective_date\"><strong>effective_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#from_currency_code\"><strong>from_currency_code</strong></a>:</p>\n<p><a href=\"/glossary#inverse_conversion_value\"><strong>inverse_conversion_value</strong></a>: 50</p>\n<p><a href=\"/glossary#to_currency_code\"><strong>to_currency_code</strong></a>: EUR</p>\n","operationId":"OBPv2.2.0-getCurrentFxRate","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"fromcurrencycode","in":"path","description":"The FROMCURRENCYCODE identifier","required":true,"schema":{"type":"string"}},{"name":"tocurrencycode","in":"path","description":"The TOCURRENCYCODE identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["effective_date","to_currency_code","from_currency_code","bank_id","inverse_conversion_value","conversion_value"],"properties":{"inverse_conversion_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_currency_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"effective_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"conversion_value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from_currency_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"effective_date":{"type":"string","format":"date-time"},"to_currency_code":{"type":"string"},"from_currency_code":{"type":"string"},"bank_id":{"type":"string"},"inverse_conversion_value":{"type":"number"},"conversion_value":{"type":"number"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/consumer/consent-requests/{consentrequestid}/{implicit}/consents":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2"],"summary":"Create Consent By CONSENT_REQUEST_ID (IMPLICIT)","description":"<p>This endpoint continues the process of creating a Consent. It starts the SCA flow which changes the status of the consent from INITIATED to ACCEPTED or REJECTED.<br />\nPlease note that the Consent cannot elevate the privileges logged in user already have.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_request_id\">CONSENT_REQUEST_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">IMPLICIT</a>: IMPLICIT</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">account_access</a>: account_access</p>\n<p><a href=\"/glossary#consent_request_id\">consent_request_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n","operationId":"OBPv5.0.0-createConsentByConsentRequestIdImplicit","parameters":[{"name":"consentrequestid","in":"path","description":"The CONSENTREQUESTID identifier","required":true,"schema":{"type":"string"}},{"name":"implicit","in":"path","description":"The IMPLICIT identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access","consent_request_id","consent_id","status","jwt"],"properties":{"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_access":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}},"consent_request_id":{"type":"string"},"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/config":{"get":{"tags":["API"],"summary":"Get API Configuration","description":"<p>Returns information about:</p>\n<ul>\n<li>The default bank_id</li>\n<li>Akka configuration</li>\n<li>Elastic Search configuration</li>\n<li>Cached functions</li>\n</ul>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#akka\"><strong>akka</strong></a>:</p>\n<p><a href=\"/glossary#cache\"><strong>cache</strong></a>:</p>\n<p><a href=\"/glossary#elastic_search\"><strong>elastic_search</strong></a>:</p>\n<p><a href=\"/glossary#function_name\"><strong>function_name</strong></a>:</p>\n<p><a href=\"/glossary#log_level\"><strong>log_level</strong></a>:</p>\n<p><a href=\"/glossary#metrics\"><strong>metrics</strong></a>:</p>\n<p><a href=\"/glossary#ports\"><strong>ports</strong></a>:</p>\n<p><a href=\"/glossary#property\"><strong>property</strong></a>:</p>\n<p><a href=\"/glossary#require_scopes_for_all_roles\"><strong>require_scopes_for_all_roles</strong></a>:</p>\n<p><a href=\"/glossary#require_scopes_for_listed_roles\"><strong>require_scopes_for_listed_roles</strong></a>: false</p>\n<p><a href=\"/glossary#scopes\"><strong>scopes</strong></a>:</p>\n<p><a href=\"/glossary#ttl_in_seconds\"><strong>ttl_in_seconds</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#warehouse\"><strong>warehouse</strong></a>:</p>\n<p><a href=\"/glossary#\">remote_data_secret_matched</a>: remote_data_secret_matched</p>\n","operationId":"OBPv3.1.0-config","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["elastic_search","scopes","akka","cache"],"properties":{"elastic_search":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["metrics","warehouse"],"properties":{"metrics":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["property","value"],"properties":{"property":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"warehouse":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","property"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"property":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"scopes":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["require_scopes_for_all_roles","require_scopes_for_listed_roles"],"properties":{"require_scopes_for_all_roles":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"require_scopes_for_listed_roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"akka":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["ports","remote_data_secret_matched","log_level"],"properties":{"ports":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","property"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"property":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"remote_data_secret_matched":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"log_level":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"cache":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["ttl_in_seconds","function_name"],"properties":{"ttl_in_seconds":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"function_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"elastic_search":{"type":"object","properties":{"metrics":{"type":"array","items":{"type":"object","properties":{"property":{"type":"string"},"value":{"type":"string"}}}},"warehouse":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"property":{"type":"string"}}}}}},"scopes":{"type":"object","properties":{"require_scopes_for_all_roles":{"type":"boolean"},"require_scopes_for_listed_roles":{"type":"array","items":{"type":"string"}}}},"akka":{"type":"object","properties":{"ports":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"property":{"type":"string"}}}},"remote_data_secret_matched":{"type":"boolean"},"log_level":{"type":"string"}}},"cache":{"type":"array","items":{"type":"object","properties":{"ttl_in_seconds":{"type":"integer"},"function_name":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/adapter":{"get":{"tags":["API"],"summary":"Get Adapter Info","description":"<p>Get basic information about the Adapter.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>backend_messages</strong></a>: backend_messages</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#errorCode\"><strong>errorCode</strong></a>: errorCode</p>\n<p><a href=\"/glossary#\"><strong>git_commit</strong></a>: 59623811dd8a41f6ffe67be46954eee11913dc28</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#text\"><strong>text</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>total_duration</strong></a>: total_duration</p>\n<p><a href=\"/glossary#version\"><strong>version</strong></a>:</p>\n<p><a href=\"/glossary#duration\">duration</a>: 5.123</p>\n","operationId":"OBPv5.0.0-getAdapterInfo","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["git_commit","version","date","name","total_duration","backend_messages"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"backend_messages":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["source","text","status","errorCode","duration"],"properties":{"duration":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"text":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"errorCode":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"total_duration":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"version":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"git_commit":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"git_commit":{"type":"string"},"version":{"type":"string"},"date":{"type":"string","format":"date-time"},"name":{"type":"string"},"total_duration":{"type":"number"},"backend_messages":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"text":{"type":"string"},"status":{"type":"string"},"errorCode":{"type":"string"},"duration":{"type":"number"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/firehose/accounts/views/{viewid}":{"get":{"tags":["Account","Account-Firehose","FirehoseData"],"summary":"Get Firehose Accounts at Bank","description":"<p>Get all Accounts at a Bank.</p>\n<p>This endpoint allows bulk access to all accounts at the specified bank.</p>\n<p>Requires the CanUseFirehoseAtAnyBank Role or CanUseAccountFirehose Role</p>\n<p>Returns all accounts at the bank. The VIEW_ID parameter determines what account data fields are visible according to the view's permissions.</p>\n<p>The view specified must have is_firehose = true</p>\n<p>For VIEW_ID try 'owner' or 'firehose'</p>\n<p>Optional request parameters for filtering by account attributes:<br />\nURL params example:<br />\n/banks/some-bank-id/firehose/accounts/views/owner?limit=50&amp;offset=1</p>\n<p>To invalidate browser cache, add timestamp query parameter as follows (the parameter name must be <code>_timestamp_</code>):<br />\nURL params example:<br />\n<code>/banks/some-bank-id/firehose/accounts/views/owner?limit=50&amp;offset=1&amp;_timestamp_=1596762180358</code></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#account_rules\"><strong>account_rules</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#display_name\"><strong>display_name</strong></a>:</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#owners\"><strong>owners</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#provider\"><strong>provider</strong></a>: ETHEREUM</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#account_attributes\">account_attributes</a>:</p>\n","operationId":"OBPv4.0.0-getFirehoseAccountsAtOneBank","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["accounts"],"properties":{"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","account_rules","bank_id","owners","label","balance","number","id"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"owners":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["provider","display_name","id"],"properties":{"provider":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"display_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_rules":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scheme","value"],"properties":{"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}}}}}}}},"example":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"account_rules":{"type":"array","items":{"type":"object","properties":{"scheme":{"type":"string"},"value":{"type":"string"}}}},"bank_id":{"type":"string"},"owners":{"type":"array","items":{"type":"object","properties":{"provider":{"type":"string"},"display_name":{"type":"string"},"id":{"type":"string"}}}},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"number":{"type":"string"},"id":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/roles-with-entitlement-counts":{"get":{"tags":["Role","Entitlement"],"summary":"Get Roles with Entitlement Counts","description":"<p>Returns all available roles with the count of entitlements that use each role.</p>\n<p>This endpoint provides statistics about role usage across all banks by counting<br />\nhow many entitlements have been granted for each role.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p>Requires the CanGetRolesWithEntitlementCountsAtAllBanks role.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>entitlement_count</strong></a>: entitlement_count</p>\n<p><a href=\"/glossary#requires_bank_id\"><strong>requires_bank_id</strong></a>:</p>\n<p><a href=\"/glossary#role\"><strong>role</strong></a>:</p>\n<p><a href=\"/glossary#roles\"><strong>roles</strong></a>: CanCreateMyUser</p>\n","operationId":"OBPv6.0.0-getRolesWithEntitlementCountsAtAllBanks","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["roles"],"properties":{"roles":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["entitlement_count","role","requires_bank_id"],"properties":{"entitlement_count":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"requires_bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"roles":{"type":"array","items":{"type":"object","properties":{"entitlement_count":{"type":"integer"},"role":{"type":"string"},"requires_bank_id":{"type":"boolean"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.0.0/search/metrics":{"get":{"tags":["Metric","API","Old-Style"],"summary":"Search API Metrics via Elasticsearch","description":"<p>Search the API calls made to this API instance via Elastic Search.</p>\n<p>Login is required.</p>\n<p>CanSearchMetrics entitlement is required to search metrics data.</p>\n<p>parameters:</p>\n<p>esType  - elasticsearch type</p>\n<p>simple query:</p>\n<p>q       - plain_text_query</p>\n<p>df      - default field to search</p>\n<p>sort    - field to sort on</p>\n<p>size    - number of hits returned, default 10</p>\n<p>from    - show hits starting from</p>\n<p>json query:</p>\n<p>source  - JSON_query_(URL-escaped)</p>\n<p>example usage:</p>\n<p>/search/metrics/q=findThis</p>\n<p>or:</p>\n<p>/search/metrics/source={&quot;query&quot;:{&quot;query_string&quot;:{&quot;query&quot;:&quot;findThis&quot;}}}</p>\n<p>Note!!</p>\n<p>The whole JSON query string MUST be URL-encoded:</p>\n<ul>\n<li>For {  use %7B</li>\n<li>For }  use %7D</li>\n<li>For : use %3A</li>\n<li>For &quot; use %22</li>\n</ul>\n<p>etc..</p>\n<p>Only q, source and esType are passed to Elastic</p>\n<p>Elastic simple query: <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/search-uri-request.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/search-uri-request.html</a></p>\n<p>Elastic JSON query: <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-filter-context.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/query-filter-context.html</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#none\">none</a>:</p>\n","operationId":"OBPv2.0.0-elasticSearchMetrics","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","properties":{}}}},"example":{"type":"object","properties":{}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/banks/{bankid}/agents":{"get":{"tags":["Account"],"summary":"Get Agents at Bank","description":"<p>Get Agents at Bank.</p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p>Possible custom url parameters for pagination:</p>\n<ul>\n<li>limit=NUMBER ==&gt; default value: 50</li>\n<li>offset=NUMBER ==&gt; default value: 0</li>\n</ul>\n<p>eg1:?limit=100&amp;offset=0</p>\n<ul>\n<li>sort_direction=ASC/DESC ==&gt; default value: DESC.</li>\n</ul>\n<p>eg2:?limit=100&amp;offset=0&amp;sort_direction=ASC</p>\n<ul>\n<li>from_date=DATE =&gt; example value: 1970-01-01T00:00:00.000Z. NOTE! The default value is one year ago (1970-01-01T00:00:00.000Z).</li>\n<li>to_date=DATE =&gt; example value: 2026-02-25T15:15:28.208Z. NOTE! The default value is now (2026-02-25T15:15:28.208Z).</li>\n</ul>\n<p>Date format parameter: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'(1100-01-01T01:01:01.000Z) ==&gt; time zone is UTC.</p>\n<p>eg3:?sort_direction=ASC&amp;limit=100&amp;offset=0&amp;from_date=1100-01-01T01:01:01.000Z&amp;to_date=1100-01-01T01:01:01.000Z</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>agent_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>agents</strong></a>: agents</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n","operationId":"OBPv5.1.0-getAgents","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agents"],"properties":{"agents":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agent_id","legal_name","agent_number"],"properties":{"agent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"agents":{"type":"array","items":{"type":"object","properties":{"agent_id":{"type":"string"},"legal_name":{"type":"string"},"agent_number":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}},"post":{"tags":["Customer","Person"],"summary":"Create Agent","description":"<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>agent_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>is_confirmed_agent</strong></a>: is_confirmed_agent</p>\n<p><a href=\"/glossary#\"><strong>is_pending_agent</strong></a>: is_pending_agent</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n","operationId":"OBPv5.1.0-createAgent","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","legal_name","agent_number","mobile_phone_number"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"currency":{"type":"string"},"legal_name":{"type":"string"},"agent_number":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["agent_id","is_pending_agent","currency","bank_id","legal_name","agent_number","mobile_phone_number","is_confirmed_agent"],"properties":{"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_confirmed_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_pending_agent":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"agent_id":{"type":"string"},"is_pending_agent":{"type":"boolean"},"currency":{"type":"string"},"bank_id":{"type":"string"},"legal_name":{"type":"string"},"agent_number":{"type":"string"},"mobile_phone_number":{"type":"string"},"is_confirmed_agent":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/my/account-access-requests":{"get":{"tags":["Account-Access-Request"],"summary":"Get My Account Access Requests","description":"<p>Get Account Access Requests created by the current user (maker view).</p>\n<p>No special roles are required — a user can always see their own requests.</p>\n<p>Authentication is Required</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_access_request_id</strong></a>: account_access_request_id</p>\n<p><a href=\"/glossary#\"><strong>account_access_requests</strong></a>: account_access_requests</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>business_justification</strong></a>: business_justification</p>\n<p><a href=\"/glossary#\"><strong>checker_comment</strong></a>: checker_comment</p>\n<p><a href=\"/glossary#\"><strong>checker_user_id</strong></a>: checker_user_id</p>\n<p><a href=\"/glossary#created\"><strong>created</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>is_system_view</strong></a>: is_system_view</p>\n<p><a href=\"/glossary#\"><strong>requestor_user_id</strong></a>: requestor_user_id</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>target_user_id</strong></a>: target_user_id</p>\n<p><a href=\"/glossary#\"><strong>updated</strong></a>: updated</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n","operationId":"OBPv6.0.0-getMyAccountAccessRequests","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access_requests"],"properties":{"account_access_requests":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["requestor_user_id","created","account_access_request_id","is_system_view","business_justification","bank_id","view_id","target_user_id","checker_user_id","status","updated","account_id","checker_comment"],"properties":{"requestor_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_system_view":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"checker_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"business_justification":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"updated":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"target_user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"created":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"checker_comment":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"account_access_requests":{"type":"array","items":{"type":"object","properties":{"requestor_user_id":{"type":"string"},"created":{"type":"string","format":"date-time"},"account_access_request_id":{"type":"string"},"is_system_view":{"type":"boolean"},"business_justification":{"type":"string"},"bank_id":{"type":"string"},"view_id":{"type":"string"},"target_user_id":{"type":"string"},"checker_user_id":{"type":"string"},"status":{"type":"string"},"updated":{"type":"string","format":"date-time"},"account_id":{"type":"string"},"checker_comment":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-requests/{transactionrequestid}":{"get":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Get Transaction Request","description":"<p>Returns transaction request for transaction specified by TRANSACTION_REQUEST_ID and for account specified by ACCOUNT_ID at bank specified by BANK_ID.</p>\n<p>The VIEW_ID specified must be 'owner' and the user must have access to this view.</p>\n<p>Version 2.0.0 now returns charge information.</p>\n<p>Transaction Requests serve to initiate transactions that may or may not proceed. They contain information including:</p>\n<ul>\n<li>Transaction Request Id</li>\n<li>Type</li>\n<li>Status (INITIATED, COMPLETED)</li>\n<li>Challenge (in order to confirm the request)</li>\n<li>From Bank / Account</li>\n<li>Details including Currency, Value, Description and other initiation information specific to each type. (Could potentialy include a list of future transactions.)</li>\n<li>Related Transactions</li>\n</ul>\n<p>PSD2 Context: PSD2 requires transparency of charges to the customer.<br />\nThis endpoint provides the charge that would be applied if the Transaction Request proceeds - and a record of that charge there after.<br />\nThe customer can proceed with the Transaction by answering the security challenge.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#\">TRANSACTION_REQUEST_ID</a>: 8138a7e4-6d02-40e3-a129-0b2bf89de9f1</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge\"><strong>challenge</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-getTransactionRequest","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"transactionrequestid","in":"path","description":"The TRANSACTIONREQUESTID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenge","status","end_date","charge","transaction_ids","from","details","start_date","id"],"properties":{"challenge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","allowed_attempts","id"],"properties":{"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenge":{"type":"object","properties":{"challenge_type":{"type":"string"},"allowed_attempts":{"type":"integer"},"id":{"type":"string"}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/webui-props/{webuipropname}":{"get":{"tags":["WebUi-Props"],"summary":"Get WebUiProp by Name","description":"<p>Get a single WebUiProp by name.</p>\n<p>Properties with names starting with &quot;webui_&quot; can be stored in the database and managed via API.</p>\n<p><strong>Data Sources:</strong></p>\n<ol>\n<li>\n<p><strong>Explicit WebUiProps (Database)</strong>: Custom values created/updated via the API and stored in the database.</p>\n</li>\n<li>\n<p><strong>Implicit WebUiProps (Configuration File)</strong>: Default values defined in the <code>sample.props.template</code> configuration file.</p>\n</li>\n</ol>\n<p><strong>Response Fields:</strong></p>\n<ul>\n<li><code>name</code>: The property name</li>\n<li><code>value</code>: The property value</li>\n<li><code>webUiPropsId</code> (optional): UUID for database props, omitted for config props</li>\n<li><code>source</code>: Either &quot;database&quot; (editable via API) or &quot;config&quot; (read-only from config file)</li>\n</ul>\n<p><strong>Query Parameter:</strong></p>\n<ul>\n<li><code>active</code> (optional, boolean string, default: &quot;false&quot;)</li>\n<li>If <code>active=false</code> or omitted: Returns only explicit prop from the database (source=&quot;database&quot;)</li>\n<li>If <code>active=true</code>: Returns explicit prop from database, or if not found, returns implicit (default) prop from configuration file (source=&quot;config&quot;)</li>\n</ul>\n<p><strong>Examples:</strong></p>\n<p>Get database-stored prop only:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props/webui_api_explorer_url\">https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props/webui_api_explorer_url</a></p>\n<p>Get database prop or fallback to default:<br />\n<a href=\"https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props/webui_api_explorer_url?active=true\">https://apisandbox.openbankproject.com/obp/v6.0.0/webui-props/webui_api_explorer_url?active=true</a></p>\n<p>User Authentication is Optional. The User need not be logged in.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">WEBUI_PROP_NAME</a>: WEBUI_PROP_NAME</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">source</a>:</p>\n","operationId":"OBPv6.0.0-getWebUiProp","parameters":[{"name":"webuipropname","in":"path","description":"The WEBUIPROPNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["web_ui_props_id","source","name","value"],"properties":{"web_ui_props_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"web_ui_props_id":{"type":"string"},"source":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}}}},"/obp/v5.0.0/banks/{bankid}/customers/customer-number-query/overview":{"post":{"tags":["Customer","KYC"],"summary":"Get Customer Overview","description":"<p>Gets the Customer Overview specified by customer_number and bank_code.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#accounts\"><strong>accounts</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_attribute_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#customer_attributes\"><strong>customer_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"m&#97;&#x69;&#108;t&#x6f;&#x3a;&#102;&#101;&#108;&#105;&#x78;&#115;&#x6d;i&#116;&#x68;&#x40;e&#120;am&#112;&#108;e&#x2e;&#x63;&#x6f;&#x6d;\">fe&#x6c;i&#120;s&#x6d;&#105;&#x74;&#104;&#x40;&#x65;&#120;a&#x6d;&#x70;&#x6c;&#101;&#46;&#x63;&#x6f;&#109;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">contract_code</a>: contract_code</p>\n<p><a href=\"/glossary#\">contracts</a>: contracts</p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv5.0.0-getCustomerOverview","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_number"],"properties":{"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","customer_attributes","dob_of_dependants","face_image","credit_limit","employment_status","email","customer_id","relationship_status","bank_id","last_ok_date","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","accounts","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_attribute_id","name","type","value"],"properties":{"customer_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"accounts":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","label","balance","branch_id","account_attributes","account_id"],"properties":{"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","type","name","contract_code"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"contract_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"customer_attributes":{"type":"array","items":{"type":"object","properties":{"customer_attribute_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}}},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"branch_id":{"type":"string"},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"contract_code":{"type":"string"}}}},"account_id":{"type":"string"}}}},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/signal/channels/{channelname}":{"delete":{"tags":["AI-Agent","Signal","Signalling","Channel"],"summary":"Delete Signal Channel","description":"<p>Signal channels provide short-lived, Redis-backed messaging designed for AI agent discovery and coordination, but usable by any authenticated OBP consumer.<br />\nMessages are ephemeral and will expire after the configured TTL (default 1 hour).</p>\n<p>This endpoint deletes a signal channel and all its messages immediately.</p>\n<p>Authentication is Required.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CHANNEL_NAME</a>: CHANNEL_NAME</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>channel_name</strong></a>: channel_name</p>\n<p><a href=\"/glossary#\"><strong>deleted</strong></a>: deleted</p>\n","operationId":"OBPv6.0.0-deleteSignalChannel","parameters":[{"name":"channelname","in":"path","description":"The CHANNELNAME identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["channel_name","deleted"],"properties":{"channel_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"deleted":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"channel_name":{"type":"string"},"deleted":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/attribute-definitions/customer":{"get":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Get Customer Attribute Definition","description":"<p>Get Customer Attribute Definition</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#attributes\"><strong>attributes</strong></a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-getCustomerAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["attributes"],"properties":{"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","category","type","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"category":{"type":"string"},"type":{"type":"string"},"alias":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Customer","Customer-Attribute","Attribute"],"summary":"Create or Update Customer Attribute Definition","description":"<p>Create or Update Customer Attribute Definition</p>\n<p>The category field must be one of: Customer</p>\n<p>The type field must be one of; DOUBLE, STRING, INTEGER and DATE_WITH_DAY</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#alias\"><strong>alias</strong></a>:</p>\n<p><a href=\"/glossary#attribute_definition_id\"><strong>attribute_definition_id</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#can_be_seen_on_views\"><strong>can_be_seen_on_views</strong></a>: false</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv4.0.0-createOrUpdateCustomerAttributeAttributeDefinition","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","description","is_active","name","category","type","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"is_active":{"type":"boolean"},"name":{"type":"string"},"category":{"type":"string"},"type":{"type":"string"},"alias":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["can_be_seen_on_views","attribute_definition_id","description","is_active","bank_id","name","category","type","alias"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"attribute_definition_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"alias":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"can_be_seen_on_views":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"can_be_seen_on_views":{"type":"array","items":{"type":"string"}},"attribute_definition_id":{"type":"string"},"description":{"type":"string"},"is_active":{"type":"boolean"},"bank_id":{"type":"string"},"name":{"type":"string"},"category":{"type":"string"},"type":{"type":"string"},"alias":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/consumer/consent-requests/{consentrequestid}/{email}/consents":{"post":{"tags":["Consent","Account Information Service (AIS)","PSD2","VRP"],"summary":"Create Consent By CONSENT_REQUEST_ID (EMAIL)","description":"<p>This endpoint continues the process of creating a Consent.</p>\n<p>It starts the SCA flow which changes the status of the consent from INITIATED to ACCEPTED or REJECTED.</p>\n<p>Please note that the Consent cannot elevate the privileges of the logged in user.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#consent_request_id\">CONSENT_REQUEST_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">EMAIL</a>: <a href=\"&#x6d;&#x61;&#105;&#x6c;&#116;&#x6f;&#x3a;f&#x65;&#x6c;&#105;x&#115;&#x6d;i&#x74;&#104;@e&#120;&#x61;&#x6d;p&#x6c;&#x65;&#x2e;&#99;&#x6f;&#109;\">&#102;&#101;&#108;&#x69;&#x78;&#115;&#109;i&#x74;&#x68;&#64;&#x65;&#120;&#x61;&#109;&#x70;&#x6c;&#101;&#x2e;&#99;o&#109;</a></p>\n<p><strong>JSON request body fields:</strong></p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#\"><strong>counterparty_ids</strong></a>: counterparty_ids</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>view_id</strong></a>: owner</p>\n<p><a href=\"/glossary#\">account_access</a>: account_access</p>\n<p><a href=\"/glossary#consent_request_id\">consent_request_id</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">helper_info</a>: helper_info</p>\n","operationId":"OBPv5.0.0-createConsentByConsentRequestIdEmail","parameters":[{"name":"consentrequestid","in":"path","description":"The CONSENTREQUESTID identifier","required":true,"schema":{"type":"string"}},{"name":"email","in":"path","description":"The EMAIL identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_access","consent_request_id","consent_id","status","jwt"],"properties":{"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_access":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["helper_info","bank_id","view_id","account_id"],"properties":{"helper_info":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_ids"],"properties":{"counterparty_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"view_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"consent_request_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_access":{"type":"object","properties":{"helper_info":{"type":"object","properties":{"counterparty_ids":{"type":"array","items":{"type":"string"}}}},"bank_id":{"type":"string"},"view_id":{"type":"string"},"account_id":{"type":"string"}}},"consent_request_id":{"type":"string"},"consent_id":{"type":"string"},"status":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v2.1.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{sandboxtan}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (SANDBOX_TAN)","description":"<p>When using SANDBOX_TAN, the payee is set in the request body.</p>\n<p>Money goes into the BANK_ID and ACCOUNT_ID specified in the request body.</p>\n<p>Initiate a Payment via creating a Transaction Request.</p>\n<p>In OBP, a <code>transaction request</code> may or may not result in a <code>transaction</code>. However, a <code>transaction</code> only has one possible state: completed.</p>\n<p>A <code>Transaction Request</code> can have one of several states.</p>\n<p><code>Transactions</code> are modeled on items in a bank statement that represent the movement of money.</p>\n<p><code>Transaction Requests</code> are requests to move money which may or may not succeeed and thus result in a <code>Transaction</code>.</p>\n<p>A <code>Transaction Request</code> might create a security challenge that needs to be answered before the <code>Transaction Request</code> proceeds.</p>\n<p>Transaction Requests contain charge information giving the client the opportunity to proceed or not (as long as the challenge level is appropriate).</p>\n<p>Transaction Requests can have one of several Transaction Request Types which expect different bodies. The escaped body is returned in the details key of the GET response.<br />\nThis provides some commonality and one URL for many different payment or transfer types with enough flexibility to validate them differently.</p>\n<p>The payer is set in the URL. Money comes out of the BANK_ID and ACCOUNT_ID specified in the URL.</p>\n<p>In sandbox mode, TRANSACTION_REQUEST_TYPE is commonly set to SANDBOX_TAN. See getTransactionRequestTypesSupportedByBank for all supported types.</p>\n<p>In sandbox mode, if the amount is less than 1000 EUR (any currency, unless it is set differently on this server), the transaction request will create a transaction without a challenge, else the Transaction Request will be set to INITIALISED and a challenge will need to be answered.</p>\n<p>If a challenge is created you must answer it using Answer Transaction Request Challenge before the Transaction is created.</p>\n<p>You can transfer between different currency accounts. (new in 2.0.0). The currency in body must match the sending account.</p>\n<p>The following static FX rates are available in sandbox mode:</p>\n<p>{<br />\n&quot;XAF&quot;:{<br />\n&quot;XAF&quot;:1.0,<br />\n&quot;HKD&quot;:0.0135503,<br />\n&quot;AUD&quot;:0.00228226,<br />\n&quot;KRW&quot;:1.87975,<br />\n&quot;JOD&quot;:0.00127784,<br />\n&quot;GBP&quot;:0.00131092,<br />\n&quot;MXN&quot;:0.0396,<br />\n&quot;AED&quot;:0.00601555,<br />\n&quot;INR&quot;:0.110241,<br />\n&quot;XBT&quot;:2.9074795E-8,<br />\n&quot;JPY&quot;:0.185328,<br />\n&quot;USD&quot;:0.00163773,<br />\n&quot;ILS&quot;:0.00641333,<br />\n&quot;EUR&quot;:0.00152449<br />\n},<br />\n&quot;HKD&quot;:{<br />\n&quot;XAF&quot;:73.8049,<br />\n&quot;HKD&quot;:1.0,<br />\n&quot;AUD&quot;:0.178137,<br />\n&quot;KRW&quot;:143.424,<br />\n&quot;JOD&quot;:0.0903452,<br />\n&quot;GBP&quot;:0.0985443,<br />\n&quot;MXN&quot;:2.8067,<br />\n&quot;AED&quot;:0.467977,<br />\n&quot;INR&quot;:9.09325,<br />\n&quot;XBT&quot;:2.164242461E-6,<br />\n&quot;JPY&quot;:14.0867,<br />\n&quot;USD&quot;:0.127427,<br />\n&quot;ILS&quot;:0.460862,<br />\n&quot;EUR&quot;:0.112495<br />\n},<br />\n&quot;AUD&quot;:{<br />\n&quot;XAF&quot;:438.162,<br />\n&quot;HKD&quot;:5.61346,<br />\n&quot;AUD&quot;:1.0,<br />\n&quot;KRW&quot;:895.304,<br />\n&quot;JOD&quot;:0.556152,<br />\n&quot;GBP&quot;:0.609788,<br />\n&quot;MXN&quot;:16.0826,<br />\n&quot;AED&quot;:2.88368,<br />\n&quot;INR&quot;:50.4238,<br />\n&quot;XBT&quot;:1.2284055924E-5,<br />\n&quot;JPY&quot;:87.0936,<br />\n&quot;USD&quot;:0.785256,<br />\n&quot;ILS&quot;:2.83558,<br />\n&quot;EUR&quot;:0.667969<br />\n},<br />\n&quot;KRW&quot;:{<br />\n&quot;XAF&quot;:0.531986,<br />\n&quot;HKD&quot;:0.00697233,<br />\n&quot;AUD&quot;:0.00111694,<br />\n&quot;KRW&quot;:1.0,<br />\n&quot;JOD&quot;:6.30634E-4,<br />\n&quot;GBP&quot;:6.97389E-4,<br />\n&quot;MXN&quot;:0.0183,<br />\n&quot;AED&quot;:0.00320019,<br />\n&quot;INR&quot;:0.0586469,<br />\n&quot;XBT&quot;:1.4234725E-8,<br />\n&quot;JPY&quot;:0.0985917,<br />\n&quot;USD&quot;:8.7125E-4,<br />\n&quot;ILS&quot;:0.00316552,<br />\n&quot;EUR&quot;:8.11008E-4<br />\n},<br />\n&quot;JOD&quot;:{<br />\n&quot;XAF&quot;:782.572,<br />\n&quot;HKD&quot;:11.0687,<br />\n&quot;AUD&quot;:1.63992,<br />\n&quot;KRW&quot;:1585.68,<br />\n&quot;JOD&quot;:1.0,<br />\n&quot;GBP&quot;:1.06757,<br />\n&quot;MXN&quot;:30.8336,<br />\n&quot;AED&quot;:5.18231,<br />\n&quot;INR&quot;:90.1236,<br />\n&quot;XBT&quot;:2.3803244006E-5,<br />\n&quot;JPY&quot;:156.304,<br />\n&quot;USD&quot;:1.41112,<br />\n&quot;ILS&quot;:5.02018,<br />\n&quot;EUR&quot;:0.237707<br />\n},<br />\n&quot;GBP&quot;:{<br />\n&quot;XAF&quot;:762.826,<br />\n&quot;HKD&quot;:10.1468,<br />\n&quot;AUD&quot;:1.63992,<br />\n&quot;KRW&quot;:1433.92,<br />\n&quot;JOD&quot;:0.936707,<br />\n&quot;GBP&quot;:1.0,<br />\n&quot;MXN&quot;:29.242,<br />\n&quot;AED&quot;:4.58882,<br />\n&quot;INR&quot;:84.095,<br />\n&quot;XBT&quot;:2.2756409956E-5,<br />\n&quot;JPY&quot;:141.373,<br />\n&quot;USD&quot;:1.2493,<br />\n&quot;ILS&quot;:4.7002,<br />\n&quot;EUR&quot;:1.16278<br />\n},<br />\n&quot;MXN&quot;:{<br />\n&quot;XAF&quot;:25.189,<br />\n&quot;HKD&quot;:0.3562,<br />\n&quot;AUD&quot;:0.0621,<br />\n&quot;KRW&quot;:54.4512,<br />\n&quot;JOD&quot;:0.0324,<br />\n&quot;GBP&quot;:0.0341,<br />\n&quot;MXN&quot;:1.0,<br />\n&quot;AED&quot;:0.1688,<br />\n&quot;INR&quot;:3.3513,<br />\n&quot;XBT&quot;:8.1112586E-7,<br />\n&quot;JPY&quot;:4.8687,<br />\n&quot;USD&quot;:0.0459,<br />\n&quot;ILS&quot;:0.1541,<br />\n&quot;EUR&quot;:0.0384<br />\n},<br />\n&quot;AED&quot;:{<br />\n&quot;XAF&quot;:166.236,<br />\n&quot;HKD&quot;:2.13685,<br />\n&quot;AUD&quot;:0.346779,<br />\n&quot;KRW&quot;:312.482,<br />\n&quot;JOD&quot;:0.1930565,<br />\n&quot;GBP&quot;:0.217921,<br />\n&quot;MXN&quot;:5.9217,<br />\n&quot;AED&quot;:1.0,<br />\n&quot;INR&quot;:18.3255,<br />\n&quot;XBT&quot;:4.603349217E-6,<br />\n&quot;JPY&quot;:30.8081,<br />\n&quot;USD&quot;:0.27225,<br />\n&quot;ILS&quot;:0.968033,<br />\n&quot;EUR&quot;:0.253425<br />\n},<br />\n&quot;INR&quot;:{<br />\n&quot;XAF&quot;:9.07101,<br />\n&quot;HKD&quot;:0.109972,<br />\n&quot;AUD&quot;:0.0198319,<br />\n&quot;KRW&quot;:17.0512,<br />\n&quot;JOD&quot;:0.0110959,<br />\n&quot;GBP&quot;:0.0118913,<br />\n&quot;MXN&quot;:0.2983,<br />\n&quot;AED&quot;:0.0545671,<br />\n&quot;INR&quot;:1.0,<br />\n&quot;XBT&quot;:2.2689396E-7,<br />\n&quot;JPY&quot;:1.68111,<br />\n&quot;USD&quot;:0.0148559,<br />\n&quot;ILS&quot;:0.0556764,<br />\n&quot;EUR&quot;:0.0138287<br />\n},<br />\n&quot;XBT&quot;:{<br />\n&quot;XAF&quot;:3.4353824E7,<br />\n&quot;HKD&quot;:460448.9,<br />\n&quot;AUD&quot;:81168.603,<br />\n&quot;KRW&quot;:7.0131575E7,<br />\n&quot;JOD&quot;:41960.111,<br />\n&quot;GBP&quot;:44188.118,<br />\n&quot;MXN&quot;:1230503.3,<br />\n&quot;AED&quot;:217414.47,<br />\n&quot;INR&quot;:4407607.74,<br />\n&quot;XBT&quot;:1.0,<br />\n&quot;JPY&quot;:6805170.8,<br />\n&quot;USD&quot;:59245.918,<br />\n&quot;ILS&quot;:182981.21,<br />\n&quot;EUR&quot;:52436.431<br />\n},<br />\n&quot;JPY&quot;:{<br />\n&quot;XAF&quot;:5.39585,<br />\n&quot;HKD&quot;:0.0709891,<br />\n&quot;AUD&quot;:0.0114819,<br />\n&quot;KRW&quot;:10.1428,<br />\n&quot;JOD&quot;:0.00639777,<br />\n&quot;GBP&quot;:0.0070735,<br />\n&quot;MXN&quot;:0.2053,<br />\n&quot;AED&quot;:0.032459,<br />\n&quot;INR&quot;:0.594846,<br />\n&quot;XBT&quot;:1.47171931E-7,<br />\n&quot;JPY&quot;:1.0,<br />\n&quot;USD&quot;:0.00883695,<br />\n&quot;ILS&quot;:0.0320926,<br />\n&quot;EUR&quot;:0.00822592<br />\n},<br />\n&quot;USD&quot;:{<br />\n&quot;XAF&quot;:610.601,<br />\n&quot;HKD&quot;:7.84766,<br />\n&quot;AUD&quot;:1.27347,<br />\n&quot;KRW&quot;:1147.78,<br />\n&quot;JOD&quot;:0.708659,<br />\n&quot;GBP&quot;:0.800446,<br />\n&quot;MXN&quot;:21.748,<br />\n&quot;AED&quot;:3.6731,<br />\n&quot;INR&quot;:67.3135,<br />\n&quot;XBT&quot;:1.69154E-5,<br />\n&quot;JPY&quot;:113.161,<br />\n&quot;USD&quot;:1.0,<br />\n&quot;ILS&quot;:3.55495,<br />\n&quot;EUR&quot;:0.930886<br />\n},<br />\n&quot;ILS&quot;:{<br />\n&quot;XAF&quot;:155.925,<br />\n&quot;HKD&quot;:2.16985,<br />\n&quot;AUD&quot;:0.352661,<br />\n&quot;KRW&quot;:315.903,<br />\n&quot;JOD&quot;:0.199196,<br />\n&quot;GBP&quot;:0.212763,<br />\n&quot;MXN&quot;:6.4871,<br />\n&quot;AED&quot;:1.03302,<br />\n&quot;INR&quot;:17.9609,<br />\n&quot;XBT&quot;:5.452272147E-6,<br />\n&quot;JPY&quot;:31.1599,<br />\n&quot;USD&quot;:0.281298,<br />\n&quot;ILS&quot;:1.0,<br />\n&quot;EUR&quot;:1.19318<br />\n},<br />\n&quot;EUR&quot;:{<br />\n&quot;XAF&quot;:655.957,<br />\n&quot;HKD&quot;:8.88926,<br />\n&quot;AUD&quot;:1.49707,<br />\n&quot;KRW&quot;:1233.03,<br />\n&quot;JOD&quot;:0.838098,<br />\n&quot;GBP&quot;:0.860011,<br />\n&quot;MXN&quot;:26.0359,<br />\n&quot;AED&quot;:3.94594,<br />\n&quot;INR&quot;:72.3136,<br />\n&quot;XBT&quot;:1.9087905636E-5,<br />\n&quot;JPY&quot;:121.567,<br />\n&quot;USD&quot;:1.07428,<br />\n&quot;ILS&quot;:4.20494,<br />\n&quot;EUR&quot;:1.0<br />\n}<br />\n}</p>\n<p>Transaction Requests satisfy PSD2 requirements thus:</p>\n<p>1) A transaction can be initiated by a third party application.</p>\n<p>2) The customer is informed of the charge that will incurred.</p>\n<p>3) The call supports delegated authentication (OAuth)</p>\n<p>See <a href=\"https://github.com/OpenBankProject/Hello-OBP-DirectLogin-Python/blob/master/hello_payments.py\">this python code</a> for a complete example of this flow.</p>\n<p>There is further documentation <a href=\"https://github.com/OpenBankProject/OBP-API/wiki/Transaction-Requests\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#sandbox_tan\">SANDBOX_TAN</a>:</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge\"><strong>challenge</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv2.1.0-createTransactionRequestSandboxTan","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"sandboxtan","in":"path","description":"The SANDBOXTAN identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","description","value"],"properties":{"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"to":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"description":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenge","status","end_date","charge","transaction_ids","from","details","start_date","id"],"properties":{"challenge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","allowed_attempts","id"],"properties":{"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenge":{"type":"object","properties":{"challenge_type":{"type":"string"},"allowed_attempts":{"type":"integer"},"id":{"type":"string"}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v3.1.0/banks/{bankid}/customers/{customerid}/number":{"put":{"tags":["Customer"],"summary":"Update the number of a Customer","description":"<p>Update the number of the Customer specified by CUSTOMER_ID.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#Customer.customer_id\">CUSTOMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>customer_id</strong></a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#\"><strong>customer_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#\"><strong>dependants</strong></a>: 1</p>\n<p><a href=\"/glossary#dob_of_dependants\"><strong>dob_of_dependants</strong></a>: [2019-09-08, 2017-07-12]</p>\n<p><a href=\"/glossary#\"><strong>email</strong></a>: <a href=\"&#109;&#x61;i&#108;&#116;&#111;&#58;f&#101;lix&#115;&#x6d;&#x69;t&#x68;@&#x65;&#x78;&#x61;&#x6d;&#112;&#108;&#x65;.&#x63;&#111;&#109;\">f&#x65;&#x6c;&#105;&#120;&#x73;&#x6d;&#105;&#x74;&#x68;@e&#120;&#97;&#109;&#112;&#108;&#101;&#46;c&#x6f;&#x6d;</a></p>\n<p><a href=\"/glossary#\"><strong>employment_status</strong></a>: worker</p>\n<p><a href=\"/glossary#face_image\"><strong>face_image</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>highest_education_attained</strong></a>: Master</p>\n<p><a href=\"/glossary#\"><strong>kyc_status</strong></a>: false</p>\n<p><a href=\"/glossary#last_ok_date\"><strong>last_ok_date</strong></a>: 2025-02-25T15:15:24.469Z</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#\"><strong>name_suffix</strong></a>: Sr</p>\n<p><a href=\"/glossary#\"><strong>rating</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>relationship_status</strong></a>: single</p>\n<p><a href=\"/glossary#\"><strong>source</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>title</strong></a>: Dr.</p>\n<p><a href=\"/glossary#\"><strong>url</strong></a>: <a href=\"http://www.example.com/id-docs/123/image.png\">http://www.example.com/id-docs/123/image.png</a></p>\n<p><a href=\"/glossary#credit_limit\">credit_limit</a>:</p>\n<p><a href=\"/glossary#credit_rating\">credit_rating</a>:</p>\n","operationId":"OBPv3.1.0-updateCustomerNumber","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"customerid","in":"path","description":"The CUSTOMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["customer_number"],"properties":{"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"customer_number":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["dependants","dob_of_dependants","face_image","credit_limit","employment_status","email","last_ok_date","customer_id","relationship_status","bank_id","highest_education_attained","customer_number","credit_rating","name_suffix","legal_name","title","branch_id","date_of_birth","mobile_phone_number","kyc_status"],"properties":{"customer_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name_suffix":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"email":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"customer_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"highest_education_attained":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"dob_of_dependants":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date_of_birth":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"credit_rating":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rating","source"],"properties":{"rating":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"source":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"last_ok_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"employment_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"credit_limit":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"title":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"face_image":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["url","date"],"properties":{"url":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}}}}}},"dependants":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"relationship_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"dependants":{"type":"integer"},"dob_of_dependants":{"type":"array","items":{"type":"string","format":"date-time"}},"face_image":{"type":"object","properties":{"url":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"credit_limit":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"employment_status":{"type":"string"},"email":{"type":"string"},"last_ok_date":{"type":"string","format":"date-time"},"customer_id":{"type":"string"},"relationship_status":{"type":"string"},"bank_id":{"type":"string"},"highest_education_attained":{"type":"string"},"customer_number":{"type":"string"},"credit_rating":{"type":"object","properties":{"rating":{"type":"string"},"source":{"type":"string"}}},"name_suffix":{"type":"string"},"legal_name":{"type":"string"},"title":{"type":"string"},"branch_id":{"type":"string"},"date_of_birth":{"type":"string","format":"date-time"},"mobile_phone_number":{"type":"string"},"kyc_status":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.1.0/management/banks/{bankid}/consents/{consentid}/created-by-user":{"put":{"tags":["Consent","Account Information Service (AIS)"],"summary":"Update Created by User of Consent by CONSENT_ID","description":"<p>This endpoint is used to Update the User bound to a consent.</p>\n<p>In general we would not expect for a management user to set the User bound to a consent, but there may be<br />\nsome use cases where this workflow is useful.</p>\n<p>If successful, the &quot;Created by User ID&quot; field in the OBP Consent table will be updated.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#consent_id\">CONSENT_ID</a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#consent_id\"><strong>consent_id</strong></a>: 9d429899-24f5-42c8-8565-943ffa6a7947</p>\n<p><a href=\"/glossary#jwt\"><strong>jwt</strong></a>: eyJhbGciOiJIUzI1NiJ9.eyJlbnRpdGxlbWVudHMiOltdLCJjcmVhdGVkQnlVc2VySWQiOiJhYjY1MzlhOS1iMTA1LTQ0ODktYTg4My0wYWQ4ZDZjNjE2NTciLCJzdWIiOiIyMWUxYzhjYy1mOTE4LTRlYWMtYjhlMy01ZTVlZWM2YjNiNGIiLCJhdWQiOiJlanpuazUwNWQxMzJyeW9tbmhieDFxbXRvaHVyYnNiYjBraWphanNrIiwibmJmIjoxNTUzNTU0ODk5LCJpc3MiOiJodHRwczpcL1wvd3d3Lm9wZW5iYW5rcHJvamVjdC5jb20iLCJleHAiOjE1NTM1NTg0OTksImlhdCI6MTU1MzU1NDg5OSwianRpIjoiMDlmODhkNWYtZWNlNi00Mzk4LThlOTktNjYxMWZhMWNkYmQ1Iiwidmlld3MiOlt7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAxIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifSx7ImFjY291bnRfaWQiOiJtYXJrb19wcml2aXRlXzAyIiwiYmFua19pZCI6ImdoLjI5LnVrLngiLCJ2aWV3X2lkIjoib3duZXIifV19.8cc7cBEf2NyQvJoukBCmDLT7LXYcuzTcSYLqSpbxLp4</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n","operationId":"OBPv5.1.0-updateConsentUserIdByConsentId","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"consentid","in":"path","description":"The CONSENTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id"],"properties":{"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["status","consent_id","jwt"],"properties":{"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"consent_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"jwt":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"status":{"type":"string"},"consent_id":{"type":"string"},"jwt":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/transaction-request-types/{agentcashwithdrawal}/transaction-requests":{"post":{"tags":["Transaction-Request","Payment Initiation Service (PIS)","PSD2"],"summary":"Create Transaction Request (AGENT_CASH_WITHDRAWAL)","description":"<p>Either the <code>from</code> or the <code>to</code> field must be filled. Those fields refers to the information about the party that will be refunded.</p>\n<p>In case the <code>from</code> object is used, it means that the refund comes from the part that sent you a transaction.<br />\nIn the <code>from</code> object, you have two choices :<br />\n- Use <code>bank_id</code> and <code>account_id</code> fields if the other account is registered on the OBP-API<br />\n- Use the <code>counterparty_id</code> field in case the counterparty account is out of the OBP-API</p>\n<p>In case the <code>to</code> object is used, it means you send a request to a counterparty to ask for a refund on a previous transaction you sent.<br />\n(This case is not managed by the OBP-API and require an external adapter)</p>\n<p>For an introduction to Transaction Requests, see: <a href=\"/glossary#Transaction-Request-Introduction\">here</a></p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\">AGENT_CASH_WITHDRAWAL</a>: AGENT_CASH_WITHDRAWAL</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#this_view_id\">VIEW_ID</a>: owner</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#\"><strong>charge_policy</strong></a>: SHARED</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#future_date\">future_date</a>: 20200127</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#Account\"><strong>account</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#\"><strong>agent_number</strong></a>: 5987953</p>\n<p><a href=\"/glossary#allowed_attempts\"><strong>allowed_attempts</strong></a>: 5</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#bank_code\"><strong>bank_code</strong></a>: CGHZ</p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#branch_number\"><strong>branch_number</strong></a>:</p>\n<p><a href=\"/glossary#challenge_type\"><strong>challenge_type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>challenges</strong></a>: challenges</p>\n<p><a href=\"/glossary#charge\"><strong>charge</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>counterparty_id</strong></a>: 9fg8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><a href=\"/glossary#creditoraccount\"><strong>creditorAccount</strong></a>:</p>\n<p><a href=\"/glossary#creditorname\"><strong>creditorName</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>date_of_birth</strong></a>: 2018-03-09</p>\n<p><a href=\"/glossary#debtoraccount\"><strong>debtorAccount</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#details\"><strong>details</strong></a>:</p>\n<p><a href=\"/glossary#end_date\"><strong>end_date</strong></a>:</p>\n<p><a href=\"/glossary#from\"><strong>from</strong></a>:</p>\n<p><a href=\"/glossary#future_date\"><strong>future_date</strong></a>: 20200127</p>\n<p><a href=\"/glossary#\"><strong>iban</strong></a>: DE91 1000 0000 0123 4567 89</p>\n<p><a href=\"/glossary#id\"><strong>id</strong></a>: d8839721-ad8f-45dd-9f78-2080414b93f9</p>\n<p><a href=\"/glossary#instructedamount\"><strong>instructedAmount</strong></a>: 100</p>\n<p><a href=\"/glossary#kyc_document\"><strong>kyc_document</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>legal_name</strong></a>: Eveline Tripman</p>\n<p><a href=\"/glossary#link\"><strong>link</strong></a>:</p>\n<p><a href=\"/glossary#message\"><strong>message</strong></a>: 123456</p>\n<p><a href=\"/glossary#mobile_phone_number\"><strong>mobile_phone_number</strong></a>: +49 30 901820</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#nickname\"><strong>nickname</strong></a>:</p>\n<p><a href=\"/glossary#number\"><strong>number</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingAddress</strong></a>: otherAccountRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountRoutingScheme</strong></a>: otherAccountRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingAddress</strong></a>: otherAccountSecondaryRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherAccountSecondaryRoutingScheme</strong></a>: otherAccountSecondaryRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingAddress</strong></a>: otherBankRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBankRoutingScheme</strong></a>: otherBankRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingAddress</strong></a>: otherBranchRoutingAddress</p>\n<p><a href=\"/glossary#\"><strong>otherBranchRoutingScheme</strong></a>: otherBranchRoutingScheme</p>\n<p><a href=\"/glossary#\"><strong>start_date</strong></a>: 2020-01-27</p>\n<p><a href=\"/glossary#status\"><strong>status</strong></a>:</p>\n<p><a href=\"/glossary#summary\"><strong>summary</strong></a>:</p>\n<p><a href=\"/glossary#to\"><strong>to</strong></a>:</p>\n<p><a href=\"/glossary#transaction_ids\"><strong>transaction_ids</strong></a>:</p>\n<p><a href=\"/glossary#transfer_type\"><strong>transfer_type</strong></a>:</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#attributes\">attributes</a>: attribute value in form of (name, value)</p>\n<p><a href=\"/glossary#\">to_agent</a>: to_agent</p>\n<p><a href=\"/glossary#to_counterparty\">to_counterparty</a>:</p>\n<p><a href=\"/glossary#to_sandbox_tan\">to_sandbox_tan</a>:</p>\n<p><a href=\"/glossary#to_sepa\">to_sepa</a>:</p>\n<p><a href=\"/glossary#to_sepa_credit_transfers\">to_sepa_credit_transfers</a>:</p>\n<p><a href=\"/glossary#\">to_simple</a>: to_simple</p>\n<p><a href=\"/glossary#to_transfer_to_account\">to_transfer_to_account</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_atm\">to_transfer_to_atm</a>:</p>\n<p><a href=\"/glossary#to_transfer_to_phone\">to_transfer_to_phone</a>:</p>\n","operationId":"OBPv4.0.0-createTransactionRequestAgentCashWithDrawal","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}},{"name":"viewid","in":"path","description":"The VIEWID identifier","required":true,"schema":{"type":"string"}},{"name":"agentcashwithdrawal","in":"path","description":"The AGENTCASHWITHDRAWAL identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["future_date","value","charge_policy","description","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"charge_policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"example":{"type":"object","properties":{"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"charge_policy":{"type":"string"},"description":{"type":"string"},"to":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","challenges","status","end_date","attributes","charge","transaction_ids","from","details","start_date","id"],"properties":{"start_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","value"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"end_date":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string"},"format":{"type":"string"}}},"status":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","account_id"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"details":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to_sandbox_tan","value","to_transfer_to_phone","to_sepa","to_simple","to_counterparty","to_agent","description","to_transfer_to_account","to_sepa_credit_transfers","to_transfer_to_atm"],"properties":{"to_transfer_to_phone":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","to","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["mobile_phone_number"],"properties":{"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["description","message","from","value","to"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["date_of_birth","kyc_document","legal_name","mobile_phone_number"],"properties":{"date_of_birth":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"kyc_document":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["type","number"],"properties":{"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"legal_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"from":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["nickname","mobile_phone_number"],"properties":{"nickname":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"mobile_phone_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"message":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"to_counterparty":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["counterparty_id"],"properties":{"counterparty_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_agent":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","agent_number"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"agent_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa_credit_transfers":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["instructedAmount","debtorAccount","creditorAccount","creditorName"],"properties":{"instructedAmount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"debtorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorAccount":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"creditorName":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_simple":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["otherBankRoutingAddress","otherAccountSecondaryRoutingAddress","otherBranchRoutingScheme","otherAccountRoutingScheme","otherAccountRoutingAddress","otherBankRoutingScheme","otherBranchRoutingAddress","otherAccountSecondaryRoutingScheme"],"properties":{"otherAccountSecondaryRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBankRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherAccountSecondaryRoutingScheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"otherBranchRoutingAddress":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sepa":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["iban"],"properties":{"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_transfer_to_account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["to","transfer_type","description","future_date","value"],"properties":{"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"future_date":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"to":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","account","bank_code","branch_number"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["number","iban"],"properties":{"number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"iban":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"bank_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"branch_number":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"transfer_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"to_sandbox_tan":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_id","bank_id"],"properties":{"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"charge":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["summary","value"],"properties":{"summary":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"transaction_ids":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"challenges":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["challenge_type","link","id","allowed_attempts","user_id"],"properties":{"allowed_attempts":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"link":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"challenge_type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"type":{"type":"string"},"challenges":{"type":"array","items":{"type":"object","properties":{"challenge_type":{"type":"string"},"link":{"type":"string"},"id":{"type":"string"},"allowed_attempts":{"type":"integer"},"user_id":{"type":"string"}}}},"status":{"type":"string"},"end_date":{"type":"string","format":"date-time"},"attributes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"charge":{"type":"object","properties":{"summary":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"transaction_ids":{"type":"array","items":{"type":"string"}},"from":{"type":"object","properties":{"bank_id":{"type":"string"},"account_id":{"type":"string"}}},"details":{"type":"object","properties":{"to_sandbox_tan":{"type":"object","properties":{"account_id":{"type":"string"},"bank_id":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to_transfer_to_phone":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"to":{"type":"object","properties":{"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa":{"type":"object","properties":{"iban":{"type":"string"}}},"to_simple":{"type":"object","properties":{"otherBankRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingAddress":{"type":"string"},"otherBranchRoutingScheme":{"type":"string"},"otherAccountRoutingScheme":{"type":"string"},"otherAccountRoutingAddress":{"type":"string"},"otherBankRoutingScheme":{"type":"string"},"otherBranchRoutingAddress":{"type":"string"},"otherAccountSecondaryRoutingScheme":{"type":"string"}}},"to_counterparty":{"type":"object","properties":{"counterparty_id":{"type":"string"}}},"to_agent":{"type":"object","properties":{"bank_id":{"type":"string"},"agent_number":{"type":"string"}}},"description":{"type":"string"},"to_transfer_to_account":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string"},"account":{"type":"object","properties":{"number":{"type":"string"},"iban":{"type":"string"}}},"bank_code":{"type":"string"},"branch_number":{"type":"string"}}},"transfer_type":{"type":"string"},"description":{"type":"string"},"future_date":{"type":"string"},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}}}},"to_sepa_credit_transfers":{"type":"object","properties":{"instructedAmount":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"debtorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorAccount":{"type":"object","properties":{"iban":{"type":"string"}}},"creditorName":{"type":"string"}}},"to_transfer_to_atm":{"type":"object","properties":{"description":{"type":"string"},"message":{"type":"string"},"from":{"type":"object","properties":{"nickname":{"type":"string"},"mobile_phone_number":{"type":"string"}}},"value":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"to":{"type":"object","properties":{"date_of_birth":{"type":"string"},"kyc_document":{"type":"object","properties":{"type":{"type":"string"},"number":{"type":"string"}}},"legal_name":{"type":"string"},"mobile_phone_number":{"type":"string"}}}}}}},"start_date":{"type":"string","format":"date-time"},"id":{"type":"string"}}}}}},"400":{"description":"Bad Request"},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v6.0.0/management/abac-rules-schema":{"get":{"tags":["ABAC"],"summary":"Get ABAC Rule Schema","description":"<p>Get schema information about ABAC rule structure for building rule code.</p>\n<p>This endpoint returns schema information including:<br />\n- All 18 parameters available in ABAC rules<br />\n- Object types (User, Bank, Account, etc.) and their properties<br />\n- Available operators and syntax<br />\n- Example rules</p>\n<p>This schema information is useful for:<br />\n- Building rule editors with auto-completion<br />\n- Validating rule syntax in frontends<br />\n- AI agents that help construct rules<br />\n- Dynamic form builders</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>available_operators</strong></a>: available_operators</p>\n<p><a href=\"/glossary#category\"><strong>category</strong></a>:</p>\n<p><a href=\"/glossary#description\"><strong>description</strong></a>: Description of the object. Maximum length is 2000. It can be any characters here.</p>\n<p><a href=\"/glossary#\"><strong>examples</strong></a>: examples</p>\n<p><a href=\"/glossary#is_active\"><strong>is_active</strong></a>: false</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#\"><strong>notes</strong></a>: notes</p>\n<p><a href=\"/glossary#\"><strong>object_types</strong></a>: object_types</p>\n<p><a href=\"/glossary#parameters\"><strong>parameters</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>policy</strong></a>: policy</p>\n<p><a href=\"/glossary#\"><strong>properties</strong></a>: properties</p>\n<p><a href=\"/glossary#\"><strong>required</strong></a>: required</p>\n<p><a href=\"/glossary#\"><strong>rule_code</strong></a>: rule_code</p>\n<p><a href=\"/glossary#\"><strong>rule_name</strong></a>: rule_name</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n","operationId":"OBPv6.0.0-getAbacRuleSchema","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["object_types","examples","notes","parameters","available_operators"],"properties":{"examples":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["rule_name","is_active","rule_code","policy","description"],"properties":{"rule_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"rule_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"policy":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"available_operators":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"object_types":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["properties","name","description"],"properties":{"properties":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","description"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"notes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}},"parameters":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["name","type","required","description","category"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"description":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"category":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"required":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"object_types":{"type":"array","items":{"type":"object","properties":{"properties":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"}}}},"name":{"type":"string"},"description":{"type":"string"}}}},"examples":{"type":"array","items":{"type":"object","properties":{"rule_name":{"type":"string"},"is_active":{"type":"boolean"},"rule_code":{"type":"string"},"policy":{"type":"string"},"description":{"type":"string"}}}},"notes":{"type":"array","items":{"type":"string"}},"parameters":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"required":{"type":"boolean"},"description":{"type":"string"},"category":{"type":"string"}}}},"available_operators":{"type":"array","items":{"type":"string"}}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v5.0.0/banks/{bankid}/accounts/{accountid}":{"put":{"tags":["Account","Onboarding"],"summary":"Create Account (PUT)","description":"<p>Create Account at bank specified by BANK_ID with Id specified by ACCOUNT_ID.</p>\n<p>The User can create an Account for themself  - or -  the User that has the USER_ID specified in the POST body.</p>\n<p>If the PUT body USER_ID <em>is</em> specified, the logged in user must have the Role canCreateAccount. Once created, the Account will be owned by the User specified by USER_ID.</p>\n<p>If the PUT body USER_ID is <em>not</em> specified, the account will be owned by the logged in User.</p>\n<p>The 'product_code' field SHOULD be a product_code from Product.<br />\nIf the 'product_code' matches a product_code from Product, account attributes will be created that match the Product Attributes.</p>\n<p>Note: The Amount MUST be zero.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Account.account_id\">ACCOUNT_ID</a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#account_attribute_id\"><strong>account_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#account_attributes\"><strong>account_attributes</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>account_id</strong></a>: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0</p>\n<p><a href=\"/glossary#account_routings\"><strong>account_routings</strong></a>:</p>\n<p><a href=\"/glossary#address\"><strong>address</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>amount</strong></a>: 10.12</p>\n<p><a href=\"/glossary#balance\"><strong>balance</strong></a>: 10</p>\n<p><a href=\"/glossary#\"><strong>branch_id</strong></a>: DERBY6</p>\n<p><a href=\"/glossary#\"><strong>currency</strong></a>: EUR</p>\n<p><a href=\"/glossary#\"><strong>label</strong></a>: My Account</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#scheme\"><strong>scheme</strong></a>: OBP</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>user_id</strong></a>: 9ca9a7e4-6d02-40e3-a129-0b2bf89de9b1</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#\">product_instance_code</a>: product_instance_code</p>\n","operationId":"OBPv5.0.0-createAccount","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"accountid","in":"path","description":"The ACCOUNTID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["user_id","product_code","balance","label","branch_id","account_routings"],"properties":{"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"user_id":{"type":"string"},"product_code":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"label":{"type":"string"},"branch_id":{"type":"string"},"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["account_routings","product_code","label","balance","account_attributes","branch_id","account_id","user_id"],"properties":{"account_attributes":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","account_attribute_id","product_instance_code","type","name"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_instance_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"branch_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_routings":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["address","scheme"],"properties":{"address":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"scheme":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}},"label":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"balance":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["currency","amount"],"properties":{"currency":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"amount":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"user_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"account_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"account_routings":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"scheme":{"type":"string"}}}},"product_code":{"type":"string"},"label":{"type":"string"},"balance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"account_attributes":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"account_attribute_id":{"type":"string"},"product_instance_code":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},"branch_id":{"type":"string"},"account_id":{"type":"string"},"user_id":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/consumers/{consumerid}/scopes":{"get":{"tags":["Scope","Consumer"],"summary":"Get Scopes for Consumer","description":"<p>Get all the scopes for an consumer specified by CONSUMER_ID</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#list\"><strong>list</strong></a>:</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#scope_id\"><strong>scope_id</strong></a>:</p>\n","operationId":"OBPv4.0.0-getScopes","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["list"],"properties":{"list":{"type":"object","required":["type","items"],"properties":{"type":{"type":"string"},"items":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scope_id","bank_id","role_name"],"properties":{"scope_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}}}}}}}},"example":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"scope_id":{"type":"string"},"bank_id":{"type":"string"},"role_name":{"type":"string"}}}}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"post":{"tags":["Scope","Consumer"],"summary":"Create Scope for a Consumer","description":"<p>Create Scope. Grant Role to Consumer.</p>\n<p>Scopes are used to grant System or Bank level roles to the Consumer (App). (For Account level privileges, see Views)</p>\n<p>For a System level Role (.e.g CanGetAnyUser), set bank_id to an empty string i.e. &quot;bank_id&quot;:&quot;&quot;</p>\n<p>For a Bank level Role (e.g. CanCreateAccount), set bank_id to a valid value e.g. &quot;bank_id&quot;:&quot;my-bank-id&quot;</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#\">CONSUMER_ID</a>: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh</p>\n<p><strong>JSON request body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#role_name\"><strong>role_name</strong></a>:</p>\n<p><a href=\"/glossary#scope_id\"><strong>scope_id</strong></a>:</p>\n","operationId":"OBPv4.0.0-addScope","parameters":[{"name":"consumerid","in":"path","description":"The CONSUMERID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["bank_id","role_name"],"properties":{"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"bank_id":{"type":"string"},"role_name":{"type":"string"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["scope_id","bank_id","role_name"],"properties":{"scope_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"role_name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"scope_id":{"type":"string"},"bank_id":{"type":"string"},"role_name":{"type":"string"}}}}}},"404":{"description":"Not Found"},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}},"/obp/v4.0.0/banks/{bankid}/products/{productcode}/attributes/{productattributeid}":{"get":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Get Product Attribute","description":"<p>Get Product Attribute</p>\n<p>Product Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Product Attribute is linked to its Product by PRODUCT_CODE</p>\n<p>Get one product attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_attribute_id\">PRODUCT_ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_attribute_id\"><strong>product_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv4.0.0-getProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"productattributeid","in":"path","description":"The PRODUCTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","product_attribute_id","bank_id","type","name","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]},"put":{"tags":["Product","Product-Attribute","Attribute"],"summary":"Update Product Attribute","description":"<p>Update Product Attribute.</p>\n<p>Product Attributes are used to describe a financial Product with a list of typed key value pairs.</p>\n<p>Each Product Attribute is linked to its Product by PRODUCT_CODE</p>\n<p>Update one Product Attribute by its id.</p>\n<p>User Authentication is Required. The User must be logged in. The Application must also be authenticated.</p>\n<p><strong>URL Parameters:</strong></p>\n<p><a href=\"/glossary#Bank.bank_id\">BANK_ID</a>: gh.29.uk</p>\n<p><a href=\"/glossary#product_attribute_id\">PRODUCT_ATTRIBUTE_ID</a>:</p>\n<p><a href=\"/glossary#product_code\">PRODUCT_CODE</a>: 1234BW</p>\n<p><strong>JSON response body fields:</strong></p>\n<p><a href=\"/glossary#\"><strong>bank_id</strong></a>: gh.29.uk</p>\n<p><a href=\"/glossary#name\"><strong>name</strong></a>: ACCOUNT_MANAGEMENT_FEE</p>\n<p><a href=\"/glossary#product_attribute_id\"><strong>product_attribute_id</strong></a>:</p>\n<p><a href=\"/glossary#product_code\"><strong>product_code</strong></a>: 1234BW</p>\n<p><a href=\"/glossary#type\"><strong>type</strong></a>:</p>\n<p><a href=\"/glossary#\"><strong>value</strong></a>: 5987953</p>\n<p><a href=\"/glossary#is_active\">is_active</a>: false</p>\n","operationId":"OBPv4.0.0-updateProductAttribute","parameters":[{"name":"bankid","in":"path","description":"The BANKID identifier","required":true,"schema":{"type":"string"}},{"name":"productcode","in":"path","description":"The PRODUCTCODE identifier","required":true,"schema":{"type":"string"}},{"name":"productattributeid","in":"path","description":"The PRODUCTATTRIBUTEID identifier","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request body","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","type","name","is_active"],"properties":{"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"}}}}},"required":true},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","required":["type","properties"],"properties":{"type":{"type":"string"},"properties":{"type":"object","required":["value","product_code","product_attribute_id","bank_id","type","name","is_active"],"properties":{"name":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"is_active":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_attribute_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"product_code":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"bank_id":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"type":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}},"value":{"type":"object","required":["type"],"properties":{"type":{"type":"string"}}}}}}},"example":{"type":"object","properties":{"value":{"type":"string"},"product_code":{"type":"string"},"product_attribute_id":{"type":"string"},"bank_id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"is_active":{"type":"boolean"}}}}}},"500":{"description":"Internal Server Error"}},"security":[{"DirectLogin":[]},{"GatewayLogin":[]},{"OAuth2":[]}]}}},"components":{"securitySchemes":{"DirectLogin":{"type":"apiKey","description":"Direct Login token authentication","name":"Authorization","in":"header"},"GatewayLogin":{"type":"apiKey","description":"Gateway Login token authentication","name":"Authorization","in":"header"},"OAuth2":{"type":"oauth2","description":"OAuth2 authentication","flows":{"authorizationCode":{"authorizationUrl":"/oauth/authorize","tokenUrl":"/oauth/token","scopes":{}}}}}},"tags":[{"name":"Dynamic-Resource-Doc","description":"Operations related to Dynamic-Resource-Doc"},{"name":"Bank","description":"Operations related to Bank"},{"name":"Bank-Attribute","description":"Operations related to Bank-Attribute"},{"name":"Attribute","description":"Operations related to Attribute"},{"name":"Account-Public","description":"Operations related to Account-Public"},{"name":"Account","description":"Operations related to Account"},{"name":"PublicData","description":"Operations related to PublicData"},{"name":"User","description":"Operations related to User"},{"name":"Customer","description":"Operations related to Customer"},{"name":"_Odometer(gh.29.uk)","description":"Operations related to _Odometer(gh.29.uk)"},{"name":"Dynamic-Entity","description":"Operations related to Dynamic-Entity"},{"name":"Dynamic","description":"Operations related to Dynamic"},{"name":"Transaction-Request","description":"Operations related to Transaction-Request"},{"name":"Payment Initiation Service (PIS)","description":"Operations related to Payment Initiation Service (PIS)"},{"name":"PSD2","description":"Operations related to PSD2"},{"name":"Dynamic-Entity-Manage","description":"Operations related to Dynamic-Entity-Manage"},{"name":"API","description":"Operations related to API"},{"name":"AI-Agent","description":"Operations related to AI-Agent"},{"name":"Signal","description":"Operations related to Signal"},{"name":"Signalling","description":"Operations related to Signalling"},{"name":"Channel","description":"Operations related to Channel"},{"name":"_InsurancePremium(gh.29.uk)","description":"Operations related to _InsurancePremium(gh.29.uk)"},{"name":"_FooBar","description":"Operations related to _FooBar"},{"name":"Dynamic-Endpoint-Manage","description":"Operations related to Dynamic-Endpoint-Manage"},{"name":"User-Invitation","description":"Operations related to User-Invitation"},{"name":"KYC","description":"Operations related to KYC"},{"name":"Card","description":"Operations related to Card"},{"name":"Card-Attribute","description":"Operations related to Card-Attribute"},{"name":"Customer-Attribute","description":"Operations related to Customer-Attribute"},{"name":"Group","description":"Operations related to Group"},{"name":"Entitlement","description":"Operations related to Entitlement"},{"name":"_D-Entity1(gh.29.uk)","description":"Operations related to _D-Entity1(gh.29.uk)"},{"name":"Transaction-Metadata","description":"Operations related to Transaction-Metadata"},{"name":"Transaction","description":"Operations related to Transaction"},{"name":"_InsurancePolicy(gh.29.uk)","description":"Operations related to _InsurancePolicy(gh.29.uk)"},{"name":"Consent","description":"Operations related to Consent"},{"name":"Account Information Service (AIS)","description":"Operations related to Account Information Service (AIS)"},{"name":"Metric","description":"Operations related to Metric"},{"name":"OIDC","description":"Operations related to OIDC"},{"name":"Consumer","description":"Operations related to Consumer"},{"name":"OAuth","description":"Operations related to OAuth"},{"name":"_Customer_cars","description":"Operations related to _Customer_cars"},{"name":"_Sustrans","description":"Operations related to _Sustrans"},{"name":"Method-Routing","description":"Operations related to Method-Routing"},{"name":"_FishPort","description":"Operations related to _FishPort"},{"name":"Account-Application","description":"Operations related to Account-Application"},{"name":"Role","description":"Operations related to Role"},{"name":"System-Integrity","description":"Operations related to System-Integrity"},{"name":"Dynamic-Message-Doc","description":"Operations related to Dynamic-Message-Doc"},{"name":"Message-Doc","description":"Operations related to Message-Doc"},{"name":"Documentation","description":"Operations related to Documentation"},{"name":"Product","description":"Operations related to Product"},{"name":"Product-Attribute","description":"Operations related to Product-Attribute"},{"name":"Cache","description":"Operations related to Cache"},{"name":"System","description":"Operations related to System"},{"name":"Account-Metadata","description":"Operations related to Account-Metadata"},{"name":"_Test_daniel707","description":"Operations related to _Test_daniel707"},{"name":"Account-Access","description":"Operations related to Account-Access"},{"name":"View-Custom","description":"Operations related to View-Custom"},{"name":"OwnerViewRequired","description":"Operations related to OwnerViewRequired"},{"name":"Account-Attribute","description":"Operations related to Account-Attribute"},{"name":"Product-Collection","description":"Operations related to Product-Collection"},{"name":"Transaction-Attribute","description":"Operations related to Transaction-Attribute"},{"name":"Counterparty","description":"Operations related to Counterparty"},{"name":"JSON-Schema-Validation","description":"Operations related to JSON-Schema-Validation"},{"name":"_SimonCovid","description":"Operations related to _SimonCovid"},{"name":"Api-Collection","description":"Operations related to Api-Collection"},{"name":"ABAC","description":"Operations related to ABAC"},{"name":"_ObpActivity(obp.testing.01)","description":"Operations related to _ObpActivity(obp.testing.01)"},{"name":"Transaction-Request-Attribute","description":"Operations related to Transaction-Request-Attribute"},{"name":"Connector-Method","description":"Operations related to Connector-Method"},{"name":"Balance","description":"Operations related to Balance"},{"name":"Counterparty-Metadata","description":"Operations related to Counterparty-Metadata"},{"name":"_MarchHare(gh.29.uk)","description":"Operations related to _MarchHare(gh.29.uk)"},{"name":"ATM","description":"Operations related to ATM"},{"name":"User-Attribute","description":"Operations related to User-Attribute"},{"name":"Api-Product-Attribute","description":"Operations related to Api-Product-Attribute"},{"name":"Rate-Limits","description":"Operations related to Rate-Limits"},{"name":"View-System","description":"Operations related to View-System"},{"name":"Endpoint-Mapping","description":"Operations related to Endpoint-Mapping"},{"name":"Sandbox","description":"Operations related to Sandbox"},{"name":"_CovidAPIDays","description":"Operations related to _CovidAPIDays"},{"name":"Connector","description":"Operations related to Connector"},{"name":"Person","description":"Operations related to Person"},{"name":"Scope","description":"Operations related to Scope"},{"name":"Onboarding","description":"Operations related to Onboarding"},{"name":"Data-Warehouse","description":"Operations related to Data-Warehouse"},{"name":"Aggregate-Metrics","description":"Operations related to Aggregate-Metrics"},{"name":"_Test1","description":"Operations related to _Test1"},{"name":"VRP","description":"Operations related to VRP"},{"name":"PrivateData","description":"Operations related to PrivateData"},{"name":"Webhook","description":"Operations related to Webhook"},{"name":"Standing-Order","description":"Operations related to Standing-Order"},{"name":"Branch","description":"Operations related to Branch"},{"name":"WebUi-Props","description":"Operations related to WebUi-Props"},{"name":"Retail-Customer","description":"Operations related to Retail-Customer"},{"name":"Account-Access-Request","description":"Operations related to Account-Access-Request"},{"name":"Log-Cache","description":"Operations related to Log-Cache"},{"name":"Counterparty-Limits","description":"Operations related to Counterparty-Limits"},{"name":"Direct-Debit","description":"Operations related to Direct-Debit"},{"name":"Corporate-Customer","description":"Operations related to Corporate-Customer"},{"name":"Authentication-Type-Validation","description":"Operations related to Authentication-Type-Validation"},{"name":"Customer-Message","description":"Operations related to Customer-Message"},{"name":"Directory","description":"Operations related to Directory"},{"name":"ATM-Attribute","description":"Operations related to ATM-Attribute"},{"name":"Confirmation of Funds Service (PIIS)","description":"Operations related to Confirmation of Funds Service (PIIS)"},{"name":"DAuth","description":"Operations related to DAuth"},{"name":"Api-Product","description":"Operations related to Api-Product"},{"name":"Personal-Dynamic-Entity","description":"Operations related to Personal-Dynamic-Entity"},{"name":"Account-Firehose","description":"Operations related to Account-Firehose"},{"name":"Transaction-Firehose","description":"Operations related to Transaction-Firehose"},{"name":"FirehoseData","description":"Operations related to FirehoseData"},{"name":"FX","description":"Operations related to FX"},{"name":"Bank Accounts (Dynamic Endpoint)","description":"Operations related to Bank Accounts (Dynamic Endpoint)"},{"name":"Dynamic-Endpoint","description":"Operations related to Dynamic-Endpoint"},{"name":"Customer-Meeting","description":"Operations related to Customer-Meeting"},{"name":"Experimental","description":"Operations related to Experimental"},{"name":"Old-Style","description":"Operations related to Old-Style"}]}