Skip to content
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

Subscribe API - value for message.network_participant[0].type - TSP Seller #94

Open
MRaoM opened this issue Oct 28, 2024 · 1 comment
Open

Comments

@MRaoM
Copy link

MRaoM commented Oct 28, 2024

What is the value to be given for the type to subscribe an "Technology Service Provider (TSP) - Seller". I am getting the error "message.network_participant[0].type: is required or Invalid." if I give the following value. Please suggest

"network_participant": [
{
"subscriber_url": "/",
"domain": "ONDC:NTS10",
"type": "tspSeller",
"msn": true,
"city_code": [
"std:080"
]
}

@MRaoM MRaoM changed the title Subscribe API - Subscribe API - value for message.network_participant[0].type - TSP Seller Oct 28, 2024
@MRaoM
Copy link
Author

MRaoM commented Oct 28, 2024

Currently the following types are supported. Please suggest what is suitable type for "Technology Service Provider (TSP) - Seller".

subscriber_type_mapping = {
"BG": "gateway",
"BAP": "buyerApp",
"BPP": "sellerApp",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant