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 and serial.

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

Syntax

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

Parameters

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

Return Value

See Also

Advanced