Replies: 1 comment
-
|
Started discussion here instead |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am referring the following document for completing the onboarding of NP
https://github.com/ONDC-Official/developer-docs/blob/main/registry/Onboarding%20of%20Participants.md
Please note that my subscriber ID is whitelisted.
For completing the onboarding, I am using the python based on-subscribe service as provided here.
I completed the blanks in BAP and BPP dictionaries to complete the information about my organisation.
For getting the signing and encryption key pairs, I used the cryptic_utils.py utility as provided here.
I am making the following POST request (keys hidden):
The POST request returns
{ "success": "ACK" }However, if I look at the
journalctllogs for the application, I see the following error:Any clue where I might be going wrong?
Beta Was this translation helpful? Give feedback.
All reactions