4. Rendering the Checkout Screen

Once the checkout screen is opened, your users can proceed with the transactions. Rendering the checkout screen requires multiple process SDK calls from the merchant application.

Each process SDK call takes a specific JSON Object as argument. This argument is also known as process payload.

Note
  • All the below process SDK calls(mentioned in step 4.1 and 4.2) can be made in parallel

  • Process SDK call is to be made on the same instance of HyperService using which initiate API was triggered. It should not be called on an HyperSDK instance which has not been initiated.

Step 4.1.
List Payment Methods
Step 4.2
Process SDK Calls for rendering Checkout Page
Last updated 1 year ago