Skip to content

BankAccountValidation

idstringread-only

The unique identifier for the bank account validation.

Example:"aval_5JU9yv0lGSUP"
statusstring

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"
validation_messagestring

The message returned by the bank account validation process.

Example:"The account is registered to John Doe"
fee_chargedobject(Money)

The fee charged for 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" } }