Properties
| Name | Type | Description |
|---|---|---|
| brand | string | Secondary brand of the card. For example: **plastix**, **hmclub**. |
| checkoutAttemptId | string | The checkout attempt identifier. |
| cupsecureplus.smscode | string | |
| cvc | string | The card verification code. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide). |
| encryptedCardNumber | string | The encrypted card number. |
| encryptedExpiryMonth | string | The encrypted card expiry month. |
| encryptedExpiryYear | string | The encrypted card expiry year. |
| encryptedSecurityCode | string | The encrypted card verification code. |
| expiryMonth | string | The card expiry month. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide). |
| expiryYear | string | The card expiry year. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide). |
| fundingSource | string | The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to **debit**. |
| holderName | string | The name of the card holder. |
| networkPaymentReference | string | The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-network |
| number | string | The card number. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide). |
| recurringDetailReference | string | This is the `recurringDetailReference` returned in the response when you created the token. |
| shopperNotificationReference | string | The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used only for recurring payments in India. |
| storedPaymentMethodId | string | This is the `recurringDetailReference` returned in the response when you created the token. |
| threeDS2SdkVersion | string | Required for mobile integrations. Version of the 3D Secure 2 mobile SDK. |
| type | string | Default payment method details. Common for scheme payment methods, and for simple payment method details. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CardDonations",
"title": "Card",
"additionalProperties": false,
"properties": {
"brand": {
"description": "Secondary brand of the card. For example: **plastix**, **hmclub**.",
"type": "string"
},
"checkoutAttemptId": {
"x-addedInVersion": "68",
"description": "The checkout attempt identifier.",
"type": "string"
},
"cupsecureplus.smscode": {
"deprecated": true,
"type": "string"
},
"cvc": {
"description": "The card verification code. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).",
"type": "string"
},
"encryptedCardNumber": {
"description": "The encrypted card number.",
"maxLength": 15000,
"type": "string"
},
"encryptedExpiryMonth": {
"description": "The encrypted card expiry month.",
"maxLength": 15000,
"type": "string"
},
"encryptedExpiryYear": {
"description": "The encrypted card expiry year.",
"maxLength": 15000,
"type": "string"
},
"encryptedSecurityCode": {
"description": "The encrypted card verification code.",
"maxLength": 15000,
"type": "string"
},
"expiryMonth": {
"description": "The card expiry month. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).",
"type": "string"
},
"expiryYear": {
"description": "The card expiry year. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).",
"type": "string"
},
"fundingSource": {
"description": "The funding source that should be used when multiple sources are available. For Brazilian combo cards, by default the funding source is credit. To use debit, set this value to **debit**.",
"enum": [
"credit",
"debit"
],
"type": "string"
},
"holderName": {
"description": "The name of the card holder.",
"type": "string"
},
"networkPaymentReference": {
"description": "The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.",
"type": "string"
},
"number": {
"description": "The card number. Only collect raw card data if you are [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide).",
"type": "string"
},
"recurringDetailReference": {
"deprecated": true,
"x-deprecatedInVersion": "49",
"x-deprecatedMessage": "Use `storedPaymentMethodId` instead.",
"description": "This is the `recurringDetailReference` returned in the response when you created the token.",
"type": "string"
},
"shopperNotificationReference": {
"description": "The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used only for recurring payments in India.",
"type": "string"
},
"storedPaymentMethodId": {
"x-addedInVersion": "49",
"description": "This is the `recurringDetailReference` returned in the response when you created the token.",
"maxLength": 64,
"type": "string"
},
"threeDS2SdkVersion": {
"description": "Required for mobile integrations. Version of the 3D Secure 2 mobile SDK.",
"maxLength": 12,
"type": "string"
},
"type": {
"default": "scheme",
"description": "Default payment method details. Common for scheme payment methods, and for simple payment method details.",
"enum": [
"bcmc",
"scheme",
"networkToken",
"giftcard",
"card"
],
"type": "string"
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-carddonations"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.