The unique identifier for the bank account validation.
The status of the bank account validation. This does not mean the bank account is valid or invalid. It means the validation process was successful or failed.
The message returned by the bank account validation process.
{ "id": "aval_5JU9yv0lGSUP", "status": "success", "validation_message": "The account is registered to John Doe", "fee_charged": { "amount": 1000, "currency": "USD" } }