{"id":85,"date":"2023-08-22T11:15:30","date_gmt":"2023-08-22T11:15:30","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=709"},"modified":"2026-05-28T09:58:50","modified_gmt":"2026-05-28T09:58:50","password":"","slug":"%d0%bf%d0%b8%d1%82%d0%b0%d0%bd%d0%b5-%d0%b7%d0%b0-%d0%b1%d0%b0%d0%bb%d0%b0%d0%bd%d1%81-%d0%bf%d0%be-%d1%81%d0%bc%d0%b5%d1%82%d0%ba%d0%b0","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/%d0%bf%d0%b8%d1%82%d0%b0%d0%bd%d0%b5-%d0%b7%d0%b0-%d0%b1%d0%b0%d0%bb%d0%b0%d0%bd%d1%81-%d0%bf%d0%be-%d1%81%d0%bc%d0%b5%d1%82%d0%ba%d0%b0\/","title":{"rendered":"Account balance inquiry"},"content":{"rendered":"<h5 style=\"text-align: justify;\"><span style=\"font-size: 20px;\">General Information<\/span><\/h5>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\">type here<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\">Retrieve the balances for a specific account registered under a consent.<\/span><\/p>\n<h5 style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><strong>End-point URL<\/strong><\/span><\/h5>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"no-wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px;\">http:\/\/[host]:[port]\/psd2\/v1\/accounts\/[account-id]\/balances<\/span><\/pre>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\" style=\"text-align: justify;\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><span style=\"font-size: 20px;\"><strong>Method:<\/strong> GET<br \/>\n<\/span><\/div>\n<\/div>\n<h5 style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><strong>Headers<\/strong><\/span><\/h5>\n<ul style=\"text-align: justify;\">\n<li><span style=\"font-size: 20px;\"><strong>X-Request-ID:<\/strong> [request-id] &#8211; <strong>Required<\/strong>: A unique request ID (GUID).<\/span><\/li>\n<li><span style=\"font-size: 20px;\"><strong>Consent-ID:<\/strong> [consent-id] &#8211; <strong>Required<\/strong>: The ID of the consent.<\/span><\/li>\n<li><span style=\"font-size: 20px;\"><strong>Content-Type<\/strong>: application\/json &#8211; <strong>Required<\/strong>: Specifies the request format.<\/span><\/li>\n<li><span style=\"font-size: 20px;\"><strong>PSU-ID<\/strong>: [user-id] &#8211; <strong>Optional<\/strong>: User identifier obtained upon login.<\/span><\/li>\n<\/ul>\n<h5 style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><strong>Response<\/strong><\/span><\/h5>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px;\">{\r\n\t\"accountReference\": {\r\n\t\t\"iban\": {\r\n\t\t\t\"iban\": \"BG53TEPJ40131001000119\"\r\n\t\t},\r\n\t\t\"currency\": null\r\n\t},\r\n\t\"balance\": [\r\n\t\t{\r\n\t\t\t\"balanceType\": \"authorised\",\r\n\t\t\t\"balanceAmount\": {\r\n\t\t\t\t\"currency\": \"BGN\",\r\n\t\t\t\t\"amount\": 1080.23\r\n\t\t\t},\r\n\t\t\t\"referenceDate\": null,\r\n\t\t\t\"lastChangeDateTime\": null\r\n\t\t}\r\n\t]\r\n}<\/span><\/pre>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<h4 style=\"text-align: justify;\"><span style=\"font-size: 20px;\"><strong>Remarks<\/strong><\/span><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\">Retrieve the balance information for the specified account, including balance type and amount.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><span style=\"font-size: 20px;\">Snippet<\/span><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-size: 20px;\">[codesnippet id=&#8221;7&#8243;]<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>General Information type here Retrieve the balances for a specific account registered under a consent. End-point URL Method: GET Headers X-Request-ID: [request-id] &#8211; Required: A unique request ID (GUID). Consent-ID: [consent-id] &#8211; Required: The ID of the consent. Content-Type: application\/json &#8211; Required: Specifies the request format. PSU-ID: [user-id] &#8211; Optional: User identifier obtained upon login. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[40],"doc_tag":[],"knowledge_base":[34],"class_list":["post-85","docs","type-docs","status-publish","hentry","doc_category-ll-aisp-account-information","knowledge_base-psd2"],"year_month":"2026-05","word_count":158,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"10npaydev","author_nicename":"10npaydev","author_url":"https:\/\/developers.10npay.com\/bg\/author\/10npaydev\/"},"doc_category_info":[{"term_name":"lll. AIS - Account Information Services","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/psd2\/ll-aisp-account-information\/"}],"doc_tag_info":[],"knowledge_base_info":[{"term_name":"psd2","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/psd2\/","term_slug":"psd2"}],"knowledge_base_slug":["psd2"],"_links":{"self":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":3,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/85\/revisions"}],"predecessor-version":[{"id":445,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/85\/revisions\/445"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=85"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=85"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=85"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}