Authentication
-X POST
https://seerbitapi.com/api/v2/encrypt/keys
-H 'Content-Type: application/json'{
"key": "merchantPrivateKey.merchantPublicKey"
}{
"status": "SUCCESS",
"data": {
"code": "00",
"EncryptedSecKey": {
"encryptedKey": "SNt8kjeVjsdTG4lPlwg6sTvpVAay2RA7hoCEzHPkIQa+MNfDepx4VBr5JMgLb5Q5anq9XoN2pXU850bumqBWFVw1T1ZW5w8N+Sq/"
},
"message": "Successful"
}
}Last updated