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.
Method: GET
Path: /hpp?session_token={{jwt_formatted_session_token}}&transaction_token={{jwt_formatted_transaction_token}}
Last updated
Was this helpful?

