Use Case: Using a Modal Screen for Quick Payment

In an e-commerce application, the user wants to purchase the products in their shopping cart. During this process, the goal is to collect payment in a simple and secure manner without redirecting the user to different pages.

Scenario Flow

  1. The user confirms their shopping cart and clicks the “Pay Now” button.
  2. The application receives the user information and order details:
    • Phone Number
    • Order ID: “SPT-4569821”
    • Installment: ‘3’
    • Total Amount: “899.99”
  3. This data is sent as parameters to the Param Payment Open Modal action.
  4. The payment modal opens on the user's screen. Card details are entered.
  5. The transaction is completed through the Param infrastructure.
  6. After a successful transaction, a confirmation message is displayed to the user and an email is sent.