CMSPaymentGatewayProvider Methods |
The CMSPaymentGatewayProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAdditionalInfoToPaymentResult |
Adds some additional information to payment result, such as time stamp and payment method name.
|
![]() | CreatePaymentResultInfo |
Creates payment result object - base PaymentResultInfo object is created by default.
|
![]() | GetPaymentDataFormPath |
Returns CMSPaymentGatewayForm form virtual path with custom controls which are used to display/input customer payment data, such as credit card number etc.- you need to override this method to load your custom controls.
|
![]() ![]() | GetPaymentGatewayProvider |
Returns payment gateway provider instance.
|
![]() | GetPaymentGatewayUrl |
Returns payment gateway url.
|
![]() | InitializeGatewayControl |
Adds payment gateway custom data to the current shopping cart step - payment gateway form with initialized custom controls is added by default.
|
![]() | IsUserAuthorizedToFinishPayment |
Checks whether specified user is authorized to finish payment.
|
![]() | ProcessCustomData |
Process payment gateway custom data of the current shopping cart step - payment gateway form data processing is performed by default.
|
![]() | ProcessPayment |
Process payment - you need to override this method to process payment by your custom payment processor.
|
![]() | UpdateOrderPaymentResult |
Updates order payment result in database.
|
![]() | UpdateOrderStatus |
Assigns order status to order. If can not be used due to global objects settings, looks for site status with the same code name.
|
![]() | ValidateCustomData |
Validates payment gateway custom data of the current shopping cart step - payment gateway form data validation is performed by default.
|