-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Good Evening
1.We had generated signed public key and signed private key. (Based on the code which you have uploaded in bitbucket)
2. And generated signeduniquereqestedid by useing signed private key .
3.And we had also encryption public and private key . (Based on the code which you have uploaded in bitbucket)
we have faceing an issue please find request and response body below .
- Request Body
{
"context": {
"operation": {
"ops_no": 4
}
},
"message": {
"request_id": "27baa06d-f90a-486c-85e5-cc621b787f06",
"timestamp": "2023-11-07T14:22:54.101Z",
"entity": {
"gst": {
"legal_entity_name": "Oxyloans",
"business_address": "CC-02, Ground Floor, Block-C, Indu Fortune Fields, The Annexe Phase-13, KPHB Colony, K P H B Phase 9, Kukatpally, Hyderabad, Telangana 500085",
"city_code": [""],
"gst_no": "36AAWCS9145D1ZT"
},
"pan": {
"name_as_per_pan": "SRS FINTECHLABS PRIVATE LIMITED",
"pan_no": "AAWCS9145D",
"date_of_incorporation": "21/01/2016"
},
"name_of_authorised_signatory": "RamaDevi Thatavarti",
"address_of_authorised_signatory": "Flat No.40505, Olive Block, Indu Fortune Fields - Gardenia, Kukatpally, HYDERABAD, Telangana, India, 500072.",
"email_id": "Ramadevi@oxyloans.com",
"mobile_no": 7702795895,
"country": "IND",
"subscriber_id": "oxyloans.com",
"unique_key_id": "27baa06d-f90a-486c-85e5-cc621b787f09",
"callback_url": "/oxyloans/v1/user/ondc/onboarding",
"key_pair": {
"signing_public_key": "X+jIMF0p3eBxFs3hKPi49sUQBTGRK+6Oz4R9iwBqgKQ=",
"encryption_public_key": "MCowBQYDK2VuAyEAkRb7g2Ij18YAzHyCNOFIA6tYK+1dxcqJOjT/jPpk6ww=",
"valid_from": "2023-11-07T14:22:54.101Z",
"valid_until": "2024-10-26T13:44:54.101Z"
}
},
"network_participant": [
{
"subscriber_url": "/buyerAppl",
"domain": "nic2004:52110",
"type": "buyerApp",
"msn": false,
"city_code": [
""
]
},
{
"subscriber_url": "/sellerAppl",
"domain": "nic2004:52110",
"type": "sellerApp",
"msn": false,
"city_code": [
"*"
]
}
]
}
}
*. Response Body
{
"message": {
"ack": {
"status": "NACK"
}
},
"error": {
"type": "CORE-ERROR",
"code": "131",
"path": null,
"message": "https://oxyloans.com/oxyloans/v1/user/ondc/onboarding/on_subscribe : Encryption verification is failed"
}
}