Onboarding new nps on existing nps #116
Replies: 3 comments 3 replies
-
The account information sent in on_init api at transaction level is an override. In case money goes to seller Directly in certain usecases. While this is possible in Beckn . Ondc may not want to do it for now as it complicates settlement and need for account validations with penny drop dynamically may create unwanted overhead. |
Beta Was this translation helpful? Give feedback.
-
Its a good idea. In an open network, KYC is definite requirement. Registry already carries the B[A,P]P ID and the /about could possibly be a relative URI, similar to what happens during subscribe call while . For example: BPP ID: ONDC.xyz.com This API can also be spaced out along with a type attribute such as content-type or mime-type etc. Can we define a standard structure for it and publish? |
Beta Was this translation helpful? Give feedback.
-
@venkatramanm - Additionally, there may be documents required for verification and authenticity of seller NP, like GST docs and other documents, which are to be collected and verified. That wont be a limitation with API like /about ? |
Beta Was this translation helpful? Give feedback.
-
Introduction
While ondc is an open network. There are times participants need to onboard other participants onto their platform for security, settlement, kyc etc. This are typically due to auditing or operational requirements for the nps businesses .
Ondc data collection about the participants should have been sufficient to avoid this additional overhead but due to the minimal data collection policy of ondc, at times, it has been inadequate for several participants .
Some of the examples include:
The problem
Having to collect these information from each other manually diminishes the value of open networks and adds overheads to participate in open networks. For.e.g new Bpp after meeting all ondc requirements, still has to talk to multiple baps one by one so that their inventory is listed on that bap.
Proposal.
Nps host machine readable information about themselves needed for their auto onboarding to other counterparty nps.
This information needed will be arrived at by nps comming together and arriving at the minimal set of data required for on-boarding purposes.
Currently known information that is collected are ip addresses to whitelist, GST, pan and account information.
How will it be published ?
There are a few choices.
Open for debate and discussion.
Beta Was this translation helpful? Give feedback.
All reactions