0

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.

1 Answer 1

1

check this https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/release-FIS12-2.0.1/api/components/docs/xinput-form-response.md

Also the classification of form mimetype determine the operation if its re-direct for parse and render for application/html & text/html respectively. Also teh way to capture submission id differs one is via on_status callback other is sync json response.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.