Adyen · Schema

SDKEphemPubKey

PaymentsFinancial ServicesFintech

Properties

Name Type Description
crv string The `crv` value as received from the 3D Secure 2 SDK.
kty string The `kty` value as received from the 3D Secure 2 SDK.
x string The `x` value as received from the 3D Secure 2 SDK.
y string The `y` value as received from the 3D Secure 2 SDK.
View JSON Schema on GitHub

JSON Schema

adyen-sdkephempubkey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SDKEphemPubKey",
  "title": "SDKEphemPubKey",
  "properties": {
    "crv": {
      "description": "The `crv` value as received from the 3D Secure 2 SDK.",
      "type": "string"
    },
    "kty": {
      "description": "The `kty` value as received from the 3D Secure 2 SDK.",
      "type": "string"
    },
    "x": {
      "description": "The `x` value as received from the 3D Secure 2 SDK.",
      "type": "string"
    },
    "y": {
      "description": "The `y` value as received from the 3D Secure 2 SDK.",
      "type": "string"
    }
  },
  "type": "object"
}