5. Making a Payment
Once the checkout page is rendered, your users may proceed with payments. Payment initiation has two steps to it:
Following sections describe how to complete the steps above -
5.1. Order Creation
Create an order that is a representation of your shopping cart. The order contains important information like amount, customer details, shipping address, billing address, etc. Only after an order is created at Juspay end, the payment can be initiated.
To create an order follow the step below -
Step 5.1.a.
Call Create Order API
5.2. Transaction Initiation
Transaction initiation involves a process SDK call from the merchant application with a process payload based on the payment method selected by your user.
To inititate a transaction, follow the steps below -
Step 5.2.a.
Process SDK Call for Transaction Initiation
Step 5.2.b.
Consume Process SDK Response

