  | 
IOnlinePaymentServiceUpdatePayment Method | 
            Updates a payment with externally retrieved provider references.
            
Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
SyntaxNo code example is currently available or this language may not be supported.
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
UpdatePaymentResponseA 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