Adyen · JSON Structure

Checkout Stored Details Structure

StoredDetails schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

StoredDetails is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

bank card emailAddress

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-stored-details-structure.json",
  "description": "StoredDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "bank": {
      "description": "The stored bank account.",
      "$ref": "#/components/schemas/BankAccount"
    },
    "card": {
      "description": "The stored card information.",
      "$ref": "#/components/schemas/Card"
    },
    "emailAddress": {
      "description": "The email associated with stored payment details.",
      "type": "string"
    }
  },
  "name": "StoredDetails"
}