CapabilitySettings is a JSON Structure definition published by Adyen, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-capability-settings-structure.json",
"description": "CapabilitySettings schema from Adyen API",
"type": "object",
"properties": {
"amountPerIndustry": {
"additionalProperties": {
"$ref": "#/components/schemas/Amount"
},
"description": "The maximum amount a card holder can spend per industry.",
"type": "object"
},
"authorizedCardUsers": {
"description": "The number of card holders who can use the card.",
"type": "boolean"
},
"fundingSource": {
"description": "The funding source of the card, for example **debit**.",
"items": {
"enum": [
"credit",
"debit",
"prepaid"
],
"type": "string"
},
"type": "array"
},
"interval": {
"description": "The period when the rule conditions apply.",
"enum": [
"daily",
"monthly",
"weekly"
],
"type": "string"
},
"maxAmount": {
"description": "The maximum amount a card holder can withdraw per day.",
"$ref": "#/components/schemas/Amount"
}
},
"name": "CapabilitySettings"
}
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.