After creating an HPP Session, use the provided session_url to retrieve its status and updates by making a GET request to the API endpoint.
When you have created an HPP Session you will have the ability to read its content by using thesession_urlthat you got back in the create session response. For that, you only to make a request to the endpoint and you will get data that lets you track the update of the session.
Session is created and Consumer has not entered the Payment Page yet
IN_PROGRESS
Consumer has entered the Payment Page on updated_at
COMPLETED
Consumer has successfully gotten an Authorization from the Payment system onupdated_at, **Authorization Token **is contained in the authorization_tokenfield.
FAILED
Consumer was not able to completely fulfil the payment on updated_at
CANCELLED
Consumer has pressed the Back button on updated_at
ERROR
Consumer encountered an error while paying on updated_at
DISABLED
Session was disabled by API Call on the Merchant initiative on updated_at