-
Notifications
You must be signed in to change notification settings - Fork 47
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
call back url is appended to subscriber id? #4
Comments
callback url will be subscriber_id + subscriber_url + callback_url. We wanted to link the callback_url with the domain. How do you propose we do it? |
I'm not sure why this url be coupled with Can you please specify - How's this |
callback_url is only for on_subscribe (for verifying keys using a challenge statement). A TSP will assign an unique subscriber_id to each participant, so you can use the same callback_url with different subscriber_id. Won't this work? |
According to the payload for /subscribe for ops no 1 According to the subscription docs the ONDC will check https://<subscriber_id>/ondc-site-verification.html for the html file, now will this be https://<subscriber_id>/callback_url/ondc-site-verification.html or https://<subscriber_id>/subsciber_url/ondc-site-verification.html? For a TSP onboarding, multiple sellers say brand1, brand2, brand3, does each brand must have a separate record on the registry with unique subscriber ids? If so, how can the on_search be implemented to handle all the requests from a single domain? Let's say the subscriber id for brand1 is "brand1.ondcstore.com" similarly for brand2 "brand2.ondcstore.com" and the TSP implements a "/api/v1/", what would be the BPP_URI on the context object while sending the on_search? Does the TSP send separate on_search requests for each subscribed entity? or it can send a single request with the TSP's subscribed id "TSP.ondcstore.com". Kindly guide or link documentation. Please let me know if further clarification is needed on my questions. Thank you! |
B2B and logistics fixes
Can You Please Tell me What is the URL for Changing that mistaken details submitted on staging subscription registry ? send me answer to ==> [email protected] or +917408765402 |
The postman has callback_urls depicted as following -
"callback_url": "/test",
Does this mean callback URLs will be subsciber_id/callback_url?
This will create trouble for TSPs as they will need same callback URLs for multiple subscribers,. @BLR-0118
The text was updated successfully, but these errors were encountered: