Adyen · JSON Structure

Checkout Response Payment Method Structure

ResponsePaymentMethod schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

brand type

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-response-payment-method-structure.json",
  "description": "ResponsePaymentMethod schema from Adyen API",
  "type": "object",
  "properties": {
    "brand": {
      "description": "The card brand that the shopper used to pay. Only returned if `paymentMethod.type` is **scheme**.",
      "type": "string"
    },
    "type": {
      "description": "The `paymentMethod.type` value used in the request.",
      "type": "string"
    }
  },
  "name": "ResponsePaymentMethod"
}