{"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-14T13:28:38.278392\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/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/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/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/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/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/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/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":[]}]}},"/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/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}/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/v4.0.0/banks/{bankid}/accounts/{accountid}/{viewid}/counterparties/{counterpartyid}":{"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/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":[]}]}},"/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/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":[]}]}},"/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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=\"&#x6d;&#97;&#105;&#x6c;&#116;o&#58;&#102;&#x65;&#108;&#x69;&#120;&#x73;&#109;&#x69;&#x74;&#x68;&#x40;&#x65;xa&#x6d;&#112;&#x6c;&#x65;&#46;&#x63;&#x6f;&#x6d;\">&#102;&#101;&#108;&#x69;&#x78;&#x73;&#x6d;&#105;&#116;h&#64;&#x65;&#x78;&#x61;&#x6d;&#x70;&#108;&#x65;&#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#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;&#x69;&#x6c;&#x74;&#111;&#58;&#102;&#x65;&#108;&#x69;&#x78;&#x73;&#x6d;&#x69;&#x74;&#x68;&#x40;&#101;x&#x61;&#109;p&#x6c;e.&#x63;o&#x6d;\">&#x66;e&#108;&#105;&#120;&#115;&#109;i&#116;&#x68;&#64;e&#120;&#97;&#109;&#x70;&#108;&#101;&#46;&#x63;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/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/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/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.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/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/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/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.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/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/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}/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/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":[]}]}},"/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/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/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/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/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=\"&#109;a&#x69;&#x6c;&#116;&#111;&#58;&#x66;&#x65;l&#x69;x&#x73;&#109;&#105;t&#x68;@e&#120;&#97;&#109;&#112;&#x6c;&#x65;&#x2e;&#99;&#x6f;&#x6d;\">feli&#x78;&#115;&#x6d;&#105;t&#x68;&#x40;&#x65;&#x78;&#97;&#109;&#112;&#108;&#101;&#46;&#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#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=\"&#x6d;&#x61;&#x69;&#108;&#x74;&#111;&#x3a;&#102;&#101;&#x6c;&#105;&#120;sm&#x69;&#116;&#104;&#64;&#101;&#120;&#x61;&#x6d;&#112;l&#x65;.&#x63;&#x6f;&#109;\">&#x66;&#x65;&#x6c;&#x69;&#x78;&#115;&#x6d;i&#x74;&#104;&#x40;&#101;&#x78;a&#109;&#x70;&#x6c;&#101;.&#x63;&#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#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/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/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/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/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":[]}]}},"/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/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/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"}}}},"/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":[]}]}}},"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":"Account-Public","description":"Operations related to Account-Public"},{"name":"Account","description":"Operations related to Account"},{"name":"PublicData","description":"Operations related to PublicData"},{"name":"Customer","description":"Operations related to Customer"},{"name":"Account-Application","description":"Operations related to Account-Application"},{"name":"Account-Metadata","description":"Operations related to Account-Metadata"},{"name":"Account-Access","description":"Operations related to Account-Access"},{"name":"View-Custom","description":"Operations related to View-Custom"},{"name":"User","description":"Operations related to User"},{"name":"OwnerViewRequired","description":"Operations related to OwnerViewRequired"},{"name":"Account-Attribute","description":"Operations related to Account-Attribute"},{"name":"Attribute","description":"Operations related to Attribute"},{"name":"Counterparty","description":"Operations related to Counterparty"},{"name":"Payment Initiation Service (PIS)","description":"Operations related to Payment Initiation Service (PIS)"},{"name":"PSD2","description":"Operations related to PSD2"},{"name":"Account Information Service (AIS)","description":"Operations related to Account Information Service (AIS)"},{"name":"Balance","description":"Operations related to Balance"},{"name":"Transaction","description":"Operations related to Transaction"},{"name":"PrivateData","description":"Operations related to PrivateData"},{"name":"Standing-Order","description":"Operations related to Standing-Order"},{"name":"Onboarding","description":"Operations related to Onboarding"},{"name":"Direct-Debit","description":"Operations related to Direct-Debit"},{"name":"Entitlement","description":"Operations related to Entitlement"},{"name":"Confirmation of Funds Service (PIIS)","description":"Operations related to Confirmation of Funds Service (PIIS)"},{"name":"DAuth","description":"Operations related to DAuth"},{"name":"Account-Firehose","description":"Operations related to Account-Firehose"},{"name":"FirehoseData","description":"Operations related to FirehoseData"}]}