Adyen · Schema

PaymentInstrumentNotificationData

PaymentsFinancial ServicesFintech

Properties

Name Type Description
balancePlatform string The unique identifier of the balance platform.
paymentInstrument object Contains information about the payment instrument resource that triggered the event.
View JSON Schema on GitHub

JSON Schema

adyen-paymentinstrumentnotificationdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentInstrumentNotificationData",
  "title": "PaymentInstrumentNotificationData",
  "properties": {
    "balancePlatform": {
      "description": "The unique identifier of the balance platform.",
      "type": "string"
    },
    "paymentInstrument": {
      "description": "Contains information about the payment instrument resource that triggered the event.",
      "$ref": "#/components/schemas/PaymentInstrument"
    }
  },
  "type": "object"
}