{"id":87,"date":"2023-08-22T11:17:22","date_gmt":"2023-08-22T11:17:22","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=713"},"modified":"2026-05-28T10:01:43","modified_gmt":"2026-05-28T10:01:43","password":"","slug":"%d0%b4%d0%b5%d1%82%d0%b0%d0%b9%d0%bb%d0%b8-%d0%bf%d0%be-%d1%82%d1%80%d0%b0%d0%bd%d1%81%d0%b0%d0%ba%d1%86%d0%b8%d1%8f","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/%d0%b4%d0%b5%d1%82%d0%b0%d0%b9%d0%bb%d0%b8-%d0%bf%d0%be-%d1%82%d1%80%d0%b0%d0%bd%d1%81%d0%b0%d0%ba%d1%86%d0%b8%d1%8f\/","title":{"rendered":"Transaction details"},"content":{"rendered":"<h5><span style=\"font-size: 20px;\">General Information<\/span><\/h5>\n<p><span style=\"font-size: 20px;\">type here&#8230;<\/span><\/p>\n<p><span style=\"font-size: 20px;\">Retrieve details for a specific transaction. The transaction identifier is passed as a path parameter and is obtained from the list of transactions for a given account.<\/span><\/p>\n<h5><span style=\"font-size: 20px;\"><strong>End-point URL<\/strong><\/span><\/h5>\n<p><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<p><span style=\"font-size: 20px;\">http:\/\/[host]:[port]\/psd2\/v1\/accounts\/[account-id]\/transactions\/[transaction-id]<\/span><\/p>\n<p><span style=\"font-size: 20px;\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<p><span style=\"font-size: 20px;\"><strong>Method:<\/strong> GET<\/span><\/p>\n<h5><span style=\"font-size: 20px;\">Headers<\/span><\/h5>\n<p><span style=\"font-size: 20px;\"><strong>X-Request-ID:<\/strong> [request-id] &#8211; Required: A unique request ID (GUID).<\/span><br \/>\n<span style=\"font-size: 20px;\"><strong>Consent-ID:<\/strong> [consent-id] &#8211; Required: The ID of the consent.<\/span><br \/>\n<span style=\"font-size: 20px;\"><strong>Content-Type:<\/strong> application\/json &#8211; Required: Specifies the request format.<\/span><br \/>\n<span style=\"font-size: 20px;\"><strong>PSU-ID:<\/strong> [user-id] &#8211; Optional: User identifier obtained upon login.<\/span><\/p>\n<h5><span style=\"font-size: 20px;\">Response<\/span><\/h5>\n<p><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\"transactionId\": \"231DCCD181590001\",\r\n\t\"mandateId\": null,\r\n\t\"bookingDate\": \"08-10-2020\",\r\n\t\"creditorName\": \"Gergana Petrova\",\r\n\t\"creditorAccount\": \"BG222222\",\r\n\t\"debtorName\": \"Petar Petrov\",\r\n\t\"debtorAccount\": \"BG58SOMB91301000000637\",\r\n\t\"transactionAmount\": {\r\n\t\t\"currency\": \"BGN\",\r\n\t\t\"content\": 100\r\n\t}\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px;\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<h5><span style=\"font-size: 20px;\">Remarks<\/span><\/h5>\n<p><span style=\"font-size: 20px;\">The response includes details such as transaction ID, booking date, creditor and debtor names, and the transaction amount.<\/span><\/p>\n<h5><span style=\"font-size: 20px;\">Snippet<\/span><\/h5>\n<p><span style=\"font-size: 20px;\">[codesnippet id=&#8221;9&#8243;]<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>General Information type here&#8230; Retrieve details for a specific transaction. The transaction identifier is passed as a path parameter and is obtained from the list of transactions for a given account. 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: [&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-87","docs","type-docs","status-publish","hentry","doc_category-ll-aisp-account-information","knowledge_base-psd2"],"year_month":"2026-05","word_count":184,"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\/87","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=87"}],"version-history":[{"count":3,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/87\/revisions"}],"predecessor-version":[{"id":448,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/87\/revisions\/448"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=87"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=87"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}