Adyen · Schema
AccountCapabilityData
AccountCapabilityData schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| allowed | boolean | Indicates whether the capability is allowed. Adyen sets this to **true** if the verification is successful. |
| allowedLevel | string | The allowed level of the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: **not |
| capability | string | The name of the capability. For example, **sendToTransferInstrument**. |
| problems | array | List of entities that has problems with verification. The information includes the details of the errors and the actions that you can take to resolve them. |
| requested | boolean | Indicates whether you requested the capability. |
| requestedLevel | string | The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible v |
| verificationDeadline | string | The verification deadline for the capability that will be disallowed if verification errors are not resolved. |
| verificationStatus | string | The status of the verification checks for the capability. Possible values: * **pending**: Adyen is running the verification. * **invalid**: The verification failed. Check if the `errors` array contain |