Gets the details of the given payment.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable payment.getpaymentdetails(string checkoutName, string orderId)
datatable payment.getpaymentdetails(string checkoutName, string orderId, boolean payedOnly)
datatable payment.getpaymentdetails(string checkoutName, string orderId, integer serial)

Parameters

Name Data Type Description
checkoutName String Name of the checkout.
orderId String The order id.
payedOnly Boolean If set totrue[payed only].
serial Integer The serial.

Return Value

Data Type Description
DataTable
SXML