API Reference
/- BankAccountValidation
Validate any bank account
List all bank account validations
BankAccountValidation
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.
Enum:"success""failed"
The message returned by the bank account validation process.
Example:"The account is registered to John Doe"
{ "id": "aval_5JU9yv0lGSUP", "status": "success", "validation_message": "The account is registered to John Doe", "fee_charged": { "amount": 1000, "currency": "USD" } }