# Payment details The Payment Details page provides comprehensive information about a specific payment. To view the Payment details, click the payment ID in the payments list. The top of the Payment details page displays the payment ID and the environment in which the payment exists. The Payment details page consists of three tabs: 1. [Payment Details](#payment-details-tab) 2. [Payment Object JSON](#payment-object-json-tab) 3. [Event Trail JSON](#event-trail-json-tab) ### Payment Details tab ![Payment details page](/assets/payment-details-page.c0b45ae1605f8eeb706dbfe0deabf6722acc318ae33434b49805b25f615b1138.745478f2.png) The Payment Details tab presents important parts of the payment’s event trail in graphic form: * The chain of events on the left shows each step in the flow of funds that has occurred in payment thus far. * 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. Note If your instance is set up to make new payments through Ripple Payments UI, a **Settle payment** button may appear at the top right of the page once the payment has been locked by the receiving partner. #### Smart Liquidation For high-value transactions, Ripple Payments UI uses the [Smart Liquidation](/products/payments-odl/api-docs/ripplenet/system-components/liquidation/smart-liquidation) service to split large XRP liquidations into smaller liquidations over a specified time period. ![Smart Liquidation component](/assets/smart-liquidation-component.cb6af9508eb9aa19f9b43dc718df6d10f6f97388a83bea9801c0fbcb4faa43e6.6ae46ae6.png) Note The threshold for triggering Smart Liquidation is determined by the destination exchange liquidation policy and configured by Ripple. For payments initiated in the Ripple Payments UI, the **Payment details** page will display the Smart Liquidation component, which provides the real-time status of the liquidation process. ![Smart Liquidation component](/assets/smart-liquidation-component-detail.23fd019c756676acab99492d44d95309cd34cba3721e96b0990df9f51c77255a.6ae46ae6.png) The Smart Liquidation component consists of the following features: 1. Progress indicator for the liquidation process. 2. List of incomplete of liquidation trades with the real-time status of each. 3. **Report Issue** button to initiate the issue resolution process. When you click the **Report Issue** button on the Smart Liquidation component, the following modal appears, providing instructions for enabling the Ripple Payment Operations team to investigate the issue. ![Smart Liquidation report issue](/assets/smart-liquidation-report-issue.43ca40e46136e5d54ffc42a3b94fea8eb250f045cfaf1bb44b06cea925f28906.6ae46ae6.png) ### Payment Object JSON tab ![Payment object JSON](/assets/payment-object-json.d44261352414022548421db1c4c6de2aaf0affbfa8df42be15b307b35bc7b9e5.745478f2.png) The Payment Object JSON tab displays the full text of the payment instruction, a required subset of the RippleNet Payment Object (RPO). For more details, see the [Standard RippleNet Payment Object](/products/payments-odl/api-docs/ripplenet/resources/standard-ripplenet-payment-object) overview. ### Event Trail JSON tab ![Event trail JSON](/assets/event-trail-json.f3fe8c672a7c66b5baa303695d4605aa5924f0efdf5e97f491b561fbae713223.745478f2.png) The Event Trail JSON tab displays the full text of the JSON file that defines the event trail associated with the payment. For more information about the fields in the Event Trail Object, see the response schema in the [Get event trail for payment](/products/payments-odl/api-docs/ripplenet/reference/openapi/auditing/geteventtrailforpayment)