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