Click or drag to resize
Infosoft Logo

IOnlinePaymentServiceRefundPayment Method

Refund payment. Only captured payments may be refunded; if the state is "Completed" it means that no money has been transferred yet anyway, so no refund is necessary.

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

Parameters

request  RefundPaymentRequest
A request object that contains various parameters. See the documentation for the class StartPaymentRequest for details.

Return Value

RefundPaymentResponse
A RefundPaymentResponse.
See Also