Click or drag to resize
Infosoft Logo

IOnlinePaymentServiceUpdatePayment Method

Updates a payment with externally retrieved provider references.

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

Parameters

request  UpdatePaymentRequest
A request object that contains the Infosoft order reference to filter by, as well as the provider references that need to be updated.

Return Value

UpdatePaymentResponse
A response object that contains the PaymentProcess object that represents the ongoing transaction.
Remarks
This is only necessary for providers where the order reference/agreement reference is only returned to the client, and not to the Infosoft server. This is currently true for DIBS and ePay.
See Also