Balanced.API.BankAccountVerifications

Source

Summary

confirm(balanced, id, amount_1, amount_2)

Confirm the trial deposit amounts that were sent to the bank account

create(balanced, bank_account_id)

Create a new bank account verification

get(balanced, id)

Gets the verification for the bank account

Functions

confirm(balanced, id, amount_1, amount_2)

Specs:

Confirm the trial deposit amounts that were sent to the bank account.

Source
create(balanced, bank_account_id)

Specs:

Create a new bank account verification.

Source
get(balanced, id)

Specs:

Gets the verification for the bank account

Source