Ekom Payments Checkout
When a customer completes checkout using pages integrated with the built-in Ekom checkout form helpers (Html.BeginEkomCheckoutForm(CheckoutFormType.Pay) f.x. as shown in Ekom.Site demo), the flow continues in the EkomCheckoutController
To support use-cases where Ekom.Payments is used on its own, each library has their own separate tables and data storage while payments support easy integration with any online store library.
Ekom’s checkout controller service retrieves the chosen payment provider and sets some important defaults before calling the given Ekom.Payments provider for payment provider specific checkout handling.
Events during and after checkout should enable customization of most aspects of the checkout flow.
Last updated