-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIS 12: Invoice Loan Seller Reference App Logs #1832
base: main
Are you sure you want to change the base?
Conversation
@Avijeet-Blocsol, Please fix below issues: common issues:
Flow 1: search:
on_search 2:
init_2:
on_confirm:
on_update 1:
on_update 2:
Flow 2 PRE_PART_PAYMENT: update:
on_update 3:
on_update 4:
Flow 3 MISSED_EMI_PAYMENT:
Flow 4 FORECLOSURE:
on_update 3 / 4:
|
on_confirm: The fulfillment state we have mentioned is INITIATED which matches what we get with Pramaan? Is it supposed to be SANCTIONED? Please clarify. We have separate on_status calls with the SANCTIONED and DISBURSED states. on_update 2: The fulfillment state we have mentioned is INITIATED which matches what we get with Pramaan? Is it supposed to be SANCTIONED? Please clarify. We have separate on_status calls with the SANCTIONED and DISBURSED states. |
In on_confirm, fulfilment state needs to SANCTIONED, also when the state is SANCTIONED, we only share the loan documents. |
Hello Anuj, Please clarify what you mean when you say we only share the loan documents? Please confirm the following points:
Also some lenders do not mark the state as SANCTIONED even in the on_update_2 call. They do it via a separate on_status call (on_status_5 for SANCTION and on_status_6 for DISBURSED) in our case
|
@Avijeet-Blocsol, After an internal team discussion, we have concluded that the findings related to the fulfillment state in on_confirm and on_update are being marked as false positives, as these values may vary based on the lender's implementation. |
@Avijeet-Blocsol, fix below findings: common issues:
Flow 1
Flow 3:
|
We have updated the logs as per the recommendations |
Hello ONDC Team,
We are sharing our logs for verification for our Invoice Credit Seller Reference Application. Looking forward to your response.