Amazon Payment Cryptography · Example Payload

Openapi Import Key Material Example

CryptographyFinancial ServicesPayment ProcessingPCI

Openapi Import Key Material Example is an example object payload from Amazon Payment Cryptography, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RootCertificatePublicKeyTr31KeyBlockTr34KeyBlockTrustedCertificatePublicKey

Example Payload

Raw ↑
{
  "RootCertificatePublicKey": "example-string",
  "Tr31KeyBlock": "example-string",
  "Tr34KeyBlock": "example-string",
  "TrustedCertificatePublicKey": "example-string"
}