Skip to content

Commit

Permalink
Changes generated by c187403462ee99c5b47d8b1bf99d893efdce2426
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Jan 17, 2024
1 parent 712dc3c commit 757be5f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ public BankDetailsLookupService(HttpClient httpClient) {
* Performs a bank details lookup. As part of the lookup, a modulus check and reachability check
* are performed.
*
* In case an account holder name is provided (and an account number, a sort code or an iban are
* already present) an account holder name verification will also be performed.
*
* If your request returns an [error](#api-usage-errors) or the `available_debit_schemes`
* attribute is an empty array, you will not be able to collect payments from the specified bank
* account. GoCardless may be able to collect payments from an account even if no `bic` is
Expand All @@ -53,9 +50,6 @@ public BankDetailsLookupCreateRequest create() {
* Performs a bank details lookup. As part of the lookup, a modulus check and reachability check
* are performed.
*
* In case an account holder name is provided (and an account number, a sort code or an iban are
* already present) an account holder name verification will also be performed.
*
* If your request returns an [error](#api-usage-errors) or the `available_debit_schemes`
* attribute is an empty array, you will not be able to collect payments from the specified bank
* account. GoCardless may be able to collect payments from an account even if no `bic` is
Expand Down

0 comments on commit 757be5f

Please sign in to comment.