Skip to main content

Redirecting to the Payment Page

After creating the payment session, a URL for the payment page is generated using the obtained session_token and transaction_token. The transaction_token, once obtained, is URL-encoded and appended to the newly created URL. After this step, the user can be redirected to the payment page.

NOTE

To URL-encode the obtained transaction_token, assistance can be sought from any source available on the internet for this process.

Method: GET Path: /hpp?session_token={{jwt_formatted_session_token}}&transaction_token={{jwt_formatted_transaction_token}}