{"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:\/\/development-portal.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;\">    <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\/transactions\/%5Btransaction-id%5D' 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&#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-07","word_count":184,"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\/87","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=87"}],"version-history":[{"count":3,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/87\/revisions"}],"predecessor-version":[{"id":448,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/87\/revisions\/448"}],"wp:attachment":[{"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=87"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=87"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/development-portal.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}