Name | Type | Description | Notes |
---|---|---|---|
allowed | kotlin.Boolean | Indicates whether the supporting entity capability is allowed. Adyen sets this to true if the verification is successful and the account holder is permitted to use the capability. | [optional] |
allowedLevel | inline | The capability level that is allowed for the account holder. Possible values: notApplicable, low, medium, high. | [optional] |
enabled | kotlin.Boolean | Indicates whether the capability is enabled. If false, the capability is temporarily disabled for the account holder. | [optional] |
id | kotlin.String | The ID of the supporting entity. | [optional] |
requested | kotlin.Boolean | Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field. | [optional] |
requestedLevel | inline | The requested level of the capability. Some capabilities, such as those used in card issuing, have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: notApplicable, low, medium, high. | [optional] |
verificationStatus | inline | The status of the verification checks for the supporting entity capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the `errors` array contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability. | [optional] |
Name | Value |
---|---|
allowedLevel | high, low, medium, notApplicable |
Name | Value |
---|---|
requestedLevel | high, low, medium, notApplicable |
Name | Value |
---|---|
verificationStatus | invalid, pending, rejected, valid |