IDelayedPaymentGatewayProviderAuthorizePayment Method |
Authorizes a payment.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax PaymentResultInfo AuthorizePayment(
IDictionary<string, Object> paymentData
)
Parameters
- paymentData
- Type: System.Collections.GenericIDictionaryString, Object
Additional payment data.
Return Value
Type:
PaymentResultInfoInstance of
PaymentResultInfo.
Remarks
Returned object contains transaction identifier which needs to be persisted to allow further manipulation.
See Also