Key Encryption

Request Sample
The code snippet below shows an example response for creating a subscription
1{
2	"key": "merchantPrivateKey.merchantPublicKey"
3}
Response Sample
The code snippet below shows an example response for creating a subscription
1{
2	"status": "SUCCESS",
3	"data": {
4			"code": "00",
5			"EncryptedSecKey": {
6					"encryptedKey": "SNt8kjeVjsdTG4lPlwg6sTvpVAay2RA7hoCEzHPkIQa+MNfDepx4VBr5JMgLb5Q5anq9XoN2pXU850bumqBWFVw1T1ZW5w8N+Sq/"
7			},
8			"message": "Successful"
9	}
10}
Need something else?
If you have any questions or need general help, visit our support page
Signup for developer update
You can unsubscribe at any time. Read our privacy policy.
ON THIS PAGE
Key Encryption