Click or drag to resize

BookingAuthenticateWcfServiceUpdateOrderPayment Method

Updates an existing order with an authorized but not captured online payment Capturing occurs on the due date.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exceptions
ExceptionCondition
FaultExceptionAuthorizationFault

The provided username and password is not authorized to call this service method

Fault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

ErrorCode.InvalidProfileId: The provided customer profile Id is not a valid GUID or does not match an existing customer

ErrorCode.InvalidOrderNo: The provided order number did not match any registered orders.

ErrorCode.UpdateOrderPaymentInvalidTicket: The payment ticket is invalid

ErrorCode.UpdateOrderPaymentInvalidMerchantId: The merchant ID is null or empty

ErrorCode.UpdateOrderPaymentInvalidAmount: The amount is not set to a positive value greater than zero

ErrorCode.UpdateOrderPaymentInvalidFormOfPayment: The provided form of payment is not supported by this method

ErrorCode.[!:Tse.EasyBook.Server.DataContracts.Faults.ErrorCodeEnum.InvalidFormOfPaymentcurrencyCombination]: The provided form of payment is invalid in conjunction with the selected currency

See Also