|
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.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request QueryPaymentRequest
- A request object that contains the Infosoft order reference that identifies the transaction.
Return Value
QueryPaymentResponseA 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