To poll for the Push Notification status, please call the below API using POST method:
https://login.xecurify.com/moas/api/auth/auth-status
You need to send the transaction ID returned by the /auth/challenge API in the request body
{txId:'e02791a5-136c-11ef-a829-021bb5e3269b'}
The API will provide a response in this format:
{txId:"b3c4e388-18ef-11ef-861d-021bb5e3269b",responseType:"AUTH_STATUS",status:"IN_PROGRESS",message:"Validation is in progress."}
Once the request is approved, the polling API will return the status SUCCESS instead of IN_PROGRESS
We will update the document with correct polling URL shortly. Feel free to reach out to me at ankit@xecurify.com if you face any further issues.