Click or drag to resize
Infosoft Logo

IOnlinePaymentServiceQueryPaymentGetByAgreementReference Method

Queries a payment. This will return useful information about the transaction, although the details vary depending on the underlying provider.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
QueryPaymentResponse QueryPaymentGetByAgreementReference(
	QueryPaymentRequest request
)

Parameters

request  QueryPaymentRequest
A request object that contains the Infosoft order reference that identifies the transaction.

Return Value

QueryPaymentResponse
A response object that contains information about the transaction, e.g. the remaining amount.
Remarks
The exact information that's returned depends on the underlying provider, but the PaymentProcess object associated with the order reference will always be returned.
See Also