RSA Key Management

Uploads the merchant’s public RSA key. This key is used to encrypt private keys before they are returned via the API.

RSA Key Management

POST https://api-processing.crypto-chief.com/v1/rsa/upload

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

public_rsa_key

string

true

RSA key

Response

{
  "status": "ok",
}

Last updated