Package com.lithic.api.services.async
Interface ExternalBankAccountServiceAsync
-
- All Implemented Interfaces:
public interface ExternalBankAccountServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceExternalBankAccountServiceAsync.WithRawResponseA view of ExternalBankAccountServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract ExternalBankAccountServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract ExternalBankAccountServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
microDeposits
abstract MicroDepositServiceAsync microDeposits()
-
create
CompletableFuture<ExternalBankAccountCreateResponse> create()
Creates an external bank account within a program or Lithic account.
-
create
abstract CompletableFuture<ExternalBankAccountCreateResponse> create(ExternalBankAccountCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<ExternalBankAccountCreateResponse> create(ExternalBankAccountCreateParams params)
-
create
CompletableFuture<ExternalBankAccountCreateResponse> create(RequestOptions requestOptions)
-
retrieve
CompletableFuture<ExternalBankAccountRetrieveResponse> retrieve(String externalBankAccountToken)
Get the external bank account by token.
-
retrieve
CompletableFuture<ExternalBankAccountRetrieveResponse> retrieve(String externalBankAccountToken, ExternalBankAccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ExternalBankAccountRetrieveResponse> retrieve(String externalBankAccountToken, ExternalBankAccountRetrieveParams params)
-
retrieve
abstract CompletableFuture<ExternalBankAccountRetrieveResponse> retrieve(ExternalBankAccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ExternalBankAccountRetrieveResponse> retrieve(ExternalBankAccountRetrieveParams params)
-
retrieve
CompletableFuture<ExternalBankAccountRetrieveResponse> retrieve(String externalBankAccountToken, RequestOptions requestOptions)
-
update
CompletableFuture<ExternalBankAccountUpdateResponse> update(String externalBankAccountToken)
Update the external bank account by token.
-
update
CompletableFuture<ExternalBankAccountUpdateResponse> update(String externalBankAccountToken, ExternalBankAccountUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<ExternalBankAccountUpdateResponse> update(String externalBankAccountToken, ExternalBankAccountUpdateParams params)
-
update
abstract CompletableFuture<ExternalBankAccountUpdateResponse> update(ExternalBankAccountUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<ExternalBankAccountUpdateResponse> update(ExternalBankAccountUpdateParams params)
-
update
CompletableFuture<ExternalBankAccountUpdateResponse> update(String externalBankAccountToken, RequestOptions requestOptions)
-
list
CompletableFuture<ExternalBankAccountListPageAsync> list()
List all the external bank accounts for the provided search criteria.
-
list
abstract CompletableFuture<ExternalBankAccountListPageAsync> list(ExternalBankAccountListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ExternalBankAccountListPageAsync> list(RequestOptions requestOptions)
-
retryMicroDeposits
CompletableFuture<ExternalBankAccountRetryMicroDepositsResponse> retryMicroDeposits(String externalBankAccountToken)
Retry external bank account micro deposit verification.
-
retryMicroDeposits
CompletableFuture<ExternalBankAccountRetryMicroDepositsResponse> retryMicroDeposits(String externalBankAccountToken, ExternalBankAccountRetryMicroDepositsParams params, RequestOptions requestOptions)
-
retryMicroDeposits
CompletableFuture<ExternalBankAccountRetryMicroDepositsResponse> retryMicroDeposits(String externalBankAccountToken, ExternalBankAccountRetryMicroDepositsParams params)
-
retryMicroDeposits
abstract CompletableFuture<ExternalBankAccountRetryMicroDepositsResponse> retryMicroDeposits(ExternalBankAccountRetryMicroDepositsParams params, RequestOptions requestOptions)
-
retryMicroDeposits
CompletableFuture<ExternalBankAccountRetryMicroDepositsResponse> retryMicroDeposits(ExternalBankAccountRetryMicroDepositsParams params)
-
retryMicroDeposits
CompletableFuture<ExternalBankAccountRetryMicroDepositsResponse> retryMicroDeposits(String externalBankAccountToken, RequestOptions requestOptions)
-
retryPrenote
CompletableFuture<ExternalBankAccountRetryPrenoteResponse> retryPrenote(String externalBankAccountToken)
Retry external bank account prenote verification.
-
retryPrenote
CompletableFuture<ExternalBankAccountRetryPrenoteResponse> retryPrenote(String externalBankAccountToken, ExternalBankAccountRetryPrenoteParams params, RequestOptions requestOptions)
-
retryPrenote
CompletableFuture<ExternalBankAccountRetryPrenoteResponse> retryPrenote(String externalBankAccountToken, ExternalBankAccountRetryPrenoteParams params)
-
retryPrenote
abstract CompletableFuture<ExternalBankAccountRetryPrenoteResponse> retryPrenote(ExternalBankAccountRetryPrenoteParams params, RequestOptions requestOptions)
-
retryPrenote
CompletableFuture<ExternalBankAccountRetryPrenoteResponse> retryPrenote(ExternalBankAccountRetryPrenoteParams params)
-
retryPrenote
CompletableFuture<ExternalBankAccountRetryPrenoteResponse> retryPrenote(String externalBankAccountToken, RequestOptions requestOptions)
-
-
-
-