ShopwareCheckoutPage (v2.0.0)

Shop Platform checkout page where customer can select Nexi Checkout as a payment method and depending on integration type he will be see iframe or be redirected to a Checkout Terminal page

Overview

Sends payment create api call and allow Customer to pay for an order.

For Hosted:

  • Customer puts items into Cart
  • Goes to Checkout Page and selects Nexi Checkout Hosted as a payment method
  • Clicks “Submit Order”
  • Cart is converted to an Shop Order
  • Customer is redirected to Checkout Terminal page
  • Customer makes payment process
  • After payment complete Customer is redirected back to a Shop Platform

For Embedded:

  • Customer puts items into Cart
  • Goes to Checkout Page and selects Nexi Checkout Embedded as a payment method
  • Iframe with payment options is displayed to Customer
  • Customer clicks Pay button in Checkout Terminal
  • Cart is converted to an Shop Order
  • Request to UpdateReference is sent
  • Customer finishes payment process in an iframe
  • After payment complete Customer is redirected to thank you page