{"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:\/\/development-portal.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;\">    <div class=\"json-snippet\">\n        <form id=\"api_form\" class=\"json-snippet__layout\" onsubmit=\"return false;\">\n            <section class=\"json-card json-card--request\">\n                <header class=\"json-card__header\">\n                    <span class=\"json-card__step\">01<\/span>\n                    <div>\n                        <h2>Request setup<\/h2>\n                        <p>Configure the endpoint, headers, and payload before hitting the gateway.<\/p>\n                    <\/div>\n                <\/header>\n                <div class=\"json-form-grid\">\n                    <div class='json-field'>\n                <label for='api_url' class='json-label'>API URL<\/label>\n                <input type='text' id='api_url' class='json-input api_url' value='http:\/\/dev-psd2.10npay.com:8080\/psd2\/v1\/accounts\/%5Baccount_id%5D\/balances' autocomplete='off'>\n            <\/div><div class='json-field'>\n        <label for='http_method' class='json-label'>HTTP Method<\/label>\n        <input type='text' id='http_method' class='json-input' value='GET' disabled>\n    <\/div><div class='json-field'>\n                <label for='content_type' class='json-label'>Content-Type<\/label>\n                <input type='text' id='content_type' class='json-input content_type' value='application\/json' autocomplete='off'>\n            <\/div><div class='json-field'>\n                <label for='x_request_id' class='json-label'>X-Request-ID<\/label>\n                <input type='text' id='x_request_id' class='json-input x_request_id' value='1' autocomplete='off'>\n            <\/div><div class='json-field'>\n                <label for='consent_id' class='json-label'>Consent-ID<\/label>\n                <input type='text' id='consent_id' class='json-input consent_id' value='1' autocomplete='off'>\n            <\/div><div class='json-field'>\n                <label for='token' class='json-label'>Token<\/label>\n                <input type='text' id='token' class='json-input token' value='{Token}' autocomplete='off'>\n            <\/div>\n                <\/div>\n                <div class=\"json-card__section\">\n                    <h3>Payload<\/h3>\n                    \n                <\/div>\n                <button type=\"button\" class=\"json-btn\" id=\"fetch_data\">\n                    <span class=\"json-btn__icon\">&#9658;<\/span>\n                    Run request\n                <\/button>\n            <\/section>\n\n            <section class=\"json-card json-card--response\">\n                <header class=\"json-card__header\">\n                    <span class=\"json-card__step\">02<\/span>\n                    <div>\n                        <h2>Response<\/h2>\n                        <p>Preview the API response with pretty-printed JSON.<\/p>\n                    <\/div>\n                <\/header>\n                <div class=\"json-alert json-alert--neutral\" id=\"response-status\">\n                    Waiting for request\u2026\n                <\/div>\n                <div class=\"json-tabs\" role=\"tablist\">\n                    <button type=\"button\" class=\"json-tab is-active\" data-tab=\"body\">Body<\/button>\n                <\/div>\n                <div class=\"json-code\" id=\"result\">\n                    <pre><code id=\"result-body\">{\n  \"status\": \"pending\"\n}<\/code><\/pre>\n                <\/div>\n            <\/section>\n        <\/form>\n        \n    <\/div><\/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-07","word_count":158,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"10npaydev","author_nicename":"10npaydev","author_url":"https:\/\/development-portal.10npay.com\/bg\/author\/10npaydev\/"},"doc_category_info":[{"term_name":"lll. AIS - Account Information Services","term_url":"https:\/\/development-portal.10npay.com\/bg\/docs\/psd2\/ll-aisp-account-information\/"}],"doc_tag_info":[],"knowledge_base_info":[{"term_name":"psd2","term_url":"https:\/\/development-portal.10npay.com\/bg\/docs\/psd2\/","term_slug":"psd2"}],"knowledge_base_slug":["psd2"],"_links":{"self":[{"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":3,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/85\/revisions"}],"predecessor-version":[{"id":445,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/85\/revisions\/445"}],"wp:attachment":[{"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=85"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=85"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=85"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}