# VerificationResponse

> A schema in the Payouts API reference. Source: https://hub.ozow.com/api-reference/payouts-api/schemas/verification-response/

Response to the verification call for a Payout.

## Fields

- `payoutId` (string, uuid, required) - The unique identifier that should be used to identify the payout.
- `isVerified` (boolean, required) - Whether payout has been verified.
- `accountNumberDecryptionKey` (string, required) - The AES decryption key which will be used to decrypt the destination account number.
- `reason` (string, max length 50) - The reason why the payout verification was not valid.
