I need help in figuring out how to capture the submission_id once i open a new window with form url inside x_input field from on_search response.
Given it's cors it's not allowing me to access anything.
Also please correct me from my understanding about journey for a personal loan by a user
User submits basic details like, Name, PAN, DOB, EMployment type etc I'm doing PAN verification inorder to ensure that the PAN and name are matching. We initiate a search request & we receive a callback on on_search with loan offeres. We render the loan offers on to the UI, now when users selects the offer, we open a new window with required form Post submission of the form , i'm blocked to understand on how can we get that form submission id from the window and pass it to select api Have few questions posting them here.
I'm currently testing on the staging api, as part of the search i'm only receiving 1 loan offer, is that expected ? How do we get that submission_id once the form is submitted ? Thanks.