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, if payment was succesful.

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

Syntax

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

Parameters

checkoutName
String
Name of the checkout.
orderId
String
The order id.
payedOnly
Boolean
if set to true [payed only].

Return Value

See Also

Advanced