PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the details of the given payment.

Namespace: Smartsite.Ogone
Assembly:  Smartsite.Ogone (in Smartsite.Ogone.dll)

Syntax

C#Copy imageCopy Code
[]
public static  GetPaymentDetails(
	string checkoutName,
	string orderId
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetPaymentDetails ( _
	checkoutName As , _
	orderId As  _
) As 

Parameters

checkoutName
String
Name of the checkout.
orderId
String
The order id.

Return Value

See Also

Advanced