Adyen · Schema

PaymentInstrumentReference

PaymentsFinancial ServicesFintech

Properties

Name Type Description
id string The unique identifier of the payment instrument.
View JSON Schema on GitHub

JSON Schema

adyen-paymentinstrumentreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentInstrumentReference",
  "title": "PaymentInstrumentReference",
  "properties": {
    "id": {
      "description": "The unique identifier of the payment instrument.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}