-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hi
I am working on integrating ONDC .We are buyer app. I followed this document.
https://github.com/ONDC-Official/developer-docs/blob/main/registry/Onboarding%20of%20Participants.md
I have reached till step number 5 and Now when I hit below url.with proper request body.
https://staging.registry.ondc.org/subscribe
What could be the reason for this. I used Java utility to generate the content inside the page.
I get
{
"message": {
"ack": {
"status": "NACK"
}
},
"error": {
"type": "DOMAIN-ERROR",
"code": "129",
"path": null,
"message": "https://comedia.in : Domain verification is failed "
}
}
I have proper request body.
Any help would be appreciated.
I don't know if content of my message body that I am sending is wrong or html page ondc-site-verification.html content field is wrong.
Regards
Bhanu