{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/user-interface/payments/payment-details/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#payment-details\" aria-label=\"payment details permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"payment-details\"></div>Payment details</h1>\n<p>The payment details page provides comprehensive information about a specific payment. To view the payment details, select the payment ID in the payments list. The top of the payment details displays the sending amount and currency, the beneficiary (nickname), and the payment ID.</p>\n<div class=\"admonition admonition-attention\"><div class=\"admonition-heading\"><h5><span class=\"admonition-icon\"><i></i></span>Note</h5></div><div class=\"admonition-content\"><p>If the payment includes Stablecoin, the payment details will also show a transaction hash below the payment ID. Selecting the transaction hash takes you to the respective blockchain, where you can see details such as status, gas fees, and sender and receiver addresses.</p></div></div>\n<p><img src=\"/payments-direct-2/1f52a565d619d412b8027400f8664348/payment-details-page-rpd-2.0.png\" alt=\"Payment details page RPD 2.0\"></p>\n<h2 style=\"position:relative;\"><a href=\"#payment-timeline\" aria-label=\"payment timeline permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"payment-timeline\"></div>Payment timeline</h2>\n<p>The payment timeline shows each payment state transition and the elapsed time between them. Changes in green show successful states, while changes in red show stalled or failed states. For failed states, you'll see an error message that includes:</p>\n<ul>\n<li>\nAn \n<strong>error code</strong>\n</li>\n<li>\nAn \n<strong>error description</strong>\n</li>\n<li>\nResolution options (\n<strong>What you can do</strong>\n)\n</li>\n</ul>\n<h2 style=\"position:relative;\"><a href=\"#payment-summary\" aria-label=\"payment summary permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"payment-summary\"></div>Payment summary</h2>\n<p>The first part of the payment summary shows the sending amount and currency, the exchange rate, and the receiving amount. The second part of the payment summary shows the total sending amount and currency, an expandable breakdown of the payment's total transaction fees, and the converted amount that was sent to the beneficiary.</p>\n<!--The Payment details page consists of three tabs:\n\n1. [Payment Details](#payment-details-tab)\n2. [Payment Object JSON](#payment-object-json-tab)\n3. [Event Trail JSON](#event-trail-json-tab)\n\n### Payment Details tab\n\n![Payment details page](../../images/ripplenet-home/payments-reference/payment-details-page.png)\n\nThe Payment Details tab presents important parts of the payment’s event trail in graphic form:\n\n* The chain of events on the left shows each step in the flow of funds that has occurred in payment thus far.\n* The payment hopper on the right shows each payment state transition and the elapsed time between them. Changes in green show successful states, changes in red show stalled or failed states.\n\n### Payment Object JSON tab\n\n![Payment object JSON](../../images/ripplenet-home/payments-reference/payment-object-json.png)\n\nThe Payment Object JSON tab displays the full text of the payment instruction, a required subset of the RippleNet payment object (RPO).\n\n### Event Trail JSON tab\n\n![Event trail JSON](../../images/ripplenet-home/payments-reference/event-trail-json.png)\n\nThe Event Trail JSON tab displays the full text of the JSON file that defines the event trail associated with the payment.\n\nFor more information about the fields in the Event Trail Object, see the response schema in the [Get event trail for payment]({{process.env.VAR_RNAPI}}getEventTrailForPayment) reference page. -->","headings":[{"value":"Payment details","depth":1},{"value":"Payment timeline","depth":2},{"value":"Payment summary","depth":2}]},"contentItem":{"data":{"lastModified":"2025-11-13T00:24:58.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":true,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"054ae1d0-9fa6-5932-8f66-d12ce5d1ccba__redocly content/user-interface/payments/payment-details/","seo":{"title":"Payment details","description":null,"image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"user-interface/payments/payment-details.md","pageBaseUrl":"/user-interface/payments/payment-details","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Payment details","id":"payment-details"},{"depth":2,"value":"Payment timeline","id":"payment-timeline"},{"depth":2,"value":"Payment summary","id":"payment-summary"}]},"data":{"title":""},"catalogInfo":null,"link":"/user-interface/payments/payment-details/","sidebarName":"__root-sidebar__-data-69308394-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}