Class AccountService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.financialconnections.AccountService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnect(String account) Disables your access to a Financial ConnectionsAccount.disconnect(String account, RequestOptions options) Disables your access to a Financial ConnectionsAccount.disconnect(String account, AccountDisconnectParams params) Disables your access to a Financial ConnectionsAccount.disconnect(String account, AccountDisconnectParams params, RequestOptions options) Disables your access to a Financial ConnectionsAccount.list()Returns a list of Financial ConnectionsAccountobjects.list(RequestOptions options) Returns a list of Financial ConnectionsAccountobjects.list(AccountListParams params) Returns a list of Financial ConnectionsAccountobjects.list(AccountListParams params, RequestOptions options) Returns a list of Financial ConnectionsAccountobjects.owners()refresh(String account, AccountRefreshParams params) Refreshes the data associated with a Financial ConnectionsAccount.refresh(String account, AccountRefreshParams params, RequestOptions options) Refreshes the data associated with a Financial ConnectionsAccount.Retrieves the details of an Financial ConnectionsAccount.retrieve(String account, RequestOptions options) Retrieves the details of an Financial ConnectionsAccount.retrieve(String account, AccountRetrieveParams params) Retrieves the details of an Financial ConnectionsAccount.retrieve(String account, AccountRetrieveParams params, RequestOptions options) Retrieves the details of an Financial ConnectionsAccount.subscribe(String account, AccountSubscribeParams params) Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount.subscribe(String account, AccountSubscribeParams params, RequestOptions options) Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount.unsubscribe(String account, AccountUnsubscribeParams params) Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount.unsubscribe(String account, AccountUnsubscribeParams params, RequestOptions options) Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountService
-
-
Method Details
-
list
Returns a list of Financial ConnectionsAccountobjects.- Throws:
StripeException
-
list
Returns a list of Financial ConnectionsAccountobjects.- Throws:
StripeException
-
list
Returns a list of Financial ConnectionsAccountobjects.- Throws:
StripeException
-
list
public StripeCollection<Account> list(AccountListParams params, RequestOptions options) throws StripeException Returns a list of Financial ConnectionsAccountobjects.- Throws:
StripeException
-
retrieve
Retrieves the details of an Financial ConnectionsAccount.- Throws:
StripeException
-
retrieve
Retrieves the details of an Financial ConnectionsAccount.- Throws:
StripeException
-
retrieve
Retrieves the details of an Financial ConnectionsAccount.- Throws:
StripeException
-
retrieve
public Account retrieve(String account, AccountRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an Financial ConnectionsAccount.- Throws:
StripeException
-
disconnect
Disables your access to a Financial ConnectionsAccount. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
disconnect
Disables your access to a Financial ConnectionsAccount. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
disconnect
Disables your access to a Financial ConnectionsAccount. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
disconnect
public Account disconnect(String account, AccountDisconnectParams params, RequestOptions options) throws StripeException Disables your access to a Financial ConnectionsAccount. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
refresh
Refreshes the data associated with a Financial ConnectionsAccount.- Throws:
StripeException
-
refresh
public Account refresh(String account, AccountRefreshParams params, RequestOptions options) throws StripeException Refreshes the data associated with a Financial ConnectionsAccount.- Throws:
StripeException
-
subscribe
Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount. When the account status is active, data is typically refreshed once a day.- Throws:
StripeException
-
subscribe
public Account subscribe(String account, AccountSubscribeParams params, RequestOptions options) throws StripeException Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount. When the account status is active, data is typically refreshed once a day.- Throws:
StripeException
-
unsubscribe
Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount.- Throws:
StripeException
-
unsubscribe
public Account unsubscribe(String account, AccountUnsubscribeParams params, RequestOptions options) throws StripeException Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount.- Throws:
StripeException
-
inferredBalances
-
owners
-